CN115720222A - DPDK-based method and storage medium for realizing HTTP forwarding on ARM multi-core architecture - Google Patents

DPDK-based method and storage medium for realizing HTTP forwarding on ARM multi-core architecture Download PDF

Info

Publication number
CN115720222A
CN115720222A CN202211634762.8A CN202211634762A CN115720222A CN 115720222 A CN115720222 A CN 115720222A CN 202211634762 A CN202211634762 A CN 202211634762A CN 115720222 A CN115720222 A CN 115720222A
Authority
CN
China
Prior art keywords
message
http
http protocol
forwarding
dpdk
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202211634762.8A
Other languages
Chinese (zh)
Other versions
CN115720222B (en
Inventor
周阳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangxi University
Original Assignee
Guangxi University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangxi University filed Critical Guangxi University
Priority to CN202211634762.8A priority Critical patent/CN115720222B/en
Publication of CN115720222A publication Critical patent/CN115720222A/en
Application granted granted Critical
Publication of CN115720222B publication Critical patent/CN115720222B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a DPDK-based method and a storage medium for realizing HTTP forwarding on an ARM multi-core architecture. When the ARM multi-core architecture equipment receives network flow, the HTTP message is led into the virtual HTTP protocol routing equipment, and the non-HTTP message is processed on other inner cores, so that the capability of forwarding the non-HTTP message based on the IP route is reduced when the HTTP message protocol and the HTTP forwarding strategy table are prevented from being analyzed. Meanwhile, an order-preserving and queue caching mechanism is defined at the same time, the order of the HTTP and non-HTTP messages processed by ARM multi-core is guaranteed to be unchanged, message disorder caused by isolation processing of virtual HTTP routing equipment is effectively avoided, and speed reduction and retransmission caused by network disorder are reduced.

Description

DPDK-based method and storage medium for realizing HTTP forwarding on ARM multi-core architecture
Technical Field
The invention relates to the technical field of computer network data communication, in particular to a DPDK-based method and a DPDK-based storage medium for realizing HTTP forwarding on an ARM multi-core architecture.
Background
The ARM is a general hardware architecture, the DPDK provides a simple and general data packet processing scheme, and the two technologies are widely applied to a plurality of fields such as network security, virtualization technology, high-performance network cards and network communication equipment. The HTTP protocol message is a common network message, and HTTP protocol interaction is a necessary process no matter whether a website is accessed, an application program is opened, or game software is opened, and the like. The HTTP message is identified, so that the distributed content server can be rapidly positioned, the access flow of the application can be counted, and effective and reasonable charging can be formed; meanwhile, illegal applications and websites can be identified, personal rights and interests of visitors are protected, and network safety is guaranteed. However, because the HTTP protocol packet is different from the IP packet, and the parsing of the HTTP protocol content and the forwarding of the HTTP protocol packet affect the forwarding of the IP packet, it is necessary to provide a method, which not only improves the processing capability of the HTTP protocol packet, but also ensures the IP routing forwarding of the non-HTTP packet, and simultaneously ensures that the network packet is not received and transmitted out of order based on the DPDK and ARM multi-core architecture.
Disclosure of Invention
The method for realizing HTTP forwarding on the ARM multi-core architecture based on the DPDK can at least solve the technical problems.
In order to realize the purpose, the invention adopts the following technical scheme:
a method for realizing HTTP forwarding on an ARM multi-core architecture based on DPDK comprises the following steps,
step 1, defining roles of each core in an ARM processor in a DPDK configuration file, wherein N cores are used for HTTP protocol message forwarding and defined as HTTP protocol communication virtualization equipment; m cores are used for forwarding IP protocol messages and defined as IP protocol communication virtualization equipment;
step 2, when the network equipment receives the network message, analyzing a source port number and a destination port number of a transmission layer TCP or UDP, if the port number is 80, indicating that the network equipment is an HTTP protocol message, setting an order preserving point of the message by using an interface of a DPDK, and leading the order preserving point into the virtualization HTTP protocol communication equipment;
step 3, virtualizing the HTTP protocol communication equipment, analyzing the IP layer to obtain a source IP and a destination IP, and checking a flow policy table of the HTTP protocol message;
if yes, processing the HTTP protocol message according to an action strategy for defining the HTTP message;
if not, executing step 4;
and 4, analyzing the HTTP protocol layer message on the virtualized HTTP protocol communication equipment, deriving the URL of the HTTP layer and information of { source IP, destination IP } and generating a flow relation table.
According to the processing strategy of the HTTP message of the network equipment, defining the derivative actions of the URL and the source IP and the destination IP as subsets in the monitoring, path optimization, shielding and flow control; executing an action on the HTTP protocol message on a processing core of the virtualized HTTP protocol communication device;
step 5, after the message flows out of the HTTP virtualization communication equipment, the message is led into a cache queue, and the message cache capacity of the cache queue is set through DPDK;
the HTTP protocol message is sent by an ordered scheduling mechanism of the DPDK, the order-preserving transmission of the HTTP protocol message to the IP protocol communication virtualization device is guaranteed, IP routing forwarding is achieved, and the ordered forwarding of the HTTP protocol message and the IP protocol message is guaranteed.
Therefore, the high-performance processing of the HTTP protocol messages and the IP protocol messages on the ARM multi-core is realized, the processing of the HTTP protocol messages is ensured not to influence the forwarding of the IP protocol messages, and the orderly forwarding of the HTTP protocol messages and the IP protocol messages is realized.
According to the technical scheme, the method for realizing HTTP forwarding on the ARM multi-core framework based on the DPDK is characterized in that HTTP protocol communication equipment and IP protocol communication equipment are virtually generated on the ARM multi-core, and HTTP protocol messages are led into the IP protocol communication equipment for routing forwarding after being led into the virtualized HTTP protocol communication equipment for processing. The method of the invention is embodied in three aspects: 1. the HTTP protocol message and the IP protocol message are isolated and processed on two virtual devices, so that the influence of deep analysis of the HTTP protocol on the forwarding performance of the IP protocol message is avoided; 2. the virtual HTTP communication equipment stores a traffic relation table of the IP and the URL of the historical session, and the traffic message in the session can directly inquire the traffic relation table to complete the processing of the HTTP message, so that the processing performance of the HTTP message is improved; 3. based on a DPDK mechanism, messages processed by the ARM are set with order-preserving points, flow led out from the virtual HTTP protocol communication equipment is placed in a cache queue first, order-preserving overstock of message disorder in forwarding of the virtual IP protocol communication equipment is avoided, and therefore the overall forwarding performance of the ARM is improved.
Generally speaking, the method for realizing HTTP forwarding on an ARM multi-core architecture based on DPDK of the present invention virtualizes an HTTP protocol routing device by defining a binding relationship of an ARM core in initialization of the DPDK, and defines two processing units, i.e., an HTTP packet parsing unit and an HTTP packet forwarding unit, on the virtual HTTP routing device. When the ARM multi-core architecture equipment receives network flow, the HTTP message is led into the virtual HTTP protocol routing equipment, and the non-HTTP message is processed on other inner cores, so that the capability of forwarding the non-HTTP message based on the IP route is reduced when the HTTP message protocol is prevented from being analyzed and the HTTP forwarding strategy table is not generated. Meanwhile, an order-preserving and queue caching mechanism is defined at the same time, the order of the HTTP and non-HTTP messages processed by ARM multi-core is guaranteed to be unchanged, message disorder caused by isolation processing of virtual HTTP routing equipment is effectively avoided, and speed reduction and retransmission caused by network disorder are reduced.
The beneficial effects of the invention are:
a DPDK-based method for realizing HTTP high-performance forwarding on an ARM multi-core architecture is provided. In the scheme of the invention, ARM multi-core resources are fully utilized, and two virtualization devices of HTTP protocol communication and IP protocol communication are virtualized in the processor. The HTTP communication virtual equipment is responsible for analyzing HTTP protocol messages and finishing the forwarding processing of shielding, path optimization, monitoring and flow control; the IP protocol communication virtual equipment is responsible for routing and forwarding the IP message; the messages of the two virtual devices are based on a DPDK ordered scheduling mechanism, and the efficient and ordered forwarding of the messages of the ARM processor is ensured by defining the processing capacity of a cache queue derived from the virtual HTTP protocol communication device.
Drawings
Fig. 1 is a framework of a virtual HTTP communication protocol device and a virtual IP protocol communication device on an ARM multi-core according to an embodiment of the present invention;
fig. 2 is a flowchart of processing of traffic on a virtual HTTP communication device and a virtual IP communication device according to an embodiment of the present invention;
fig. 3 is a flow policy table structure model for improving HTTP protocol message processing capability according to an embodiment of the present invention;
fig. 4 is a method for solving the problem of order preservation of high-performance forwarding of an HTTP protocol message on an ARM according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention.
As shown in fig. 1, the method for implementing HTTP forwarding on an ARM multi-core architecture based on DPDK according to this embodiment includes the following steps:
the following steps are carried out in the following steps,
step 1, defining roles of each core in an ARM processor in a DPDK configuration file, wherein N cores are used for HTTP protocol message forwarding and defined as HTTP protocol communication virtualization equipment; m cores are used for forwarding IP protocol messages and defined as IP protocol communication virtualization equipment;
step 2, when the network equipment receives the network message, analyzing a transmission layer TCP or UDP source port number and a destination port number, if the port number is 80, indicating that the message is an HTTP protocol message, setting an order-preserving point of the message by using a DPDK interface, and leading the order-preserving point into the virtual HTTP protocol communication equipment;
step 3, virtualizing the HTTP protocol communication equipment, analyzing the IP layer to obtain a source IP and a destination IP, and checking a flow policy table of the HTTP protocol message;
if the message is hit, processing the HTTP protocol message according to the action strategy of the defined HTTP message;
if not, executing step 4;
and 4, analyzing the HTTP protocol layer message on the virtualized HTTP protocol communication equipment, deriving the URL of the HTTP layer and information of { source IP, destination IP } and generating a flow relation table.
According to the processing strategy of the HTTP message of the network equipment, defining the derivative actions of the URL and the source IP and the destination IP as subsets in the monitoring, path optimization, shielding and flow control; executing an action on the HTTP message on a processing core of the virtualized HTTP protocol communication device;
step 5, after the message flows out of the HTTP virtualization communication equipment, the message is led into a cache queue, and the message cache capacity of the cache queue is set through DPDK;
the HTTP protocol message is sent by an ordered scheduling mechanism of the DPDK, the order-preserving transmission of the HTTP protocol message to the IP protocol communication virtualization device is guaranteed, IP routing forwarding is achieved, and the ordered forwarding of the HTTP protocol message and the IP protocol message is guaranteed.
Therefore, the high-performance processing of the HTTP protocol messages and the IP protocol messages on the ARM multi-core is realized, the processing of the HTTP protocol messages is ensured not to influence the forwarding of the IP protocol messages, and the orderly forwarding of the HTTP protocol messages and the IP protocol messages is realized.
The following is a detailed description:
as in fig. 1, the method comprises:
step S101, defining Core i in DPDK configuration file 1 ,Core i 2 ,.....,Core i n The method comprises the steps that an HTTP message processing core is an HTTP virtual communication device; definition of Core j 1 ,Core j 2 ,.....,Core j m An IP protocol message processing core is the virtual IP protocol communication equipment;
and S102, the network port receives the message, transmits the message into the ARM processor, and analyzes the message. If the port number carried by the TCP or UDP transmission layer is 80, the message is an HTTP protocol message, and the message is imported into the virtual HTTP protocol communication equipment according to the binding core information of the DPDK configuration file; otherwise, importing the data into the virtual IP protocol communication equipment;
step S103, after the HTTP protocol message is processed on the virtual HTTP protocol communication equipment, the HTTP protocol message is still imported into the virtual IP protocol communication equipment and is dispatched and sent in order according to defined order-preserving points together with other messages.
Fig. 2 depicts a flow of traffic processing on a virtual HTTP communication device and a virtual IP communication device, comprising:
step S201, importing a message into a virtual HTTP communication device, wherein the message comprises a source IP address and a destination IP address of an IP network layer;
step S202, using the acquired source IP and the destination IP as keywords, inquiring a flow policy table, and if the IP is hit, acquiring a flow behavior;
if the IP is not hit, importing the IP into a core configured by the DPDK to analyze the HTTP protocol message, acquiring URL (uniform resource locator) and { source IP, destination IP } information, generating a flow processing strategy item according to the processing strategy information of the configured HTTP protocol message, and acquiring a flow behavior;
step S203, according to the HTTP protocol message processing behavior obtained from the flow policy table, according to the processing core role defined by the DPDK configuration file, importing the HTTP protocol message to each processing core to perform monitoring, path optimization, shielding and flow bandwidth control on the HTTP protocol message;
step S204, after the HTTP protocol message is processed by the virtual HTTP protocol communication equipment, the source IP, the destination IP and the path optimized outgoing interface information are brought out and imported into a cache queue;
step S205, a sending queue of the virtual HTTP protocol communication equipment is defined and sent to the virtual IP protocol communication equipment according to an order-preserving point led into an ARM processor;
step S206, on the virtual IP protocol communication equipment, the flow is routed and forwarded according to the destination IP address; the message flowing out from the IP protocol communication equipment is set to an order-preserving point according to the time when the message enters the ARM processor, and is dispatched from the network port in order.
Fig. 3 depicts a flow policy table structure model for improving HTTP protocol message processing capability, which includes:
step S301, the flow policy table structure of the HTTP protocol message is composed of three parts:
part 1: a source IP address and a destination IP address;
part 2: URL information in HTTP protocol message;
part 3: a flow forwarding strategy of the HTTP protocol message;
step S302, importing the message into the virtual HTTP communication equipment, extracting a source IP and a destination IP of an IP network layer as keywords, and matching a source IP address and a destination IP address in the flow policy table. If yes, the HTTP protocol message is not analyzed any more, and the message is forwarded according to the strategy action in the table;
step S303, in step S303, when the execution is unsuccessful, the HTTP protocol message is analyzed, URL information is extracted, and the URL in the flow policy table is matched.
If yes, adding a new corresponding relation between the { source IP, destination IP } and the URL, and taking a strategy action in the table to forward the message;
if the URL is not hit, adding a new URL entry, and recording the corresponding relation between the { source IP, destination IP } and the URL; acquiring an HTTP (hyper text transport protocol) message configuration strategy and generating a strategy action table; and simultaneously, the strategy action in the table is taken to forward the message.
Fig. 4 describes a method for solving the problem of high-performance forwarding order-preserving of HTTP protocol messages on ARM, including:
step 401, a message which is imported into an ARM processor by a network port is provided with an order preserving point, and in order to avoid message disorder caused by different processing flows, the message processed by virtual HTTP communication equipment is imported into a cache queue;
step 402, the number of buffer streams is defined in the DPDK configuration file. After the cached data flow reaches a configuration value, the cached data flow is orderly scheduled and guided into the virtual IP protocol communication equipment according to the order-preserving point;
step 403, after the virtual IP protocol communication device queries the route to obtain the interface information, the traffic is led into the forwarding queue for the second time, and the number of the processing flows of the forwarding queue is defined in the DPDK configuration file. And after the data stream reaches the configuration value, the data stream is dispatched from the specified network port in order according to the order-preserving point.
In yet another aspect, the present invention also discloses a computer readable storage medium storing a computer program which, when executed by a processor, causes the processor to perform the steps of any of the methods described above.
In yet another aspect, the present invention also discloses a computer device comprising a memory and a processor, the memory storing a computer program, the computer program, when executed by the processor, causing the processor to perform the steps of any of the methods as described above.
In a further embodiment provided by the present application, there is also provided a computer program product comprising instructions which, when run on a computer, cause the computer to perform the steps of any of the methods of the above embodiments.
It is understood that the system provided by the embodiment of the present invention corresponds to the method provided by the embodiment of the present invention, and the explanation, the example and the beneficial effects of the related contents can refer to the corresponding parts in the method.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), rambus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (5)

1. A DPDK-based method for realizing HTTP forwarding on an ARM multi-core architecture is characterized by comprising the following steps,
step 1, defining roles of each core in an ARM processor in a DPDK configuration file, wherein N cores are used for HTTP protocol message forwarding and are defined as HTTP protocol communication virtualization equipment; m cores are used for forwarding IP protocol messages and defined as IP protocol communication virtualization equipment;
step 2, when the network equipment receives the network message, analyzing a transmission layer TCP or UDP source port number and a destination port number, if the port number is 80, indicating that the message is an HTTP protocol message, setting an order-preserving point of the message by using a DPDK interface, and leading the order-preserving point into the virtual HTTP protocol communication equipment;
step 3, virtualizing the HTTP protocol communication equipment, analyzing the IP layer to obtain a source IP and a destination IP, and checking a flow policy table of the HTTP protocol message;
if yes, processing the HTTP protocol message according to an action strategy for defining the HTTP message;
if not, executing step 4;
step 4, analyzing the HTTP protocol layer message on the virtualized HTTP protocol communication equipment, deriving the URL of the HTTP layer and the information of { source IP, destination IP } and generating a flow relation table;
according to the processing strategy of the HTTP message of the network equipment, defining the derivative actions of the URL and the { source IP, destination IP } as subsets of { monitoring, path optimization, shielding and flow control }; executing an action on the HTTP message on a processing core of the virtualized HTTP protocol communication device;
step 5, after the message flows out of the HTTP virtualization communication equipment, the message is led into a cache queue, and the message cache capacity of the cache queue is set through DPDK;
the HTTP protocol message is sent by an ordered scheduling mechanism of the DPDK, the order-preserving transmission of the HTTP protocol message to the IP protocol communication virtualization device is guaranteed, IP routing forwarding is achieved, and the ordered forwarding of the HTTP protocol message and the IP protocol message is guaranteed.
2. The method for implementing HTTP forwarding on an ARM multi-core architecture based on DPDK of claim 1, wherein: the method also comprises a flow for processing the flow on the virtual HTTP communication equipment and the virtual IP communication equipment, and comprises the following steps:
step S201, importing a message into a virtual HTTP communication device, wherein the message comprises a source IP address and a destination IP address of an IP network layer;
step S202, using the acquired source IP and the destination IP as keywords, inquiring a flow policy table, and if the IP is hit, acquiring a flow behavior;
if the IP is not hit, importing the IP into a core configured by the DPDK to analyze the HTTP protocol message, acquiring URL (uniform resource locator) and { source IP, destination IP } information, generating a flow processing strategy item according to the processing strategy information of the configured HTTP protocol message, and acquiring a flow behavior;
step S203, according to the HTTP protocol message processing behavior obtained from the flow policy table, according to the processing core role defined by the DPDK configuration file, importing the HTTP protocol message to each processing core to perform monitoring, path optimization, shielding and flow bandwidth control on the HTTP protocol message;
step S204, after the HTTP protocol message is processed by the virtual HTTP protocol communication equipment, the source IP, the destination IP and the path optimized outgoing interface information are brought out and imported into a cache queue;
step S205, a sending queue of the virtual HTTP protocol communication equipment is defined and sent to the virtual IP protocol communication equipment according to an order-preserving point led into the ARM processor;
step S206, on the virtual IP protocol communication equipment, the flow is routed and forwarded according to the destination IP address; the message flowing out from the IP protocol communication equipment is set to an order-preserving point according to the time when the message enters the ARM processor, and the message is dispatched in order and sent out from the network port.
3. The method for implementing HTTP forwarding on an ARM multi-core architecture based on DPDK of claim 1, wherein: the method also comprises the step of improving the message processing capacity of the HTTP protocol, wherein the step comprises the steps of,
step S301, a flow policy table structure based on HTTP protocol message, the structure includes: part 1: a source IP address and a destination IP address; part 2: URL information in HTTP protocol message; part 3: a flow forwarding strategy of the HTTP protocol message;
step S302, importing a message into the virtual HTTP communication equipment, extracting a source IP and a destination IP of an IP network layer as keywords, and matching a source IP address and a destination IP address in a flow policy table; if yes, the HTTP protocol message is not analyzed any more, and the message is forwarded according to the strategy action in the table;
step S303, in the step S303, when the execution is unsuccessful, analyzing the HTTP protocol message, extracting URL information, and matching the URL in the flow policy table;
if hit, adding a new corresponding relation between the source IP, the destination IP and the URL, and taking the strategy action in the table to forward the message;
if not, adding a new URL entry, and recording the corresponding relation between the { source IP, destination IP } and the URL; acquiring an HTTP (hyper text transport protocol) message configuration strategy and generating a strategy action table; and simultaneously, the strategy action in the table is taken to forward the message.
4. The method for implementing HTTP forwarding on an ARM multi-core architecture based on DPDK of claim 1, wherein: also comprises a step of transmitting and order-preserving HTTP protocol message on ARM,
step 401, the network port imports the message of the ARM processor to set an order preserving point, and in order to avoid message disorder caused by different processing flows, the message processed by the virtual HTTP communication equipment is imported into a cache queue;
step 402, the number of the buffer streams is defined in a DPDK configuration file; after the cached data flow reaches a configuration value, the cached data flow is orderly scheduled and guided into the virtual IP protocol communication equipment according to the order-preserving point;
step 403, after the virtual IP protocol communication device queries the route to obtain the interface information, the traffic is led into the forwarding queue for the second time, and the number of the processing flows of the forwarding queue is defined in the DPDK configuration file; and after the data stream reaches the configuration value, the data stream is dispatched from the specified network port in order according to the order-preserving point.
5. A computer-readable storage medium, storing a computer program which, when executed by a processor, causes the processor to carry out the steps of the method according to any one of claims 1 to 4.
CN202211634762.8A 2022-12-19 2022-12-19 Method for realizing HTTP forwarding on ARM multi-core architecture and storage medium Active CN115720222B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211634762.8A CN115720222B (en) 2022-12-19 2022-12-19 Method for realizing HTTP forwarding on ARM multi-core architecture and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211634762.8A CN115720222B (en) 2022-12-19 2022-12-19 Method for realizing HTTP forwarding on ARM multi-core architecture and storage medium

Publications (2)

Publication Number Publication Date
CN115720222A true CN115720222A (en) 2023-02-28
CN115720222B CN115720222B (en) 2023-06-02

Family

ID=85257779

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211634762.8A Active CN115720222B (en) 2022-12-19 2022-12-19 Method for realizing HTTP forwarding on ARM multi-core architecture and storage medium

Country Status (1)

Country Link
CN (1) CN115720222B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102801635A (en) * 2012-08-30 2012-11-28 北京傲天动联技术有限公司 Packet ordering method used in multi-core processor system
CN109714273A (en) * 2018-12-25 2019-05-03 武汉思普崚技术有限公司 A kind of message processing method and device of multi-core network device
WO2020177246A1 (en) * 2019-03-04 2020-09-10 南京邮电大学 Nat-based method for load balancing in dpdk environment
CN111901244A (en) * 2020-07-10 2020-11-06 苏州浪潮智能科技有限公司 Network message forwarding architecture
WO2020253674A1 (en) * 2019-06-18 2020-12-24 中国电子科技集团公司第五十四研究所 Dpdk-based satellite channel high-speed reliable data transmission method
WO2022151867A1 (en) * 2021-01-18 2022-07-21 武汉绿色网络信息服务有限责任公司 Method and apparatus for converting http into https bidirectional transparent proxy

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102801635A (en) * 2012-08-30 2012-11-28 北京傲天动联技术有限公司 Packet ordering method used in multi-core processor system
CN109714273A (en) * 2018-12-25 2019-05-03 武汉思普崚技术有限公司 A kind of message processing method and device of multi-core network device
WO2020177246A1 (en) * 2019-03-04 2020-09-10 南京邮电大学 Nat-based method for load balancing in dpdk environment
WO2020253674A1 (en) * 2019-06-18 2020-12-24 中国电子科技集团公司第五十四研究所 Dpdk-based satellite channel high-speed reliable data transmission method
CN111901244A (en) * 2020-07-10 2020-11-06 苏州浪潮智能科技有限公司 Network message forwarding architecture
WO2022151867A1 (en) * 2021-01-18 2022-07-21 武汉绿色网络信息服务有限责任公司 Method and apparatus for converting http into https bidirectional transparent proxy

Also Published As

Publication number Publication date
CN115720222B (en) 2023-06-02

Similar Documents

Publication Publication Date Title
EP3314827B1 (en) Method and system for managing data traffic in a computing network
US7975025B1 (en) Smart prefetching of data over a network
US10630758B2 (en) Method and system for fulfilling server push directives on an edge proxy
US8954495B2 (en) Proxy application with dynamic filter updating
US9356844B2 (en) Efficient application recognition in network traffic
JP5645269B2 (en) Network system
US8972513B2 (en) Content caching
EP3704559B1 (en) Identifying an http resource using multi-variant http requests
EP2895981B1 (en) System and method for sharing login status between an application platform and an application
EP2512101B1 (en) Method and system to pre-fetch user-specific HTTP requests for web applications
CN112333169B (en) Message processing method, device, electronic equipment and computer readable medium
CN107801052A (en) A kind of cloud desktop browsers video reorientation method
US9088559B2 (en) System and method for sharing login status between an application platform and an application
US20180091631A1 (en) Systems and methods for writing prioritized http/2 data to a socket buffer
US11412056B2 (en) Techniques for proxying network requests using service workers
US8914542B1 (en) Content caching
CN107645543B (en) Method and system applied to cache server HTTP non-80 cache port service
US7797405B2 (en) Streaming file transfer apparatus, systems, and methods
Sysel et al. An educational http proxy server
US8627467B2 (en) System and method for selectively storing web objects in a cache memory based on policy decisions
CN115720222A (en) DPDK-based method and storage medium for realizing HTTP forwarding on ARM multi-core architecture
US10721186B1 (en) Packet processing with per-CPU (central processing unit) flow tables in a network device
Rajiullah Towards a low latency internet: understanding and solutions
CN113204721A (en) Request processing method, node and storage medium
CN117395210B (en) Information transmission control method, equipment and storage medium based on rich media

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant