CN101707564B - Processing method and processing device for transmitting and receiving network data in zero-copy buffer queue - Google Patents

Processing method and processing device for transmitting and receiving network data in zero-copy buffer queue Download PDF

Info

Publication number
CN101707564B
CN101707564B CN200910242095A CN200910242095A CN101707564B CN 101707564 B CN101707564 B CN 101707564B CN 200910242095 A CN200910242095 A CN 200910242095A CN 200910242095 A CN200910242095 A CN 200910242095A CN 101707564 B CN101707564 B CN 101707564B
Authority
CN
China
Prior art keywords
pointer register
message
register
write pointer
numerical value
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
CN200910242095A
Other languages
Chinese (zh)
Other versions
CN101707564A (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.)
Dawning Information Industry Beijing Co Ltd
Dawning Information Industry Co Ltd
Original Assignee
Dawning Information Industry Beijing 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 Dawning Information Industry Beijing Co Ltd filed Critical Dawning Information Industry Beijing Co Ltd
Priority to CN200910242095A priority Critical patent/CN101707564B/en
Publication of CN101707564A publication Critical patent/CN101707564A/en
Application granted granted Critical
Publication of CN101707564B publication Critical patent/CN101707564B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a processing method and a processing device for transmitting and receiving network data in a zero-copy buffer queue. The process method for transmitting data comprises the following steps of: applying for a continuous memory of a predetermined size as a buffer queue for transmitting messages in a network card drive program; converting a first address of the applied continuous memory into a physical address, and then storing the physical address and the size of the memory in a register relative to a network card; and configuring a read pointer register and a write pointer register for the buffer queue in the network card register, and updating the read pointer register and the write pointer register according to the messages to be transmitted, the physical address and the size of the memory when the messages are transmitted.

Description

Be used for processing method and device that network data in zero-copy buffer queue sends and receives
Technical field
The present invention relates to the communications field, relate in particular to a kind of processing method and device that network data in zero-copy buffer queue sends and receives that be used for.
Background technology
Disclose the management method that a kind of network data in zero-copy buffer queue sends in the correlation technique, belonged to the management method field of the data buffer zone formation of network data zero-copy.This technical scheme comprises following operating procedure: A, distributes the DMA buffering area of continuous internal memory as message at user's space; B,, sets up kernel the control handle of buffering area in driving; C, application program realize the operation to buffering area through interface library mapping control handle; When D, transmission message, drive a physical address of full buffering area and write network interface card, use from expiring the buffering area formation and take out a buffering area of filling message, put into the buffer empty formation to buffering area behind the transmission message content.
There is following problem in this technology:
The efficient of dma operation was very low when (1) NIC driver used buffer descriptor to carry out the message transmission;
(2) need to adopt interruption as the communication modes between driver and the network interface card hardware;
(3) data message that sends is not to be stored in continuously in the message DMA buffering area, but according to page-size, such as the 4K byte, respectively the data message that sends is stored.
The basic reason of the problems referred to above is, possibly be not continuous memory address at kernel spacing in the contiguous memory space of user's space application.Like this, it need convert the user's space memory address to dma operation required physical address by page-size.And network interface card hardware is when doing dma operation, and the data message length restriction is in the page-size scope, such as the 4K byte.Driver also need use interrupt mode and the communication of network interface card hardware, obtains the hardware state after network interface card carries out message transmissions, prepares message DMA buffering area for follow-up message sends.
Summary of the invention
To the one or more problems that exist in the correlation technique, the object of the present invention is to provide a kind of processing method and device that is used for that network data in zero-copy buffer queue sends and receives, with in addressing the above problem one of at least.
For realizing above-mentioned purpose; According to an aspect of the present invention; A kind of processing method that network data in zero-copy buffer queue sends that is used for is provided, and this method comprises: the contiguous memory of the predetermined size of application is as being used for the buffering area formation that message sends in NIC driver; The first address of the contiguous memory of being applied for is converted into physical address and the size of physical address and internal memory is stored in the network interface card related register; And the read pointer register and the write pointer register that in the network interface card register, are provided for the buffering area formation, when sending message, the size renewal read pointer register and the write pointer register of message, physical address and the internal memory that will send according to institute.
For realizing above-mentioned purpose; According to another aspect of the present invention; A kind of processing unit that network data in zero-copy buffer queue sends that is used for is provided; It is characterized in that device comprises: internal memory application unit is used for being used for the buffering area formation that message sends in the contiguous memory conduct of the predetermined size of NIC driver application; Converting unit is used for first address with the contiguous memory of being applied for and converts physical address into and store the size of physical address and internal memory into the network interface card related register; And register setting and updating block; Be used for being provided for the read pointer register and the write pointer register of buffering area formation at the network interface card register; When sending message, the size renewal read pointer register and the write pointer register of message, physical address and the internal memory that will send according to institute.
For realizing above-mentioned purpose; According to a further aspect of the invention; A kind of processing method that network data in zero-copy buffer queue receives that is used for is provided, and this method comprises: the contiguous memory of the predetermined size of application is as being used for the buffering area formation that message receives in NIC driver; The first address of the contiguous memory of being applied for is converted into physical address and the size of physical address and internal memory is stored in the network interface card related register; And the read pointer register and the write pointer register that in the network interface card register, are provided for the buffering area formation, when receiving message, upgrade read pointer register and write pointer register according to the size of the message that is received, physical address and internal memory.
For realizing above-mentioned purpose; According to a further aspect of the invention; A kind of processing unit that network data in zero-copy buffer queue receives that is used for is provided; Comprise: internal memory application unit is used for being used for the buffering area formation that message receives in the contiguous memory conduct of the predetermined size of NIC driver application; Converting unit is used for first address with the contiguous memory of being applied for and converts physical address into and store the size of physical address and internal memory into the network interface card related register; Register is provided with and updating block; Be used for being provided for the read pointer register and the write pointer register of buffering area formation at the network interface card register; And when receiving message, upgrade read pointer register and write pointer register according to the size of the message that is received, physical address and internal memory.
By above-mentioned at least one technical scheme of the present invention; Converting physical address to through the first address with the internal memory of being applied for stores in the related register; And when sending and receive message, upgrade the pointer position in the related register in time; Need not adopt interrupt mode notice driver data message to send and reception condition like this, and not take cpu resource, need not convert the user's space memory address to dma operation required physical address by page-size yet; And network interface card hardware at the data message of doing dma operation and transmission and reception in when storage; Not limited by page-size,, need not use buffer descriptor to carry out the management of buffering area formation such as the 4K byte.
Description of drawings
Fig. 1 is the flow chart that is used for the processing method of network data in zero-copy buffer queue transmission according to of the present invention; And
Fig. 2 is the block diagram that is used for the processing unit of network data in zero-copy buffer queue transmission according to of the present invention;
Fig. 3 is the flow chart that is used for the processing method of network data in zero-copy buffer queue reception according to of the present invention; And
Fig. 4 is the block diagram that is used for the processing unit of network data in zero-copy buffer queue reception according to of the present invention.
Embodiment
Functional overview
Consider exist in the correlation technique problem; The present invention proposes to be used for processing method and the device that network data in zero-copy buffer queue sends and receives; Through applying for that continuous internal memory is as the buffering area formation of sending or receive message; Convert the first address of the internal memory of being applied for to physical address and store in the related register, and when sending or receive message, upgrade the pointer position in the related register in time, need not adopt interrupt mode notice driver data message to send or reception condition like this; And do not take cpu resource; Need not convert the user's space memory address to dma operation required physical address by page-size yet, and network interface card hardware at the data message of doing dma operation and transmission and reception in when storage, not limited by page-size; Such as the 4K byte, need not use buffer descriptor to carry out the management of buffering area formation.
Fig. 1 is the flow chart that is used for the processing method of network data in zero-copy buffer queue transmission according to of the present invention.
As shown in Figure 1, the processing method that is used for the network data in zero-copy buffer queue transmission according to the present invention may further comprise the steps:
Step S102, the contiguous memory of the predetermined size of application is as being used for the buffering area formation that message sends in NIC driver;
Step S104 converts the first address of the contiguous memory of being applied for physical address into and the size of physical address and internal memory is stored in the network interface card related register; And
Step S106 is provided for the read pointer register and the write pointer register of buffering area formation in the network interface card register, when sending message, and the size renewal read pointer register and the write pointer register of message, physical address and the internal memory that will send according to institute.
Wherein, can specify the size of the contiguous memory of being applied for, the size of the contiguous memory that also can when driver loads, be applied for through the parameter appointment through configuration file.The size of internal memory need confirm according to the memory size of computer, 32MB for example, 64MB etc.The network interface card related register can be for sending buffering area first address configuration register, and it can be 64 sizes.The network interface card register itself is exactly the memory headroom of storage 32 figure places.
When sending message, can pass through application program update write pointer register, and can upgrade read pointer register through network interface card.
When application program is sent message; Read pointer register and write pointer register are compared; If the numerical value of write pointer register adds being uneven in length in the numerical value of read pointer register of data message; Then message is stored on the offset address at numerical value place of the write pointer register in the buffering area, and writes in the write pointer register after the numerical value of write pointer register being added the total length of message.
When network interface card sends message; Read pointer register and write pointer register are compared; If the numerical value of read pointer register is not equal to the numerical value of write pointer register; Then the offset address with the numerical value of read pointer register in buffering area formation place carries out the message transmit operation as heading, and writes in the read pointer register after the numerical value of read pointer register being added the total length of message.
Fig. 2 is the block diagram that is used for the processing unit of network data in zero-copy buffer queue transmission according to of the present invention.
As shown in Figure 2, the processing unit that is used for the network data in zero-copy buffer queue transmission according to the present invention comprises: internal memory application unit 202 is used for being used in the contiguous memory conduct of the predetermined size of NIC driver application the buffering area formation of message transmission; Converting unit 204 is used for first address with the contiguous memory of being applied for and converts physical address into and store the size of physical address and internal memory into the network interface card related register; And register setting and updating block 206; Be used for being provided for the read pointer register and the write pointer register of buffering area formation at the network interface card register; When sending message, the size renewal read pointer register and the write pointer register of message, physical address and the internal memory that will send according to institute.
Wherein, can specify the size of the contiguous memory of being applied for, the size of the contiguous memory that also can when driver loads, be applied for through the parameter appointment through configuration file.
When application program is sent message; Register setting and updating block compare read pointer register and write pointer register; If the numerical value of write pointer register adds data message and is uneven in length in the numerical value of read pointer register; Then message is stored on the offset address at numerical value place of the write pointer register in the buffering area, and writes in the write pointer register after the numerical value of write pointer register being added the total length of message.
When network interface card sends message; Register setting and updating block compare read pointer register and write pointer register; If the numerical value of read pointer register is not equal to the numerical value of write pointer register; Then the offset address with the numerical value of read pointer register in buffering area formation place carries out the message transmit operation as heading, and writes in the read pointer register after the numerical value of read pointer register being added the total length of message.
Fig. 3 is the flow chart that is used for the processing method of network data in zero-copy buffer queue reception according to of the present invention.
As shown in Figure 3, the processing method that is used for the network data in zero-copy buffer queue reception according to the present invention may further comprise the steps:
Step S302, the contiguous memory of the predetermined size of application is as being used for the buffering area formation that message receives in NIC driver;
Step S304 converts the first address of the contiguous memory of being applied for physical address into and the size of physical address and internal memory is stored in the network interface card related register; And
Step S306 is provided for the read pointer register and the write pointer register of buffering area formation in the network interface card register, when receiving message, upgrade read pointer register and write pointer register according to the size of the message that is received, physical address and internal memory.
Wherein, can specify the size of the contiguous memory of being applied for, the size of the contiguous memory that also can when driver loads, be applied for through the parameter appointment through configuration file.Size need confirm according to the memory size of computer, 32MB for example, 64MB etc.Network interface card register itself can be the memory headroom of storage 32 figure places.Wherein, the network interface card related register can be for receiving buffering area first address configuration register, and receiving buffering area first address configuration register can be 64 sizes.
Between the application program of driver and user's operation, there is a function interface storehouse that application program can be called.The purpose in function interface storehouse is to make things convenient for the inside of writing and shield driver and network card equipment of user application to realize.Therefore, can pass through the application program update read pointer register, and upgrade the write pointer register through network interface card.
When application program receives message; Read pointer register and write pointer register are compared; If the numerical value of read pointer register is not equal to the numerical value of write pointer register, then the offset address with the numerical value of read pointer register in buffering area formation place returns to application program as heading.
When network interface card receives message; Read pointer register and write pointer register are compared; If the numerical value of write pointer register adds data message and is uneven in length in read pointer register; Then message is stored on the offset address at numerical value place of the write pointer register in the buffering area, and writes in the write pointer register after the numerical value of write pointer register being added the total length of message.
Fig. 4 is the block diagram that is used for the processing unit of network data in zero-copy buffer queue reception according to of the present invention.
As shown in Figure 4, the processing unit that is used for the network data in zero-copy buffer queue reception according to the present invention comprises: internal memory application unit 402 is used for being used in the contiguous memory conduct of the predetermined size of NIC driver application the buffering area formation of message reception; Converting unit 404 is used for first address with the contiguous memory of being applied for and converts physical address into and store the size of physical address and internal memory into the network interface card related register; Register is provided with and updating block 406; Be used for being provided for the read pointer register and the write pointer register of buffering area formation at the network interface card register; And when receiving message, upgrade read pointer register and write pointer register according to the size of the message that is received, physical address and internal memory.
Wherein, internal memory application unit can be specified the size of the contiguous memory of being applied for through configuration file, also can specify the size of the contiguous memory of being applied for through when driver loads, utilizing parameter.Size need confirm according to the memory size of computer, 32MB for example, 64MB etc.Network interface card register itself can be the memory headroom of storage 32 figure places.Wherein, the network interface card related register can be for receiving buffering area first address configuration register, and receiving buffering area first address configuration register can be 64 sizes.
When application program receives message; Register setting and updating block compare read pointer register and write pointer register; If the numerical value of read pointer register is not equal to the numerical value of write pointer register, then the offset address with the numerical value of read pointer register in buffering area formation place returns to application program as heading.
When network interface card receives message; Register setting and updating block compare read pointer register and write pointer register; If the numerical value of write pointer register adds data message and is uneven in length in read pointer register; Then message is stored on the offset address at numerical value place of the write pointer register in the buffering area, and writes in the write pointer register after the numerical value of write pointer register being added the total length of message.
In sum; By above-mentioned at least one technical scheme of the present invention; Through applying for that continuous internal memory is as the buffering area formation of sending or receive message; Convert the first address of the internal memory of being applied for to physical address and store in the related register, and when sending or receive message, upgrade the pointer position in the related register in time, can realize following technique effect:
(1) network interface card need not adopt interrupt mode notice driver data message to send or finish receiving situation, does not take cpu resource;
(2) need not convert the user's space memory address to dma operation required physical address by page-size;
(3) network interface card hardware when storing, is not limited by page-size, such as the 4K byte at the data message of doing dma operation and transmission;
(4) need not use buffer descriptor to carry out the management of buffering area formation.
Obviously, it is apparent to those skilled in the art that above-mentioned each module of the present invention or each step can realize with the general calculation device; They can concentrate on the single calculation element; Perhaps be distributed on the network that a plurality of calculation element forms, alternatively, they can be realized with the executable program code of calculation element; Thereby; Can they be stored in the storage device and carry out, perhaps they are made into each integrated circuit modules respectively, perhaps a plurality of modules in them or step are made into the single integrated circuit module and realize by calculation element.Like this, the present invention is not restricted to any specific hardware and software combination.
The above is merely the preferred embodiments of the present invention, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.All within spirit of the present invention and principle, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (8)

1. one kind is used for the processing method that network data in zero-copy buffer queue sends, and it is characterized in that, comprising:
The contiguous memory of the predetermined size of application is as being used for the buffering area formation that message sends in NIC driver;
The first address of the contiguous memory of being applied for is converted into physical address and the size of said physical address and said internal memory is stored in the network interface card related register; And
In the network interface card register, be provided for the read pointer register and the write pointer register of buffering area formation; When sending message; According to the size of message, said physical address and the said internal memory that will send upgrade said read pointer register and said write pointer register
Wherein when sending message; Through application program update write pointer register; And upgrade read pointer register through network interface card; When application program is sent message, said read pointer register and said write pointer register are compared, if adding data message, the numerical value of said write pointer register is uneven in length in the numerical value of said read pointer register; Then said message is stored on the offset address at numerical value place of the said write pointer register in the said buffering area, and writes in the said write pointer register after the numerical value of said write pointer register being added the total length of message; When said network interface card sends message; Said read pointer register and said write pointer register are compared; If the numerical value of said read pointer register is not equal to the numerical value of said write pointer register; Then the offset address with the numerical value of read pointer register described in said buffering area formation place carries out the message transmit operation as heading, and writes in the said read pointer register after the numerical value of said read pointer register being added the total length of message.
2. method according to claim 1 is characterized in that, specifies the size of the contiguous memory applied for through configuration file, or when driver loads, specifies the size of the contiguous memory of being applied for through parameter.
3. one kind is used for the processing unit that network data in zero-copy buffer queue sends, and it is characterized in that said device comprises:
Internal memory application unit is used for being used for the buffering area formation that message sends in the contiguous memory conduct of the predetermined size of NIC driver application;
Converting unit is used for first address with the contiguous memory of being applied for and converts physical address into and store the size of said physical address and said internal memory into the network interface card related register; And
Register is provided with and updating block; Be used for being provided for the read pointer register and the write pointer register of buffering area formation at the network interface card register; When sending message; According to the size of message, said physical address and the said internal memory that will send upgrade said read pointer register and said write pointer register
Wherein, When application program is sent message; Register setting and updating block compare said read pointer register and said write pointer register; If the numerical value of said write pointer register adds data message and is uneven in length in the numerical value of said read pointer register; Then said message is stored on the offset address at numerical value place of the said write pointer register in the said buffering area, and writes in the said write pointer register after the numerical value of said write pointer register being added the total length of message; And when said network interface card sends message; Register setting and updating block compare said read pointer register and said write pointer register; If the numerical value of said read pointer register is not equal to the numerical value of said write pointer register; Then the offset address with the numerical value of read pointer register described in said buffering area formation place carries out the message transmit operation as heading, and writes in the said read pointer register after the numerical value of said read pointer register being added the total length of message.
4. method according to claim 4 is characterized in that, specifies the size of the contiguous memory applied for through configuration file, or when driver loads, specifies the size of the contiguous memory of being applied for through parameter.
5. one kind is used for the processing method that network data in zero-copy buffer queue receives, and it is characterized in that, comprising:
The contiguous memory of the predetermined size of application is as being used for the buffering area formation that message receives in NIC driver;
The first address of the contiguous memory of being applied for is converted into physical address and the size of said physical address and said internal memory is stored in the network interface card related register; And
In said network interface card register, be provided for the read pointer register and the write pointer register of buffering area formation; And when receiving message; Upgrade said read pointer register and said write pointer register according to the size of the message that is received, said physical address and said internal memory
Wherein, When receiving message, through the application program update read pointer register, and through network interface card renewal write pointer register; When said application program receives message; Said read pointer register and said write pointer register are compared, if the numerical value of said read pointer register is not equal to the numerical value of said write pointer register, then the offset address with the numerical value of read pointer register described in said buffering area formation place returns to application program as heading; When said network interface card receives message; Said read pointer register and said write pointer register are compared; If the numerical value of said write pointer register adds data message and is uneven in length in said read pointer register; Then said message is stored on the offset address at numerical value place of the said write pointer register in the said buffering area, and writes in the said write pointer register after the numerical value of said write pointer register being added the total length of message.
6. method according to claim 5 is characterized in that, specifies the size of the contiguous memory applied for through configuration file, or when driver loads, specifies the size of the contiguous memory of being applied for through parameter.
7. one kind is used for the processing unit that network data in zero-copy buffer queue receives, and it is characterized in that, comprising:
Internal memory application unit is used for being used for the buffering area formation that message receives in the contiguous memory conduct of the predetermined size of NIC driver application;
Converting unit is used for first address with the contiguous memory of being applied for and converts physical address into and store the size of said physical address and said internal memory into the network interface card related register;
Register is provided with and updating block; In said network interface card register, be provided for the read pointer register and the write pointer register of buffering area formation; And when receiving message; Upgrade said read pointer register and said write pointer register according to the size of the message that is received, said physical address and said internal memory
Wherein, When application program receives message; Said register setting and updating block compare said read pointer register and said write pointer register; If the numerical value of said read pointer register is not equal to the numerical value of said write pointer register, then the offset address with the numerical value of read pointer register described in said buffering area formation place returns to application program as heading; And when said network interface card receives message; Said register setting and updating block compare said read pointer register and said write pointer register; If the numerical value of said write pointer register adds data message and is uneven in length in said read pointer register; Then said message is stored on the offset address at numerical value place of the said write pointer register in the said buffering area, and writes in the said write pointer register after the numerical value of said write pointer register being added the total length of message.
8. device according to claim 7; It is characterized in that; The size of the contiguous memory applied for is specified through configuration file in said internal memory application unit, or the size of the contiguous memory of being applied for is specified through when driver loads, utilizing parameter in said internal memory application unit.
CN200910242095A 2009-12-04 2009-12-04 Processing method and processing device for transmitting and receiving network data in zero-copy buffer queue Active CN101707564B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910242095A CN101707564B (en) 2009-12-04 2009-12-04 Processing method and processing device for transmitting and receiving network data in zero-copy buffer queue

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910242095A CN101707564B (en) 2009-12-04 2009-12-04 Processing method and processing device for transmitting and receiving network data in zero-copy buffer queue

Publications (2)

Publication Number Publication Date
CN101707564A CN101707564A (en) 2010-05-12
CN101707564B true CN101707564B (en) 2012-10-10

Family

ID=42377759

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910242095A Active CN101707564B (en) 2009-12-04 2009-12-04 Processing method and processing device for transmitting and receiving network data in zero-copy buffer queue

Country Status (1)

Country Link
CN (1) CN101707564B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103942149B (en) * 2014-03-27 2017-11-03 汉柏科技有限公司 The method and system of User space program and kernel mutual message
CN104050101B (en) * 2014-05-29 2018-02-13 汉柏科技有限公司 A kind of method for realizing ARM CPU User spaces transmitting-receiving message
CN106549869A (en) * 2015-09-21 2017-03-29 北京信威通信技术股份有限公司 Data package processing method and device
CN105591979A (en) * 2015-12-15 2016-05-18 曙光信息产业(北京)有限公司 Message processing system and method
CN105656805B (en) * 2016-01-20 2018-09-25 中国人民解放军国防科学技术大学 A kind of packet receiving method and device based on control block predistribution
CN111865831B (en) * 2019-04-30 2022-05-13 华为技术有限公司 Data processing method, network equipment, computing node and system
CN111200594B (en) * 2019-12-20 2021-07-16 华为技术有限公司 Method and device for receiving data, data receiving equipment and storage medium
CN112491979B (en) 2020-11-12 2022-12-02 苏州浪潮智能科技有限公司 Network card data packet cache management method, device, terminal and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150487A (en) * 2007-11-15 2008-03-26 曙光信息产业(北京)有限公司 A transmission method for zero copy network packet
CN101150486A (en) * 2007-11-15 2008-03-26 曙光信息产业(北京)有限公司 A management method for receiving network data of zero copy buffer queue
CN101150485A (en) * 2007-11-15 2008-03-26 曙光信息产业(北京)有限公司 A management method for network data transmission of zero copy buffer queue

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150487A (en) * 2007-11-15 2008-03-26 曙光信息产业(北京)有限公司 A transmission method for zero copy network packet
CN101150486A (en) * 2007-11-15 2008-03-26 曙光信息产业(北京)有限公司 A management method for receiving network data of zero copy buffer queue
CN101150485A (en) * 2007-11-15 2008-03-26 曙光信息产业(北京)有限公司 A management method for network data transmission of zero copy buffer queue

Also Published As

Publication number Publication date
CN101707564A (en) 2010-05-12

Similar Documents

Publication Publication Date Title
CN101707564B (en) Processing method and processing device for transmitting and receiving network data in zero-copy buffer queue
CN101420720B (en) Schedule and data caching for wireless tranmission
EP2250648B1 (en) Virtual memory interface
US7660911B2 (en) Block-based data striping to flash memory
US6073205A (en) System and method of write posting in a universal serial bus system
CN110419034B (en) Data access method and device
CN101409675A (en) Network packet payload compression
CN105308672A (en) Electronic device and method for video decoding
US20200210224A1 (en) Methods and apparatus for verifying completion of groups of data transactions between processors
CN101707565A (en) Method and device for transmitting and receiving zero-copy network message
US11500541B2 (en) Memory system and controlling method
KR100944892B1 (en) Bus system and bus interface for connection to a bus
CN101237445A (en) Buffer management for wireless USB synchronization at end point
CN105630424A (en) Data processing method, device and system
CN104798010A (en) Serial storage protocol compatible frame conversion, at least in part
US20170093596A1 (en) User station for a bus system and method for increasing the transmission capacity in a bus system
CN100476775C (en) Host computer controller used for bus communication equipment and bus communication device
US20090010157A1 (en) Flow control in a variable latency system
JP2002544585A (en) FIFO system with variable width interface to host processor
US11347567B2 (en) Methods and apparatus for multiplexing data flows via a single data structure
GB2423165A (en) Host controller interface for packet-based timeshared bus
JP2008236378A (en) Data transfer method between host computer and network interface controller, program and network interface controller
US7532611B1 (en) Controlling wireless communications between linked devices
KR100602204B1 (en) Controll system have main controller and peripheral controller, metnod for bus connection
JP2013084116A (en) Communication device, method of controlling communication device, and information processing system

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
CP02 Change in the address of a patent holder

Address after: 100193 Beijing, Haidian District, northeast Wang West Road, building 8, No. 36

Patentee after: Dawning Information Industry (Beijing) Co.,Ltd.

Address before: 100084 No. 6 South Road, Zhongguancun Academy of Sciences, Beijing, Haidian District

Patentee before: Dawning Information Industry (Beijing) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20220727

Address after: 100089 building 36, courtyard 8, Dongbeiwang West Road, Haidian District, Beijing

Patentee after: Dawning Information Industry (Beijing) Co.,Ltd.

Patentee after: DAWNING INFORMATION INDUSTRY Co.,Ltd.

Address before: 100193 No. 36 Building, No. 8 Hospital, Wangxi Road, Haidian District, Beijing

Patentee before: Dawning Information Industry (Beijing) Co.,Ltd.