CN101917350A - Network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux - Google Patents

Network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux Download PDF

Info

Publication number
CN101917350A
CN101917350A CN2010102796065A CN201010279606A CN101917350A CN 101917350 A CN101917350 A CN 101917350A CN 2010102796065 A CN2010102796065 A CN 2010102796065A CN 201010279606 A CN201010279606 A CN 201010279606A CN 101917350 A CN101917350 A CN 101917350A
Authority
CN
China
Prior art keywords
message
network interface
interface card
consumer process
physical address
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
CN2010102796065A
Other languages
Chinese (zh)
Other versions
CN101917350B (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.)
Nanjing Sinovatio Technology LLC
Original Assignee
NANJING ZHONGXING SPECIAL SOFTWARE 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 NANJING ZHONGXING SPECIAL SOFTWARE CO Ltd filed Critical NANJING ZHONGXING SPECIAL SOFTWARE CO Ltd
Priority to CN2010102796065A priority Critical patent/CN101917350B/en
Publication of CN101917350A publication Critical patent/CN101917350A/en
Application granted granted Critical
Publication of CN101917350B publication Critical patent/CN101917350B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux. The method comprises the following steps of: 1, mapping the whole physical memory to a user process space by using a user process; 2, managing message received by a message driving module and message to be transmitted by the message driving module in a queue mode; 3, isolating the influence of discrimination of various network card drives on the user process by using the message driving module; and 4, after the various network card drives are loaded successfully, registering equipment and related operating methods to the message driving module. The method is implemented layer by layer so that the method can simultaneously support multiple types of network cards and is easy to add support for new network cards. The method can realize high-performance message capture and transmission without one-time copy in the message capture and transmission process, and is suitable for the situations with high requirement for transceiving of the message such as network traffic monitoring and analysis and the like.

Description

The implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under a kind of Linux
Technical field
The present invention relates to realize in a kind of linux system the method for transmitting-receiving bag at a high speed, especially a kind ofly send out the transmitting-receiving bag method of zero-copy in the transmitting-receiving process, the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under specifically a kind of Linux at newspaper.
Background technology
In network service monitoring and flow analysis etc. are used, need to realize that the high performance of big flow catches or send message, usually modes such as the socket that adopts and the libpcap performance of catching and sending of carrying out message often do not reach the desired performance requirement of system, become the performance bottleneck in the whole system.These general schemes arrive network interface card at message, after having the network interface card driving to receive message, can carry out a large amount of processing and repeatedly copy, comprise the copy that carries out message from kernel state to user's space, though these operations have guaranteed good versatility, also caused the demand of the discontented pedal system of its performance.
Summary of the invention
The objective of the invention is to copy repeatedly just and can finish the problem that the transmitting-receiving process causes speed to be difficult to improve, invent the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under a kind of Linux at existing packet sending and receiving Bao Junxu.
Technical scheme of the present invention is:
The implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under a kind of Linux is characterized in that it may further comprise the steps:
At first, foundation is caught and is wrapped formation in kernel state message driver module, message discharges formation, packet buffer formation and transmit queue with the management of realization to message, and creates corresponding message and fill thread, message release thread and message transmission thread;
Secondly, when loading the network interface card driving and opening corresponding network card equipment, carry out the network card equipment registration to aforementioned message driver module immediately, obtain corresponding message transmission interface;
The 3rd, in consumer process, whole physical memory is mapped to user's space, make directly travel all over physical memory of consumer process;
The 4th, when consumer process need carry out message capturing or send, by under the Linux /proc file item mode notifies kernel state message driver module to carry out initial work, create the initial configuration of respective resources and recording user process, after the initialization success, consumer process gets final product the process message capturing and sending;
At last, adopt physical address between user's attitude and kernel state, to carry out data interaction, physical address translations with user's attitude in the use of user's attitude is a virtual address, when the kernel state use, it is converted to kernel virtual address with the physical address of kernel state, to realize the Ethernet message capturing and sending of zero-copy.
Described message is filled thread and is responsible for applying for packet buffer, and the physical address of message pointer is put into the packet buffer formation; Described message discharges responsible taking-up of thread and waits to discharge the message pointer from message release formation, and respective cache discharges; Described message sends responsible taking-up of thread and waits to discharge the message pointer from the message transmit queue, and this message is sent; When network interface card receives message, network interface card drives message up sending to the message driver module, and the message driver module is put into the physical address of message pointer and caught the bag formation accordingly.
Described consumer process by the dmesg log-on message or/the proc/iomem file gets access to the maximum of current physical address, and the memory size that use in the current process space is set to unrestrictedly (being that the spendable memory size in current process space does not have upper limit setting), according to the maximum physical address use mmap that gets access to whole physical memory is mapped to the consumer process space simultaneously.
Described kernel message driver module register initialization/proc file item and reading/writing method thereof opened initialization/proc file item by consumer process then, and write the initial configuration item in described initialization/proc file item; After kernel state message driver module gets access to initial configuration, distribute respective resources, be provided with and catch the bag configuration; After the kernel initialization success, consumer process obtains the mapping respective resources to user's space, and then message be caught and be sent to consumer process can by respective resources.
Described message capturing method is: when message arrives network interface card, network interface card drives and receives message and will deliver to the message driver module on it, the message driver module is put into the physical address of message and is caught the bag formation, consumer process is got the physical address of message from catch the bag formation, be converted to the virtual address in consumer process space, can realize visit message data.
Described file transmitting method is: when consumer process need send message, at first from the packet buffer formation, take out the physical address of a packet buffer, be converted to the virtual address of consumer process, the message content that filling will send, then this message physical address is put into corresponding transmit queue, kernel message driver module takes out the physical address of message to be sent from transmit queue, be converted into the kernel state virtual address, call the transmission interface of network card equipment, this message can be sent.
Beneficial effect of the present invention:
The present invention directly drives the message that receives with network interface card and is delivered to user's space, middle without any copy, the message that consumer process also can send is directly delivered to network interface card driving the carrying out transmission of message, middle also without any copy, thereby improved catching and transmission rate of message greatly, can satisfy application such as network service monitoring and flow analysis preferably has high performance requirement to message capturing and sending.
The present invention adopts consumer process to shine upon whole physical memory, adopt physical address between kernel state and user's attitude, to carry out memory shared, thereby realize that consumer process directly captures the message that the network interface card driving receives in the kernel, and directly in consumer process, will send message and drive by network interface card and send, data copy between the normal kernel state that saves and the user's attitude, and the Linux protocol stack is to the handling process of the complexity of message, thereby that has improved message greatly catches and sends performance, and has reduced the consumption of CPU.To test, and go up this method of use at IBM x3650M2 server (CPU is Xeon X556 * 2, internal memory 16GB) and carry out the message forwarding performance that the message forwarding can reach 3.8Gbps, and CPU consume less than 10%.Therefore, the present invention can satisfy the high performance requirements of application such as network flow monitoring and analysis to the transmitting-receiving of message, and can use less resource to reach this purpose, thereby can not influence the use of upper layer application to resource substantially.The present invention adopts layering to realize, makes this method can support polytype network interface card simultaneously, and is easy to add the support to new network interface card.
The present invention adopts layering to realize, makes this method can support polytype network interface card simultaneously, and is easy to add the support to new network interface card.
The present invention message catch with process of transmitting in do not have a copy, can realize high performance message capturing and sending, be applicable to the sight that network flow monitoring and analysis etc. have high requirements to the performance of the transmitting-receiving of message.
Description of drawings
Fig. 1 is the frame structure schematic diagram of implementation method of the present invention.
Fig. 2 is the course of work schematic diagram of kernel state message driver module of the present invention.
Fig. 3 is a net card loading registration process schematic diagram of the present invention.
Fig. 4 is mapped to the specific operation process schematic diagram of user's space for physical memory of the present invention.
Fig. 5 is that kernel state message of the present invention drives mould initialization procedure schematic diagram.
Fig. 6 is a schematic flow sheet of catching packet voice of the present invention.
Fig. 7 is the schematic flow sheet of transmission message of the present invention.
Embodiment
The present invention is further illustrated below in conjunction with drawings and Examples.
Shown in Fig. 1-7.
The implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under a kind of Linux, it may further comprise the steps:
A, set up in kernel state message driver module and catch the bag formation, message discharges formation, and packet buffer formation and transmit queue are realized the management to message, and create corresponding message and fill thread, and message discharges thread and sends thread;
Linux system at first loads kernel message driver module after starting, and this module is responsible for message is directly transmitted between user's space and network interface card driving, and omits complex process between the two.Its concrete operations step as shown in Figure 2.
B, when loading that corresponding network interface card drives and network card equipment is opened, can carry out device registration to the message driver module, and corresponding message transmission interface;
When network interface card drives after the success of message driver module device registration, the message driver module will get access to the device pointer of corresponding network interface card, the message driver module can obtain the network card equipment association attributes by this pointer, and attribute is provided with interface and sends message interface by this network interface card.Its concrete operations step as shown in Figure 3.
C, in consumer process, whole physical memory is mapped to user's space, make consumer process can between the travel all over physical memory;
When consumer process shines upon whole physical memory after the process space, consumer process can directly have access to this physical memory, and virtual address of using in the linux kernel and physical address are one-to-one relationship, the kernel network interface card drives the message that receives, be stored in the kernel spacing, can realize direct visit as long as consumer process is obtained the physical address of this message, can realize too the kernel and the consumer process of queue resource are shared, operate simultaneously this message.The present invention utilizes this corresponding relation to realize the zero-copy of message for the basis to catch and send.Its concrete operations step as shown in Figure 4.
D, when consumer process need carry out message capturing or send, by under the Linux /proc file item mode notifies the kernel message driver module initial work of being correlated with, create the initial configuration of respective resources and recording user process, after the initialization success, consumer process gets final product the process message capturing and sending;
Kernel message driver module promptly can be registered corresponding PROC file item when loading, for consumer process provides interface to the registration of kernel message driver module.A kind of mode that PROC file item under the Linux is user's attitude and kernel state carries out data interaction.Its concrete operations step as shown in Figure 5.
All adopting physical address when carrying out data interaction between E, user's attitude and the kernel state, when using in user's attitude, be virtual address with physical address translations, when kernel state uses, also will be converted into kernel virtual address.
When message arrives network interface card, network interface card drives and receives message and will deliver to the message driver module on it, the message driver module is put into the physical address of message and is caught the bag formation, consumer process is got the physical address of message from catch the bag formation, be converted to the virtual address in consumer process space, can realize the visit to message data, its concrete operations step as shown in Figure 6.
When consumer process need send message, at first from the packet buffer formation, take out the physical address of a packet buffer, be converted to the virtual address of consumer process, the message content that filling will send, then this message physical address is put into corresponding transmit queue, kernel message driver module takes out the physical address of message to be sent from transmit queue, be converted into the kernel state virtual address, call the transmission interface of network card equipment, this message can be sent, its concrete operations step as shown in Figure 7.
The frame structure of implementation method of the present invention as shown in Figure 1, it is made up of bottom (comprising all types of network interface cards), core layer (comprising that the message driver module of kernel state and all types of network interface card drive), exchange layer (physical memory) and working lining (consumer process).
Above content be in conjunction with concrete preferred implementation to further describing that the present invention did, can not assert that concrete enforcement of the present invention is confined to these explanations.For the general technical staff of the technical field of the invention, without departing from the inventive concept of the premise, can also make some deduction or replace, all should be considered as belonging to protection scope of the present invention.
The part that the present invention does not relate to prior art that maybe can adopt all same as the prior art is realized.

Claims (6)

1. the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under the Linux is characterized in that it may further comprise the steps:
At first, foundation is caught and is wrapped formation in kernel state message driver module, message discharges formation, packet buffer formation and transmit queue with the management of realization to message, and creates corresponding message and fill thread, message release thread and message transmission thread;
Secondly, when loading the network interface card driving and opening corresponding network card equipment, carry out the network card equipment registration to aforementioned message driver module immediately, obtain corresponding message transmission interface;
The 3rd, in consumer process, whole physical memory is mapped to user's space, make directly travel all over physical memory of consumer process;
The 4th, when consumer process need carry out message capturing or send, by under the Linux /proc file item mode notifies kernel state message driver module to carry out initial work, create the initial configuration of respective resources and recording user process, after the initialization success, consumer process gets final product the process message capturing and sending;
At last, adopt physical address between user's attitude and kernel state, to carry out data interaction, physical address translations with user's attitude in the use of user's attitude is a virtual address, when the kernel state use, it is converted to kernel virtual address with the physical address of kernel state, to realize the Ethernet message capturing and sending of zero-copy.
2. the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under the Linux according to claim 1, it is characterized in that described message fills thread and be responsible for applying for packet buffer, and the physical address of message pointer is put into the packet buffer formation; Described message discharges responsible taking-up of thread and waits to discharge the message pointer from message release formation, and respective cache discharges; Described message sends responsible taking-up of thread and waits to discharge the message pointer from the message transmit queue, and this message is sent; When network interface card receives message, network interface card drives message up sending to the message driver module, and the message driver module is put into the physical address of message pointer and caught the bag formation accordingly.
3. the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under the Linux according to claim 1, it is characterized in that described consumer process by the dmesg log-on message or/the proc/iomem file gets access to the maximum of current physical address, and the memory size that use in the current process space is set to unrestrictedly, according to the maximum physical address use mmap that gets access to whole physical memory is mapped to the consumer process space simultaneously.
4. the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under the Linux according to claim 1, it is characterized in that described kernel message driver module register initialization/proc file item and reading/writing method thereof, open initialization/proc file item by consumer process then, and in described initialization/proc file item, write the initial configuration item; After kernel state message driver module gets access to initial configuration, distribute respective resources, be provided with and catch the bag configuration; After the kernel initialization success, consumer process obtains the mapping respective resources to user's space, and then message be caught and be sent to consumer process can by respective resources.
5. the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under the Linux according to claim 1, it is characterized in that described message capturing method is: when message arrives network interface card, network interface card drives and receives message and will deliver to the message driver module on it, the message driver module is put into the physical address of message and is caught the bag formation, consumer process is got the physical address of message from catch the bag formation, be converted to the virtual address in consumer process space, can realize visit message data.
6. the implementation method of the zero-copy Ethernet message capturing and sending that drive based on network interface card under the Linux according to claim 1, consumer process it is characterized in that described file transmitting method is: when need send message, at first from the packet buffer formation, take out the physical address of a packet buffer, be converted to the virtual address of consumer process, the message content that filling will send, then this message physical address is put into corresponding transmit queue, kernel message driver module takes out the physical address of message to be sent from transmit queue, be converted into the kernel state virtual address, call the transmission interface of network card equipment, this message can be sent.
CN2010102796065A 2010-09-13 2010-09-13 Network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux Active CN101917350B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010102796065A CN101917350B (en) 2010-09-13 2010-09-13 Network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010102796065A CN101917350B (en) 2010-09-13 2010-09-13 Network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux

Publications (2)

Publication Number Publication Date
CN101917350A true CN101917350A (en) 2010-12-15
CN101917350B CN101917350B (en) 2012-08-15

Family

ID=43324744

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010102796065A Active CN101917350B (en) 2010-09-13 2010-09-13 Network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux

Country Status (1)

Country Link
CN (1) CN101917350B (en)

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102098227A (en) * 2011-03-03 2011-06-15 成都市华为赛门铁克科技有限公司 Packet capture method and kernel module
CN102111321A (en) * 2011-03-01 2011-06-29 汉柏科技有限公司 Encryption/decryption chip drive method used for VPN
CN102510376A (en) * 2011-10-19 2012-06-20 浙江中烟工业有限责任公司 Multi-component security isolation concurrent processing method
CN102571491A (en) * 2011-12-28 2012-07-11 Tcl集团股份有限公司 Method and device for detecting whether network is usable
CN102752211A (en) * 2012-07-11 2012-10-24 烽火通信科技股份有限公司 Timing device and method for automatically capturing 10G EPON (10 Giga Ethernet Passive Optical Network) message
CN102752674A (en) * 2012-07-11 2012-10-24 烽火通信科技股份有限公司 Capturing circuit and writing control method of 10G EPON (10 Giga Ethernet Passive Optical Network) message
CN102999330A (en) * 2012-11-12 2013-03-27 北京神州绿盟信息安全科技股份有限公司 Network card configuration method and device based on user mode network card drive
CN103077120A (en) * 2012-12-31 2013-05-01 东软集团股份有限公司 Address conversion method and device of application shared memory
CN103150190A (en) * 2013-03-26 2013-06-12 汉柏科技有限公司 Automatic detecting and driving loading method of user mode network card in Linux system
CN103312601A (en) * 2013-05-31 2013-09-18 汉柏科技有限公司 Data message processing method from user mode to kernel mode
CN103414535A (en) * 2013-07-31 2013-11-27 华为技术有限公司 Data sending method, data receiving method and relevant devices
CN103678203A (en) * 2013-12-13 2014-03-26 国家计算机网络与信息安全管理中心 Method and device for achieving zero copy of network card
CN103870318A (en) * 2012-12-11 2014-06-18 正文科技股份有限公司 Non-symmetric-processing multi-core system and network device thereof
CN103942149A (en) * 2014-03-27 2014-07-23 汉柏科技有限公司 User mode application and kernel message interaction method and system
CN104123229A (en) * 2014-07-21 2014-10-29 上海斐讯数据通信技术有限公司 Method and system capable of making message efficiently submitted to user mode from kernel mode
CN104320351A (en) * 2014-10-27 2015-01-28 任子行网络技术股份有限公司 Software traffic control method and system based on zero copy and Linux kernel
CN104796337A (en) * 2015-04-10 2015-07-22 京信通信系统(广州)有限公司 Method and device for forwarding message
CN106445838A (en) * 2016-09-09 2017-02-22 南京南瑞继保电气有限公司 Shared pointer pool-based message zero-copy processing method
CN107070958A (en) * 2017-06-19 2017-08-18 河海大学 A kind of mass data high-efficiency transmission method
CN107733837A (en) * 2016-08-11 2018-02-23 杭州迪普科技股份有限公司 Method for detecting abnormality and device based on application layer Network Abnormal message
CN108111558A (en) * 2016-11-25 2018-06-01 中兴通讯股份有限公司 A kind of high-speed packet disposal method, apparatus and system
CN108123877A (en) * 2016-11-28 2018-06-05 网宿科技股份有限公司 Realize the method, system and device that non-local network traffics obtain
CN109587082A (en) * 2019-01-10 2019-04-05 烽火通信科技股份有限公司 A kind of asynchronous repeater system of message based on (SuSE) Linux OS and method
CN109683983A (en) * 2018-12-11 2019-04-26 青岛海信电器股份有限公司 A kind of generation of image file and loading method, equipment
CN109873734A (en) * 2018-01-11 2019-06-11 贵州白山云科技股份有限公司 A kind of bottom data monitoring method, medium, equipment and device
CN110445580A (en) * 2019-08-09 2019-11-12 浙江大华技术股份有限公司 Data transmission method for uplink and device, storage medium, electronic device
CN110602155A (en) * 2018-06-13 2019-12-20 网宿科技股份有限公司 Proxy server and method for processing data message thereof
CN110932998A (en) * 2019-11-28 2020-03-27 杭州迪普科技股份有限公司 Message processing method and device
CN111181736A (en) * 2019-12-31 2020-05-19 奇安信科技集团股份有限公司 Data transmission method, apparatus, system, medium, and program product
CN111371759A (en) * 2020-02-25 2020-07-03 深信服科技股份有限公司 Network data packet reading method, device, equipment and readable storage medium
CN111737016A (en) * 2020-08-17 2020-10-02 上海飞旗网络技术股份有限公司 Service data processing method and device for cloud edge fusion system
CN112039722A (en) * 2020-08-12 2020-12-04 中国银联股份有限公司 MQTT protocol simulation method and simulation equipment
CN112468370A (en) * 2020-11-30 2021-03-09 北京锐驰信安技术有限公司 High-speed network message monitoring and analyzing method and system supporting custom rules
CN106775833B (en) * 2016-11-28 2021-03-16 青岛海信移动通信技术股份有限公司 Device driver loading method, terminal and system
CN114070805A (en) * 2020-07-27 2022-02-18 武汉神州数码云科网络技术有限公司 Method for realizing message receiving and transmitting of switch management network port
CN115499332A (en) * 2022-09-13 2022-12-20 科东(广州)软件科技有限公司 Network message monitoring method, device, equipment and medium
CN117493236A (en) * 2023-12-28 2024-02-02 苏州元脑智能科技有限公司 FPGA accelerator and accelerator system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1480878A (en) * 2002-09-02 2004-03-10 联想(北京)有限公司 Method for obtaining information of linux operation system
CN101135980A (en) * 2006-08-29 2008-03-05 飞塔信息科技(北京)有限公司 Device and method for realizing zero copy based on Linux operating system
CN101340574A (en) * 2008-08-04 2009-01-07 中兴通讯股份有限公司 Method and system realizing zero-copy transmission of stream media data
CN101707565A (en) * 2009-12-04 2010-05-12 曙光信息产业(北京)有限公司 Method and device for transmitting and receiving zero-copy network message
CN101826031A (en) * 2009-03-06 2010-09-08 王钟 Implementation method for capturing PCM (Pulse Code Modulation) stream based on Linux system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1480878A (en) * 2002-09-02 2004-03-10 联想(北京)有限公司 Method for obtaining information of linux operation system
CN101135980A (en) * 2006-08-29 2008-03-05 飞塔信息科技(北京)有限公司 Device and method for realizing zero copy based on Linux operating system
CN101340574A (en) * 2008-08-04 2009-01-07 中兴通讯股份有限公司 Method and system realizing zero-copy transmission of stream media data
CN101826031A (en) * 2009-03-06 2010-09-08 王钟 Implementation method for capturing PCM (Pulse Code Modulation) stream based on Linux system
CN101707565A (en) * 2009-12-04 2010-05-12 曙光信息产业(北京)有限公司 Method and device for transmitting and receiving zero-copy network message

Cited By (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102111321A (en) * 2011-03-01 2011-06-29 汉柏科技有限公司 Encryption/decryption chip drive method used for VPN
CN102098227B (en) * 2011-03-03 2012-11-21 成都市华为赛门铁克科技有限公司 Packet capture method and kernel module
CN102098227A (en) * 2011-03-03 2011-06-15 成都市华为赛门铁克科技有限公司 Packet capture method and kernel module
CN102510376A (en) * 2011-10-19 2012-06-20 浙江中烟工业有限责任公司 Multi-component security isolation concurrent processing method
CN102510376B (en) * 2011-10-19 2014-04-30 浙江中烟工业有限责任公司 Multi-component security isolation concurrent processing method
CN102571491A (en) * 2011-12-28 2012-07-11 Tcl集团股份有限公司 Method and device for detecting whether network is usable
CN102571491B (en) * 2011-12-28 2015-02-11 Tcl集团股份有限公司 Method and device for detecting whether network is usable
CN102752674A (en) * 2012-07-11 2012-10-24 烽火通信科技股份有限公司 Capturing circuit and writing control method of 10G EPON (10 Giga Ethernet Passive Optical Network) message
CN102752674B (en) * 2012-07-11 2015-01-14 烽火通信科技股份有限公司 Capturing circuit and writing control method of 10G EPON (10 Giga Ethernet Passive Optical Network) message
CN102752211A (en) * 2012-07-11 2012-10-24 烽火通信科技股份有限公司 Timing device and method for automatically capturing 10G EPON (10 Giga Ethernet Passive Optical Network) message
CN102752211B (en) * 2012-07-11 2014-12-03 烽火通信科技股份有限公司 Timing device and method for automatically capturing 10G EPON (10 Giga Ethernet Passive Optical Network) message
CN102999330A (en) * 2012-11-12 2013-03-27 北京神州绿盟信息安全科技股份有限公司 Network card configuration method and device based on user mode network card drive
CN102999330B (en) * 2012-11-12 2015-10-14 北京神州绿盟信息安全科技股份有限公司 Based on network card configuration method and the device of User space trawl performance
CN103870318B (en) * 2012-12-11 2017-05-24 正文科技股份有限公司 Non-symmetric-processing multi-core system and network device thereof
CN103870318A (en) * 2012-12-11 2014-06-18 正文科技股份有限公司 Non-symmetric-processing multi-core system and network device thereof
CN103077120A (en) * 2012-12-31 2013-05-01 东软集团股份有限公司 Address conversion method and device of application shared memory
CN103077120B (en) * 2012-12-31 2016-01-27 东软集团股份有限公司 The address conversion method of procedure sharing internal memory and device
CN103150190B (en) * 2013-03-26 2016-04-27 汉柏科技有限公司 The method of User space network interface card automatic detection and drive load under linux system
CN103150190A (en) * 2013-03-26 2013-06-12 汉柏科技有限公司 Automatic detecting and driving loading method of user mode network card in Linux system
CN103312601B (en) * 2013-05-31 2017-04-19 汉柏科技有限公司 Data message processing method from user mode to kernel mode
CN103312601A (en) * 2013-05-31 2013-09-18 汉柏科技有限公司 Data message processing method from user mode to kernel mode
CN103414535B (en) * 2013-07-31 2017-04-19 华为技术有限公司 Data sending method, data receiving method and relevant devices
CN103414535A (en) * 2013-07-31 2013-11-27 华为技术有限公司 Data sending method, data receiving method and relevant devices
CN103678203A (en) * 2013-12-13 2014-03-26 国家计算机网络与信息安全管理中心 Method and device for achieving zero copy of network card
CN103942149A (en) * 2014-03-27 2014-07-23 汉柏科技有限公司 User mode application and kernel message interaction method and system
CN103942149B (en) * 2014-03-27 2017-11-03 汉柏科技有限公司 The method and system of User space program and kernel mutual message
CN104123229B (en) * 2014-07-21 2017-10-24 上海斐讯数据通信技术有限公司 Message can be made efficiently to be submitted to the method and system of User space from kernel state
CN104123229A (en) * 2014-07-21 2014-10-29 上海斐讯数据通信技术有限公司 Method and system capable of making message efficiently submitted to user mode from kernel mode
CN104320351A (en) * 2014-10-27 2015-01-28 任子行网络技术股份有限公司 Software traffic control method and system based on zero copy and Linux kernel
CN104320351B (en) * 2014-10-27 2019-04-05 任子行网络技术股份有限公司 Software flow control method and its system based on zero-copy and linux kernel
CN104796337A (en) * 2015-04-10 2015-07-22 京信通信系统(广州)有限公司 Method and device for forwarding message
CN107733837A (en) * 2016-08-11 2018-02-23 杭州迪普科技股份有限公司 Method for detecting abnormality and device based on application layer Network Abnormal message
CN106445838A (en) * 2016-09-09 2017-02-22 南京南瑞继保电气有限公司 Shared pointer pool-based message zero-copy processing method
CN108111558A (en) * 2016-11-25 2018-06-01 中兴通讯股份有限公司 A kind of high-speed packet disposal method, apparatus and system
CN108123877A (en) * 2016-11-28 2018-06-05 网宿科技股份有限公司 Realize the method, system and device that non-local network traffics obtain
CN106775833B (en) * 2016-11-28 2021-03-16 青岛海信移动通信技术股份有限公司 Device driver loading method, terminal and system
CN107070958A (en) * 2017-06-19 2017-08-18 河海大学 A kind of mass data high-efficiency transmission method
CN109873734A (en) * 2018-01-11 2019-06-11 贵州白山云科技股份有限公司 A kind of bottom data monitoring method, medium, equipment and device
CN110602155A (en) * 2018-06-13 2019-12-20 网宿科技股份有限公司 Proxy server and method for processing data message thereof
CN109683983A (en) * 2018-12-11 2019-04-26 青岛海信电器股份有限公司 A kind of generation of image file and loading method, equipment
CN109587082B (en) * 2019-01-10 2020-12-29 烽火通信科技股份有限公司 Message asynchronous forwarding system and method based on Linux operating system
CN109587082A (en) * 2019-01-10 2019-04-05 烽火通信科技股份有限公司 A kind of asynchronous repeater system of message based on (SuSE) Linux OS and method
CN110445580A (en) * 2019-08-09 2019-11-12 浙江大华技术股份有限公司 Data transmission method for uplink and device, storage medium, electronic device
CN110445580B (en) * 2019-08-09 2022-04-19 浙江大华技术股份有限公司 Data transmission method and device, storage medium, and electronic device
CN110932998A (en) * 2019-11-28 2020-03-27 杭州迪普科技股份有限公司 Message processing method and device
CN111181736A (en) * 2019-12-31 2020-05-19 奇安信科技集团股份有限公司 Data transmission method, apparatus, system, medium, and program product
CN111371759A (en) * 2020-02-25 2020-07-03 深信服科技股份有限公司 Network data packet reading method, device, equipment and readable storage medium
CN114070805A (en) * 2020-07-27 2022-02-18 武汉神州数码云科网络技术有限公司 Method for realizing message receiving and transmitting of switch management network port
CN112039722A (en) * 2020-08-12 2020-12-04 中国银联股份有限公司 MQTT protocol simulation method and simulation equipment
CN111737016B (en) * 2020-08-17 2020-11-03 上海飞旗网络技术股份有限公司 Service data processing method and device for cloud edge fusion system
CN111737016A (en) * 2020-08-17 2020-10-02 上海飞旗网络技术股份有限公司 Service data processing method and device for cloud edge fusion system
CN112468370A (en) * 2020-11-30 2021-03-09 北京锐驰信安技术有限公司 High-speed network message monitoring and analyzing method and system supporting custom rules
CN112468370B (en) * 2020-11-30 2024-02-20 北京锐驰信安技术有限公司 High-speed network message monitoring and analyzing method and system supporting custom rules
CN115499332A (en) * 2022-09-13 2022-12-20 科东(广州)软件科技有限公司 Network message monitoring method, device, equipment and medium
CN115499332B (en) * 2022-09-13 2023-12-15 科东(广州)软件科技有限公司 Method, device, equipment and medium for monitoring network message
CN117493236A (en) * 2023-12-28 2024-02-02 苏州元脑智能科技有限公司 FPGA accelerator and accelerator system
CN117493236B (en) * 2023-12-28 2024-03-01 苏州元脑智能科技有限公司 FPGA accelerator and accelerator system

Also Published As

Publication number Publication date
CN101917350B (en) 2012-08-15

Similar Documents

Publication Publication Date Title
CN101917350B (en) Network card drive-based zero copy Ethernet message capturing and transmitting implementation method under Linux
CN110109852A (en) System and method for realizing TCP _ IP protocol by hardware
US8392565B2 (en) Network memory pools for packet destinations and virtual machines
CN107527317B (en) Data transmission system based on image processing
US7996548B2 (en) Message communication techniques
CN103346949B (en) Based on Embedded dual pathways network packet unpack and organize bag method and system
CN101150485A (en) A management method for network data transmission of zero copy buffer queue
CN101267361A (en) A high-speed network data packet capturing method based on zero duplication technology
CN106850565A (en) A kind of network data transmission method of high speed
US8576864B2 (en) Host ethernet adapter for handling both endpoint and network node communications
CN101150487A (en) A transmission method for zero copy network packet
CN103986931B (en) Method for transmitting video data on FPGA and DSP structure on basis of SRIO bus
AU2011370439B2 (en) Method and apparatus for rapid data distribution
CN106302238A (en) A kind of queue management method and device
CN101150486A (en) A management method for receiving network data of zero copy buffer queue
CN102065569A (en) Ethernet MAC (Media Access Control) sublayer controller applicable to WLAN (Wireless Local Area Network)
CN101150488A (en) A receiving method for zero copy network packet
CN106598752A (en) Remote zero-copy method
CN102662908A (en) Method and system for controlling high-speed interface in multi-processor system-on-chip
CN103517085B (en) Method for implementing remote server management based on video decoding design
CN104065588B (en) A kind of device and method of data packet dispatching and caching
CN103544098B (en) A kind of method and apparatus of pressure test
CN105933325A (en) Kernel mode RPC (Remote Procedure CALL) communication acceleration method based on NFSoRDMA (Network File System over Remote Direct Memory Access)
CN102843435A (en) Access and response method and access and response system of storing medium in cluster system
CN101056316A (en) A method for the PCI Ethernet media to access the controller transmission data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: NANJING SINOVATIO TECHNOLOGY LLC

Free format text: FORMER NAME: NANJING ZHONGXING SPECIAL SOFTWARE CO., LTD.

CP01 Change in the name or title of a patent holder

Address after: 211100, Jiangsu province Nanjing Jiangning Development Zone General Road No. 55 take-off, The Creative Center, block A, 3

Patentee after: Nanjing Sinovatio Technology LLC

Address before: 211100, Jiangsu province Nanjing Jiangning Development Zone General Road No. 55 take-off, The Creative Center, block A, 3

Patentee before: Nanjing Zhongxing Special Software Co., Ltd.

C56 Change in the name or address of the patentee
CP02 Change in the address of a patent holder

Address after: 210012 Yuhuatai, Jiangsu province tulip Road, No. 17, No.

Patentee after: Nanjing Sinovatio Technology LLC

Address before: 211100, Jiangsu province Nanjing Jiangning Development Zone General Road No. 55 take-off, The Creative Center, block A, 3

Patentee before: Nanjing Sinovatio Technology LLC

CP02 Change in the address of a patent holder

Address after: Room 1501, building 2, No.19, ningshuang Road, Yuhuatai District, Nanjing City, Jiangsu Province

Patentee after: Nanjing Sinovatio Technology LLC

Address before: 210012 tulip Road 17, Yuhuatai District, Jiangsu, Nanjing

Patentee before: Nanjing Sinovatio Technology LLC

CP02 Change in the address of a patent holder