CN105357151B - A kind of packet capturing and mirror image flow forwarding method based on DPDK - Google Patents

A kind of packet capturing and mirror image flow forwarding method based on DPDK Download PDF

Info

Publication number
CN105357151B
CN105357151B CN201510801278.3A CN201510801278A CN105357151B CN 105357151 B CN105357151 B CN 105357151B CN 201510801278 A CN201510801278 A CN 201510801278A CN 105357151 B CN105357151 B CN 105357151B
Authority
CN
China
Prior art keywords
dpdk
buffer
packet
data packet
packets
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.)
Active
Application number
CN201510801278.3A
Other languages
Chinese (zh)
Other versions
CN105357151A (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.)
Kelai Network Technology Co.,Ltd.
Original Assignee
CHENGDU COLASOFT Co Ltd
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 CHENGDU COLASOFT Co Ltd filed Critical CHENGDU COLASOFT Co Ltd
Priority to CN201510801278.3A priority Critical patent/CN105357151B/en
Publication of CN105357151A publication Critical patent/CN105357151A/en
Application granted granted Critical
Publication of CN105357151B publication Critical patent/CN105357151B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/20Support for services
    • H04L49/208Port mirroring
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present invention relates to packet capturings to cache release tech field, the invention discloses a kind of packet capturing based on DPDK and mirror image flow forwarding methods, after it receives data packet from entrance network interface card port using the transmitting-receiving packet interface of DPDK, DPDK data packet mbuf is copied in the packets buffer of user-defined format, then gives back mbuf to DPDK;When packets buffer will be more than its memory headroom size, which is put into a buffer queue, completes the submission of a packets buffer at this time;User takes out packets buffer from buffer queue, the packets buffer of each buffer queue is gone to read by a user thread, after user thread reads a packets buffer object, is analyzed and processed to data packet, after having handled, packets buffer is given back.So that data packet retains the problem of packet loss will not being caused to influence performance because of mbuf caching deficiency for a long time in systems.

Description

A kind of packet capturing and mirror image flow forwarding method based on DPDK
Technical field
The present invention relates to security monitoring and flow analysis technical field, specifically a kind of packet capturing and mirror image stream based on DPDK Retransmission method is measured, the method may make data packet to retain in systems for a long time without packet loss.
Background technique
In security monitoring, flow analysis application, need to analyze the data on flows packet of network egress, and with mutual The development of networking technology, flow is increasing, and the flow of a network may reach 10,000,000 grades of pps, this is to data packet It is a challenge for crawl.In addition it also usually needs to dispose different safety equipments largely based on mirror image flow, such as IPS, data Library audit, abnormal flow, flow analysis etc., this requires more parts of traffic mirrorings, but mirror image flow port is on interchanger It is limited.
About the crawl of data packet, there are two schemes at present: one is hardware plans, but hardware plan is expensive, no Range etc is discussed in this patent.One is software scenarios, are such as based on operating system nucleus network protocol stack, such as pfring. Scheme based on system kernel, by taking Linux as an example, program needs to do frequent switching and frequent friendship in User space and kernel state Data are changed, cause performance poor, are unable to satisfy the demand of big flow.Another software scenario is using DPDK (Data Plane Development Kit).DPDK is the data packet processing frame based on data surface of Intel Company's exploitation, its packet capturing driving Work provides quickly transmitting-receiving packet interface in User space, for User space application program, and the quick crawl of data packet may be implemented.But DPDK is very big to CPU Cache dependence, and DPDK is by the way that data packet buffer (mbuf) is buffered in CPU Cache come real Now quick send and receive packets, and Cache size is limited, and generally with regard to 10-30M size, packet receiving buffer cannot thus be set greatly, So grabbing after data packet handled from DPDK, need rapidly to return mbuf.This for simple data packet at Ought to be with for (for example data packet forward class application), there is no problem.But for needing to carry out at complicated analysis data packet For the application of reason, a data packet may retain 3 seconds or more time in systems, be not suitable for directly in DPDK thread context In complicated analysis carried out to data packet handle, mbuf caching can be easily caused insufficient, in this way so as to cause under packet loss, performance Drop.
For needing the scene of more parts of mirror image flows, the limited problem in mirror image flow port, is usually to pass through on interchanger The optical splitter of profession is bought to solve, but the optical splitter of profession is expensive.DPDK can be used to solve in software scenario, develops One DPDK shunts application, it is also desirable to be deployed on special server apparatus and no small cost.
Summary of the invention
Lead to packet loss when existing for packet snapping method in the prior art and carry out complicated applications processing and solves interchanger The limited scheme in upper mirror image flow port technical problem at high cost, the invention discloses one kind to be based on
The packet capturing of DPDK and mirror image flow forwarding method.
Several technical terms are explained first.
PortX, portY: network interface card port.
Packet: data packet.
The object of mbuf:DPDK storing data packet, a mbuf deposit a data packet.
Memory buffer: the contiguous memory for the one piece of fixed size applied from big page memory pool.
Packets buffer: the buffer of the packet of self-defined structure is stored, memory reference is big page memory The memory buffer in pond, a packets buffer object can deposit the data packet of multiple self-defined structures.
Buffer queue: the queue of storage Packets buffer.
Technical scheme is as follows:
The invention discloses a kind of packet capturing based on DPDK and mirror image flow forwarding methods, specifically include step below It is rapid: Step 1: the packets buffer structure of the structure of the customized data packet grabbed and storing data packet;Step 2: Initialization DPDK environment, creation memory, distribution CPU to DPDK packet receiving processing thread, initialization network card configuration and are configured The number of queues of packets buffer, each packet receiving thread are responsible for collecting the data of different port or same port different queue Packet;Step 3: packets buffer is submitted;The packets buffer submission specifically includes: using the send and receive packets of DPDK After interface receives data packet from entrance network interface card port to, DPDK data packet mbuf is copied to the packets of user-defined format In buffer, mbuf is then given back to DPDK;When packets buffer will be more than its memory headroom size, by this Packets buffer is put into a buffer queue, completes the submission of a packets buffer at this time;Step 4: with Packets buffer is taken out at family from buffer queue, and the packets buffer of each buffer queue is by user's line Journey goes to read, and after user thread reads a packets buffer object, is analyzed and processed to data packet, has handled it Afterwards, packets buffer is given back;The DPDK is the data packet processing frame based on data surface of Intel Company's exploitation; The mbuf is the object of DPDK storing data packet, and a mbuf deposits a data packet;The memory buffer is from memory The contiguous memory of one piece of fixed size of application;The packets buffer is the data packet for storing self-defined structure Buffer, a packets buffer object deposit the data packet of multiple self-defined structures;The buffer queue is storage The queue of Packets buffer.
Further, the above method further includes setting timer, when the timer is triggered, if current Packets buffer is same that packets buffer is submitted to give buffer queue with the presence of data packet.
Further, the structure head of above-mentioned raw data packets includes customized extension header length and customized extension letter Cease length, customized extension header and customized extension information in counter structure, the customized extension header and customized expansion Information is opened up to be used to analyze use to upper layer application.
Further, above-mentioned steps two create in save as big page memory pool, the memory buffer is from big page memory Chi Zhongshen memory, that the memory of packets buffer is quoted is the memory buffer of big page memory pool.
Further, the above method further includes working as to operate in nonuniform memory access NUMA environment, the wound of memory pool It builds and allocation strategy is as follows: its NUMA node being obtained according to the CPU core where the operation of the DPDK packet receiving thread of configuration first, then A memory pool is created for each NUMA node, the corresponding memory pool of NUMA node where then DPDK packet receiving thread selects oneself To apply for memory buffer.
Further, the process of above-mentioned data packet forwarding specifically includes: checking forwarding table, sees the arrival end of the data packet Mouth portX is either with or without corresponding outlet port, if there is corresponding outlet port portY, with regard to drawing for updated data package mbuf With counting, and data packet mbuf is sent out by outlet port portY, then gives back mbuf to DPDK.If copied without forwarding It gives back after shellfish, if there is forwarding, is given back after forwarding at once.
Further, above-mentioned big page memory pool is created using the rte_mempool_create function of DPDK, memory It is incoming that the memory buffer number in pond, the memory buffer size of memory pool then pass through initialization function parameter.
Further, during above-mentioned initialization network card configuration, match for each network interface card port by DPDK driving adapter tube Transmitting-receiving number of queues is set, and installs each transmitting-receiving queue.
Further, above-mentioned to pass through DPDK's by the network interface card port configuration transmitting-receiving number of queues of DPDK driving adapter tube to be each Rte_eth_dev_configure function is realized, described to install each rte_eth_rx_ of the transmitting-receiving queue by DPDK Queue_setup function is realized.
Further, above-mentioned packets buffer will be more than that its memory headroom size refers to current packets After buffer adds data package size to be copied, it is filled in packets buffer.
By using above technical solution, the invention has the benefit that by DPDK data packet in packet receiving thread Mbuf is copied out, and then gives back mbuf at once to DPDK, and data packet can be made to retain in systems for a long time in this way The problem of packet loss will not being caused to influence performance because of mbuf caching deficiency.Data packet is converted into certainly in DPDK packet receiving thread The data packet packet of definition format, such upper layer application can not have to directly do data packet again using data packet packet Copy+conversion is also in this way a raising to performance.The data packet copied out is stored in big page memory to be made to upper layer application With compared to common memory, the TLB miss rate of big page memory is low, there is faster access speed.Using can infinitely configure (as long as Installed System Memory is sufficiently large) the big page memory pool of size does the caching of data packet, it must can utmostly extend data packet in this way Cache-time, without influence packet loss.Packet receiving thread be all using the memory of local nonuniform memory access framework NUMA node, Performance is more preferable.Mirror image flow is while the machine applied analysis, moreover it is possible to which by other network interface card ports, fast-forwarding is gone out.So not Need to buy special optical splitter or the special data packet forwarding system of deployment again.
Detailed description of the invention
Fig. 1 is data flow model figure of the invention.
Fig. 2 is that packets buffer submits flow chart.
Specific embodiment
With reference to the accompanying drawings of the specification, the specific embodiment that the present invention will be described in detail.
The invention discloses a kind of packet capturing based on DPDK and mirror image flow forwarding methods, specifically include
1. structural body defines
The packet of self-defined structure first is defined as follows:
The tail portion of structural body is followed by packet content information, and the packet structure is in addition to storing raw data packets Outside information, there are also customized extension header and customized two regions of extension information, and reserve the two spaces makes to upper layer application analysis With.
PacketsBuffer structure is defined as follows:
The tail portion of structural body is followed by continuous PACKET content.
2. program initialization
During program initialization, initialization DPDK environment, creation big page memory pool, distribution core cpu resource are given DPDK packet receiving processing thread initializes network card configuration and has configured packets buffer number of queues.
Wherein big page memory pool using 1G hugepages big page, (match in system kernel start-up parameter by the number of 1G big page Set), it is created using the rte_mempool_create function of DPDK, the memory buffer number of memory pool and memory pool Memory buffer size, it is incoming by initialization function parameter.If system operates in NUMA environment, the creation of memory pool and Allocation strategy is as follows: their NUMA node is obtained according to the CPU cores where the operation of the DPDK packet receiving thread of configuration first, Then a memory pool is created for each NUMA node, NUMA node where then DPDK packet receiving thread selects oneself is corresponding interior Pond is deposited to apply for memory buffer, processor under NUMA architecture is made full use of to access local NUMA node memory speed faster in this way The characteristics of.
Core cpu and DPDK packet receiving processing number of threads configure (such as-c coremask--nb- by start-up parameter Cores=X), per thread is tied on independent CPU core and runs.Since there are more queue read functions in network interface card port, often A thread is responsible for collecting the data packet of different port or same port different queue.
During initializing network card configuration, number of queues is received and dispatched for each network interface card port config. number by DPDK driving adapter tube (passing through the rte_eth_dev_configure function of DPDK), and each transmitting-receiving queue is installed (by the rte_eth_ of DPDK Rx_queue_setup function).
By being passed to initialization function parameter configuration packets buffer number of queues.
3.DPDK packet receiving processing
The process executes in DPDK packet receiving processing thread, has packets buffer to submit and forwards at two with data packet Manage logic.Number is received from entrance network interface card port (Fig. 1 portX) using the transmitting-receiving packet interface rte_eth_rx_burst () of DPDK After packet, in packets buffer that DPDK data packet mbuf is copied to a user-defined format, then give back mbuf to DPDK (if without forwarding, gives back, if there is forwarding, give back after forwarding) at once after copy.When packets buffer will surpass Cross its memory headroom size (after current packets buffer adds data package size to be copied, packets buffer Inside it is filled with) when, which is put into a buffer queue (for example use the push of std::queue Method), the submission of a packets buffer is completed at this time.A timer is arranged in programming system simultaneously, when timer quilt When triggering, if current packets buffer equally can submit packets buffer to buffer with the presence of packet Queue thus is avoided that the case where packets buffer for a long time can be just submitted when flow very little.Complete packets Buffer submits process to see Fig. 2.Each DPDK packet receiving processing thread can submit packets to each buffer queue Buffer, each packet receiving thread safeguard the queue index of oneself, replace queue index value by round robin mode, in turn It is submitted in each buffer queue, so that the packets buffer number of each queue is balanced.
Data packet forwarding process: check that (port forwarding table configures forwarding table in/etc/dpdk/config file, in table Establish entrance port with export port MAC Address mapping) see ingress port portX either with or without corresponding outlet port, such as For fruit there are outlet port portY, the reference count with regard to updated data package mbuf (passes through the rte_pktmbuf_ of calling DPDK Refcnt_update function), and data packet mbuf is sent out by outlet port portY.When there is data packet forwarding, Mbuf is given back to DPDK after the completion of forwarding.
4. user reads packet, analysis processing
User reads packet procedures and goes to execute by one or more threads, and it is actually from packets buffer that user, which reads packet, Packets buffer is taken out in queue, the packets buffer of each buffer queue is gone to read by a user thread It takes.After user thread reads a packets buffer, data packet is analyzed and processed.It, will after having handled Packets buffer is returned to big page memory pool.
The coefficient and parameter gone out given in the above embodiments, is available to those skilled in the art to realize or use Invention, invention, which does not limit, only takes aforementioned disclosed numerical value, in the case where not departing from the thought of invention, the technology of this field Personnel can make various modifications or adjustment to above-described embodiment, thus the protection scope invented is not by above-described embodiment institute Limit, and should be the maximum magnitude for meeting the inventive features that claims are mentioned.

Claims (10)

1. a kind of packet capturing and mirror image flow forwarding method based on DPDK, specifically includes following step: Step 1: customized The structure of the data packet grabbed and the packets buffer structure of storing data packet;Step 2: initialization DPDK environment, wound Memory, distribution CPU are built to DPDK packet receiving processing thread, the queue that initializes network card configuration and configured packets buffer Number, each packet receiving thread are responsible for collecting the data packet of different port or same port different queue;Step 3: packets Buffer is submitted;The packets buffer is submitted and is specifically included: using the transmitting-receiving packet interface of DPDK from entrance network interface card port After receiving data packet, DPDK data packet mbuf is copied in the packets buffer of user-defined format, mbuf is then given back To DPDK;When packets buffer will be more than its memory headroom size, which is put into one In buffer queue, the submission of a packets buffer is completed at this time;Step 4: user takes out from buffer queue The packets buffer of packets buffer, each buffer queue are gone to read by a user thread, and user thread is read After getting a packets buffer object, data packet is analyzed and processed, after having handled, by packets buffer It gives back;The DPDK is the data packet processing frame based on data surface of Intel Company's exploitation;The mbuf is DPDK storage number According to the object of packet, a mbuf deposits a data packet;The packets buffer is the data packet for storing self-defined structure Buffer, a packets buffer object deposit the data packet of multiple self-defined structures;The buffer queue is storage The queue of packets buffer.
2. the packet capturing based on DPDK and mirror image flow forwarding method as described in claim 1, it is characterised in that the method is also It is when the timer is triggered, same to submit if current packets buffer is with the presence of data packet including timer is arranged Packets buffer gives buffer queue.
3. the packet capturing based on DPDK and mirror image flow forwarding method as described in claim 1, it is characterised in that described to grab The structure head of data packet include customized extension header length and customized extension message length, making by oneself in counter structure Adopted extension header and customized extension information, the customized extension header are used to make to upper layer application analysis with customized extension information With.
4. the packet capturing based on DPDK and mirror image flow forwarding method as described in claim 1, it is characterised in that the step 2 Big page memory pool is saved as in creation, memory buffer applies for memory, the memory of packets buffer from big page memory pool It is the company for the one piece of fixed size applied from memory that quote, which is the memory buffer, the memory buffer of big page memory pool, Continuous memory.
5. the packet capturing based on DPDK and mirror image flow forwarding method as claimed in claim 4, it is characterised in that the method is also Including when operating in nonuniform memory access NUMA environment, the creation of memory pool and allocation strategy are as follows: first according to configuration DPDK packet receiving thread operation where CPU core obtain its NUMA node, then be each NUMA node create a memory Pond, then DPDK packet receiving thread selects oneself corresponding memory pool of place NUMA node to apply for memory buffer.
6. the packet capturing based on DPDK and mirror image flow forwarding method as claimed in claim 5, it is characterised in that the step 3 It further include data packet forwarding, process specifically includes: checking forwarding table, sees the ingress port portX of the data packet either with or without right The outlet port answered, if there is corresponding outlet port portY, with regard to the reference count of updated data package mbuf, and by data Packet mbuf is sent out by outlet port portY, and when there is data packet forwarding, mbuf is given back after the completion of forwarding to DPDK.
7. the packet capturing based on DPDK and mirror image flow forwarding method as claimed in claim 6, it is characterised in that in the big page Pond is deposited using the rte_mempool_create function of DPDK to create, the memory buffer number of memory pool, memory pool it is interior Depositing buffer size, then to pass through initialization function parameter incoming.
8. the packet capturing based on DPDK and mirror image flow forwarding method as claimed in claim 7, it is characterised in that the initialization During network card configuration, number of queues is received and dispatched for each network interface card port configuration by DPDK driving adapter tube, and install each transmitting-receiving Queue.
9. the packet capturing based on DPDK and mirror image flow forwarding method as claimed in claim 8, it is characterised in that described is each It is real by the rte_eth_dev_configure function of DPDK by the network interface card port configuration transmitting-receiving number of queues of DPDK driving adapter tube It is existing, it is described to install rte_eth_rx_queue_setup function realization of each transmitting-receiving queue by DPDK.
10. packet capturing based on DPDK and mirror image flow forwarding method as described in claim 1 or 9, it is characterised in that Packets buffer will be more than that its memory headroom size refers to current packets buffer plus data to be copied After packet size, it is filled in packets buffer.
CN201510801278.3A 2015-11-19 2015-11-19 A kind of packet capturing and mirror image flow forwarding method based on DPDK Active CN105357151B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510801278.3A CN105357151B (en) 2015-11-19 2015-11-19 A kind of packet capturing and mirror image flow forwarding method based on DPDK

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510801278.3A CN105357151B (en) 2015-11-19 2015-11-19 A kind of packet capturing and mirror image flow forwarding method based on DPDK

Publications (2)

Publication Number Publication Date
CN105357151A CN105357151A (en) 2016-02-24
CN105357151B true CN105357151B (en) 2019-03-19

Family

ID=55333020

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510801278.3A Active CN105357151B (en) 2015-11-19 2015-11-19 A kind of packet capturing and mirror image flow forwarding method based on DPDK

Country Status (1)

Country Link
CN (1) CN105357151B (en)

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017155545A1 (en) * 2016-03-11 2017-09-14 Tektronix Texas, Llc. Timestamping data received by monitoring system in nfv
CN106452979A (en) * 2016-12-06 2017-02-22 郑州云海信息技术有限公司 Online packet capturing method and tool
CN108243027B (en) * 2016-12-23 2020-04-07 大唐移动通信设备有限公司 Port initialization method and device
CN108270676B (en) * 2016-12-31 2020-07-28 普天信息技术有限公司 Network data processing method and device based on Intel DPDK
CN107257352B (en) * 2017-08-02 2020-09-08 赛尔网络有限公司 DPDK-based URL authentication redirection system and method
CN107483237A (en) * 2017-08-02 2017-12-15 赛尔网络有限公司 Performance optimization system and method based on DPDK forwardings
CN107623632B (en) * 2017-08-10 2020-08-25 赛尔网络有限公司 DPDK-based network protocol connection method and system
CN109525509A (en) * 2017-09-19 2019-03-26 中兴通讯股份有限公司 Network interface card mirror image packet snapping method, terminal and readable storage medium storing program for executing
CN108345502A (en) * 2018-01-15 2018-07-31 中兴飞流信息科技有限公司 Resource regulating method, device, terminal device based on DPDK and readable storage medium storing program for executing
CN108632110B (en) * 2018-03-23 2020-06-19 北京网测科技有限公司 Device performance testing method, system, computer device and storage medium
CN108632166B (en) * 2018-04-25 2021-11-09 湖北锐世数字医学影像科技有限公司 DPDK-based packet receiving secondary caching method and system
CN108712308B (en) * 2018-06-06 2021-11-26 郑州云海信息技术有限公司 Method and device for detecting network equipment in virtual network
CN109408246A (en) * 2018-09-05 2019-03-01 江苏博智软件科技股份有限公司 A kind of adaptive auditing method of industry control network
CN109309626B (en) * 2018-09-10 2022-03-25 南京知常容信息技术有限公司 DPDK-based high-speed network data packet capturing, distributing and caching method
CN109951532B (en) * 2019-02-27 2021-09-24 江苏省未来网络创新研究院 DPDK-based automatic flow model conversion device
CN111756636B (en) * 2019-03-29 2022-05-31 杭州海康威视数字技术股份有限公司 Data packet processing method, device and equipment and storage medium
CN110569126A (en) * 2019-09-09 2019-12-13 南京中孚信息技术有限公司 Data packet processing method and device of target application and electronic equipment
CN110677397A (en) * 2019-09-18 2020-01-10 广东网堤信息安全技术有限公司 NAT data forwarding method based on DPDK
CN110636139B (en) * 2019-10-15 2020-07-31 广州市品高软件股份有限公司 Optimization method and system for cloud load balancing
CN110650100A (en) * 2019-10-16 2020-01-03 南京中孚信息技术有限公司 Method and device for capturing network card data packet and electronic equipment
CN110719234A (en) * 2019-10-17 2020-01-21 南京中孚信息技术有限公司 DPDK-based data packet processing method and device
CN110768829B (en) * 2019-10-23 2022-02-15 江苏省未来网络创新研究院 Method for realizing linear increase of traffic analysis service performance based on DPDK
CN115428409B (en) * 2020-04-24 2023-04-11 株式会社东阳特克尼卡 Packet capturing device and method
CN113923212B (en) * 2020-06-22 2022-12-13 大唐移动通信设备有限公司 Network data packet processing method and device
CN113794655A (en) * 2020-07-17 2021-12-14 北京京东尚科信息技术有限公司 Flow monitoring method and device, computer storage medium and electronic equipment
CN113254202A (en) * 2021-05-18 2021-08-13 成都图迅科技有限公司 5G base station forward-transmission lossless packet capturing method based on gigabit Ethernet port
CN116527690B (en) * 2023-05-04 2024-02-13 奇安信科技集团股份有限公司 Flow mirroring method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539440A (en) * 2013-07-09 2015-04-22 英特尔公司 Traffic management with ingress control

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013003532A1 (en) * 2011-06-29 2013-01-03 Verisign, Inc. Data plane packet processing tool chain

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539440A (en) * 2013-07-09 2015-04-22 英特尔公司 Traffic management with ingress control

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Comparison of frameworks for high-performance packet IO;Sebastian Gallenmuller等;《Architechures for Networking and Communications System(ANCS), 2015 ACM/IEEE Symposium on》;20150521;全文
基于DPDK的IPv4/IPv6翻译器的设计与实现;张宇烜;《中国优秀硕士学位论文全文数据库》;20150815;全文

Also Published As

Publication number Publication date
CN105357151A (en) 2016-02-24

Similar Documents

Publication Publication Date Title
CN105357151B (en) A kind of packet capturing and mirror image flow forwarding method based on DPDK
CN105993150B (en) Increase the packet transaction rate in the network equipment
CN105765926B (en) Configurable service broker's mapping method, device and storage medium
US7843919B2 (en) Ethernet virtualization using a network packet alteration
CN105207873B (en) A kind of message processing method and device
EP3029896B1 (en) Qos implementation method, apparatus and system in openflow network
US9838277B2 (en) Packet copy management for service chain processing within virtual processing systems
CN107171980A (en) Flexible Buffer allocation in the network switch
US7836198B2 (en) Ethernet virtualization using hardware control flow override
CN101867511B (en) Pause frame sending method, associated equipment and system
CN108475244A (en) Accelerate network packet processing
CN107750357A (en) Data handling system with hardware-accelerated plane and software plane
CN108712459A (en) Protocol massages cross-layer communication method, device and electronic equipment
WO2014173367A2 (en) Qos implementation method, system, device and computer storage medium
CN108040019B (en) Message forwarding method and device
JP3946145B2 (en) Fast Ethernet switch and method for distributing Fast Ethernet data frames
WO2020087523A1 (en) Network communication method and apparatus, and electronic device
CN112600684B (en) Bandwidth management and configuration method of cloud service and related device
JP6756070B2 (en) Methods and network nodes for traffic management at network nodes in packet-switched networks
CN105554176B (en) Send the method, apparatus and communication system of message
EP3210343B1 (en) Method and system for non-tagged based latency calculation
CN106453139B (en) The method and device of data packet dispatching
CN105915468B (en) A kind of dispatching method and device of business
US20150082319A1 (en) High-Performance Parallel Traffic Management for Multi-Core Platforms
US11343205B2 (en) Real-time, time aware, dynamic, context aware and reconfigurable ethernet packet classification

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 610041 No. 06, floor 15, unit 2, building 1, No. 28, north section of Tianfu Avenue, Chengdu hi tech Zone, China (Sichuan) pilot Free Trade Zone, Chengdu, Sichuan

Patentee after: Chengdu Shumo Technology Co.,Ltd.

Address before: No. 801, middle section of Tianfu Avenue, high tech Zone, Chengdu, Sichuan 610041

Patentee before: COLASOFT Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20220325

Address after: 610041 12th, 13th and 14th floors, unit 1, building 4, No. 966, north section of Tianfu Avenue, high tech Zone, Chengdu, Sichuan

Patentee after: Kelai Network Technology Co.,Ltd.

Address before: 610041 No. 06, floor 15, unit 2, building 1, No. 28, north section of Tianfu Avenue, Chengdu hi tech Zone, China (Sichuan) pilot Free Trade Zone, Chengdu, Sichuan

Patentee before: Chengdu Shumo Technology Co.,Ltd.