CN115225592A - Direct memory access data transmission method and system - Google Patents

Direct memory access data transmission method and system Download PDF

Info

Publication number
CN115225592A
CN115225592A CN202210617295.1A CN202210617295A CN115225592A CN 115225592 A CN115225592 A CN 115225592A CN 202210617295 A CN202210617295 A CN 202210617295A CN 115225592 A CN115225592 A CN 115225592A
Authority
CN
China
Prior art keywords
data
sending
packets
receiving
buffer
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
CN202210617295.1A
Other languages
Chinese (zh)
Other versions
CN115225592B (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.)
Yutaiwei Shanghai Electronics Co ltd
Original Assignee
Yutaiwei Shanghai Electronics 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 Yutaiwei Shanghai Electronics Co ltd filed Critical Yutaiwei Shanghai Electronics Co ltd
Priority to CN202210617295.1A priority Critical patent/CN115225592B/en
Publication of CN115225592A publication Critical patent/CN115225592A/en
Application granted granted Critical
Publication of CN115225592B publication Critical patent/CN115225592B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/9057Arrangements for supporting packet reassembly or resequencing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/9036Common buffer combined with individual queues

Abstract

The invention provides a direct memory access data transmission method and a system, which relate to the technical field of network communication and comprise the following steps: when an operating system of a computer system sends data outwards, network data packets sent each time are dispersed into a plurality of sending packets which are respectively stored in different memory addresses, and a linked list is correspondingly generated; the driver acquires and sequentially aggregates corresponding sending packets from each memory address to a data sending buffer area according to the sending sequence in the linked list, and in the aggregation process, adds a first separator between two adjacent sending packets and executes direct memory access when the data sending buffer area reaches a first transmission standard each time so as to move all the currently aggregated sending packets in the data sending buffer area to the communication hardware equipment; the communication hardware device identifies each transmitted packet for transmission based on each first delimiter. The method has the advantages of reducing the access times of the direct memory and effectively improving the transceiving performance of the network data packet, particularly the packet on the network.

Description

Direct memory access data transmission method and system
Technical Field
The present invention relates to the field of network communication technologies, and in particular, to a method and a system for transmitting dma data.
Background
When sending a network packet, a popular computer operating system, such as a windows operating system or a linux operating system, uses a scatter List structure/gather List structure to scatter a network packet to a plurality of discrete Memory addresses for storage, such as containing two or more MDLs (Memory Descriptor lists ) for storing data, where each MDL (Memory Descriptor List ) is a Memory block. When a DMA (Direct Memory Access) mode is used for transmitting network data packets, since a DMA burst is triggered for each Memory block by the current communication hardware devices on the market, several DMA bursts are required for transmitting each network data packet. If the data packets are small, such as game applications and real-time audio applications, each data packet is about 100Bytes, the DMA applies for a bus once, the amount of data transmitted is small, and the DMA performance is reduced at this time, so that the network transmission performance is reduced sharply. Similarly, there is a similar problem in data reception.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a direct memory access data transmission method, which comprises the steps of configuring a computer system in advance, wherein the computer system is loaded with communication hardware equipment and is correspondingly provided with a driving program of the communication hardware equipment, and the computer system is also provided with a data sending cache region;
the direct memory access data transfer method includes a data sending process, the data sending process including:
step S1, when an operating system of the computer system sends data outwards, dispersing network data packets sent each time into a plurality of sending packets, storing the sending packets in different memory addresses respectively, and correspondingly generating a linked list, wherein the linked list is configured with the sending sequence of each sending packet and the corresponding memory address;
step S2, the driver acquires the linked list, sequentially aggregates the corresponding sending packets to the data sending buffer area from each memory address according to the sending sequence in the linked list, adds a first separator between two adjacent sending packets in the aggregation process, and executes direct memory access when the data sending buffer area reaches a first transmission standard each time so as to move all the sending packets currently aggregated in the data sending buffer area to the communication hardware equipment;
and S3, the communication hardware equipment identifies each sending packet according to each first separator so as to correspondingly send each sending packet to the network.
Preferably, in the step S2, when the occupied space of the data sending buffer reaches a first space value or the aggregation time reaches a first time value, it indicates that the data sending buffer reaches the first transmission standard.
Preferably, if a data receiving buffer is configured in the communication hardware device, the direct memory access data transmission method further includes a data receiving process, where the data receiving process includes:
step A1, when receiving a plurality of received packets sent by the network, the communication hardware device sequentially aggregates the received packets to the data receiving buffer according to a receiving order, adds a second separator between two adjacent received packets, and performs a dma each time the data receiving buffer reaches a second transmission standard, so as to move all the currently aggregated received packets in the data receiving buffer to the driver;
step A2, the driver identifies each received packet according to each second delimiter, so as to correspondingly send each received packet to the operating system.
Preferably, in the step A1, when the occupied space of the data receiving buffer reaches a second space value or the aggregation time reaches a second time value, it indicates that the data receiving buffer reaches the second transmission standard.
The invention also provides a direct memory access data transmission system, which applies the direct memory access data transmission method and comprises the following steps:
a computer system having communications hardware devices loaded thereon, the computer system comprising:
the operating system is used for dispersing the network data packets sent each time into a plurality of sending packets to be stored in different memory addresses respectively when data are sent outwards, and correspondingly generating a linked list, wherein the linked list is configured with the sending sequence of each sending packet and the corresponding memory address;
the driver is connected with a data sending buffer, and comprises a first processing unit, a second processing unit and a communication hardware device, wherein the first processing unit is used for acquiring the linked list, sequentially aggregating the corresponding sending packets from each memory address to the data sending buffer according to the sending sequence in the linked list, adding a first separator between every two adjacent sending packets in the aggregation process, and executing direct memory access when the data sending buffer reaches a first transmission standard each time so as to move all the sending packets aggregated currently in the data sending buffer to the communication hardware device;
the communication hardware device comprises a first identification unit, which is used for identifying each sending packet according to each first separator so as to correspondingly send each sending packet to a network.
Preferably, when the occupied space of the data sending buffer reaches a first space value or the aggregation time reaches a first time value, it indicates that the data sending buffer reaches the first transmission standard.
Preferably, the communication hardware device further comprises:
the second processing unit is connected with a data receiving buffer area, and is used for sequentially aggregating each receiving packet to the data receiving buffer area according to a receiving sequence when receiving a plurality of receiving packets sent by the network, adding a second separator between two adjacent receiving packets, and executing one direct memory access when the data receiving buffer area reaches a second transmission standard each time so as to move all the currently aggregated receiving packets in the data receiving buffer area to the driving program;
the driver further includes a second identifying unit for identifying each of the received packets according to each of the second separators, so as to send each of the received packets to the operating system.
Preferably, when the occupied space of the data receiving buffer reaches a second space value or the aggregation time reaches a second time value, it indicates that the data receiving buffer reaches the second transmission standard.
The technical scheme has the following advantages or beneficial effects:
1) When a computer system sends a network data packet to a network, by aggregating sending packets scattered in different memory addresses together and similarly aggregating a plurality of receiving packets together when receiving the network data packet, a direct memory access operation is triggered only when the aggregation operation meets corresponding transmission standards, thereby effectively reducing the direct memory access times and further effectively improving the transceiving performance of the network data packet, particularly a small packet, on the network;
2) When the aggregation is carried out, the sending packets or the receiving packets are separated by adopting corresponding separators, so that the effective identification of the sending packets or the receiving packets after the data transportation is realized.
Drawings
FIG. 1 is a flow chart illustrating a data transmission process according to a preferred embodiment of the present invention;
FIG. 2 is a flow chart illustrating a data receiving process according to a preferred embodiment of the present invention;
FIG. 3 is a block diagram of a DMA data transfer system according to an embodiment of the present invention.
Detailed Description
The invention is described in detail below with reference to the figures and specific embodiments. The present invention is not limited to the embodiment, and other embodiments may be included in the scope of the present invention as long as the gist of the present invention is satisfied.
In a preferred embodiment of the present invention, based on the above problems in the prior art, a method for transmitting data accessed by a direct memory is provided, in which a computer system is configured in advance, a communication hardware device is loaded on the computer system, a driver of the communication hardware device is installed correspondingly, and a data transmission buffer is also configured in the computer system;
the direct memory access data transmission method includes a data transmission process, as shown in fig. 1, the data transmission process includes:
step S1, when an operating system of a computer system sends data outwards, dispersing network data packets sent each time into a plurality of sending packets, storing the sending packets in different memory addresses respectively, and correspondingly generating a linked list, wherein the linked list is configured with the sending sequence and the corresponding memory address of each sending packet;
s2, the driver acquires the linked list, sequentially aggregates corresponding sending packets to a data sending cache region from each memory address according to the sending sequence in the linked list, adds a first separator between two adjacent sending packets in the aggregation process, and executes direct memory access when the data sending cache region reaches a first transmission standard each time so as to move all the currently aggregated sending packets in the data sending cache region to the communication hardware equipment;
and S3, the communication hardware equipment identifies each sending packet according to each first separator so as to correspondingly send each sending packet to the network.
Specifically, in this embodiment, the communication hardware device includes, but is not limited to, a network card, a wifi device, and a bluetooth device. When the operating system sends data outwards, one or more network data packets sent each time can be generated, a linked list can be correspondingly generated for each data packet, or a plurality of network data packets sent each time can be correspondingly generated into a linked list, and the plurality of network data packets also have corresponding sending sequences in the linked list.
Taking a single network data packet as an example, the network data packet may include a plurality of transmission packets, and after the driver acquires the linked list, the driver sequentially copies each transmission packet to the data transmission buffer according to the transmission sequence of each transmission packet to perform aggregation, it may be understood that the storage space of the data transmission buffer is limited, and therefore, a corresponding first transmission standard needs to be set as a trigger condition for direct memory access.
Specifically, in this embodiment, on the premise that the storage space of the data sending buffer is limited, if the network data packet includes too many sending packets, for example, 10 sending packets, and the corresponding data sending buffer can only store 8 sending packets at most, after 8 sending packets in the first sending sequence are copied and the corresponding first separator is added, a dma is performed, and then the remaining 2 sending packets are also copied and aggregated, and so on. Because the aggregated data sending buffer area is a continuous memory, when the data is required to be sent according to the first transmission standard, the data in the data sending buffer area can be moved to the communication hardware equipment by using only one direct memory access. The netperf is used for testing the performance of the small packet to be sent, and the technical scheme can improve the performance of the small packet by 15%.
As a preferred embodiment, when executing the aggregation operation, the driver may process, according to the transmission order of the linked list, based on the storage space of the driver, the occupied memory of each transmission packet, and the first space value before aggregation to obtain which transmission packets can be aggregated to the data transmission buffer, and then sequentially copy each transmission packet according to the corresponding memory address, where a first separator is added before or after each copy of a transmission packet.
As another preferred embodiment, when executing the aggregation operation, the driver may, according to the sending order of the linked list, check the occupied space and the remaining space of the data sending buffer and the occupied memory of the sending packet before copying a sending packet each time, then determine whether the sending packet can be aggregated this time, and similarly, if the aggregation is possible, sequentially copy each sending packet according to the corresponding memory address, and add a first separator before or after copying a sending packet each time until the occupied space of the data sending buffer reaches the first space value.
It can be seen that, in the above embodiment, only whether the occupied space of the data sending buffer reaches the first space value is considered, and if the operating system sends more network data packets each time or the data amount of each network data packet is large, the occupied space of the data sending buffer can reach the first space value quickly, and the requirements for reducing the number of times of direct memory access and reducing the data transmission delay can be met only by considering whether the occupied space of the data sending buffer reaches the first space value. However, if the number of network data packets sent by the operating system each time is small, for example, only one network data packet is sent, and the data volume of the network data packet is small, that is, after all the sent packets of the network data packet are aggregated to the data sending buffer, the occupied space of the data sending buffer still cannot reach the first space value. At this moment, if the next network data packet is sent after a long time, long-time waiting can cause high delay, based on the fact that a timer can be configured at the same time, timing is triggered when aggregation operation is started, and when the aggregation time consumption reaches a first time value, even if the occupied space of the data sending cache region does not reach the first space value, direct memory access can be triggered and executed, so that the time of direct memory access is reduced, and the delay condition is comprehensively considered.
It is to be understood that the first transmission criterion may be configured to at least one of the occupied space of the data sending buffer region reaching a first space value and the aggregation time reaching a first time value according to the application scenario. In addition, the first transmission standard may also be configured such that the number of the transmission packets aggregated this time reaches a preset threshold.
In this embodiment, the first spatial value and the first time value may be unique values respectively, or may be multiple values respectively, and may be configured as required. Taking a plurality of first time values as an example, a shorter first time value can be configured correspondingly according to real-time requirements, such as higher real-time requirements in a game mode, and a longer first time value can be configured correspondingly, such as lower real-time requirements, in an actual application scene, a driver can recognize the real-time requirements through software configuration, and then dynamically adapt to the corresponding first time value. The first spatial value is analogized, and the description is omitted here.
In a preferred embodiment of the present invention, a data receiving buffer is configured in the communication hardware device, and the dma data transmission method further includes a data receiving process, as shown in fig. 2, the data receiving process includes:
a1, when receiving a plurality of receiving packets sent by a network, a communication hardware device sequentially aggregates the receiving packets to a data receiving buffer area according to a receiving sequence, adds a second separator between two adjacent receiving packets, and executes direct memory access when the data receiving buffer area reaches a second transmission standard each time so as to move all the currently aggregated receiving packets in the data receiving buffer area to a driver;
and step A2, the driver identifies each receiving packet according to each second delimiter so as to correspondingly send each receiving packet to the operating system.
Specifically, in this embodiment, the data receiving process is the reverse of the data transmission path in the data sending process, but the data aggregation operation and the identification operation are the same as the data receiving process, and the specific process is not described herein again.
In a preferred embodiment of the present invention, in step A1, when the occupied space of the data receiving buffer reaches a second space value or the aggregation time reaches a second time value, it indicates that the data receiving buffer reaches the second transmission standard.
Specifically, in this embodiment, the configuration principle of the second transmission standard is the same as that of the first transmission standard, and details are not described here. It is understood that the specific values of the first spatial value and the second spatial value may be the same or different, and the specific values of the first time value and the second time value may be the same or different. Wherein the first spatial value is preferably a maximum transmission unit.
The present invention further provides a dma data transfer system, which applies the above dma data transfer method, as shown in fig. 3, the dma data transfer system includes:
a computer system 1, wherein a communication hardware device 2 is loaded on the computer system 1, the computer system 1 comprises:
the operating system 11 is configured to, when data is sent to the outside, disperse a network data packet sent each time into a plurality of sending packets, store the sending packets in different memory addresses, and generate a linked list correspondingly, where the sending order and the corresponding memory address of each sending packet are configured in the linked list;
the driver 12 is connected to a data sending buffer 13, the driver 12 includes a first processing unit 121, configured to acquire a linked list, sequentially aggregate corresponding sending packets from each memory address to the data sending buffer according to a sending order in the linked list, add a first separator between two adjacent sending packets in the aggregation process, and perform a direct memory access when the data sending buffer reaches a first transmission standard each time, so as to move all currently aggregated sending packets in the data sending buffer to the communication hardware device;
the communication hardware device 2 comprises a first identification unit 21 for identifying each of the transmitted packets according to each of the first spacers, so as to transmit each of the transmitted packets into the network accordingly.
In a preferred embodiment of the present invention, when the occupied space of the data transmission buffer reaches a first space value or the aggregation time reaches a first time value, it indicates that the data transmission buffer reaches the first transmission standard.
In a preferred embodiment of the present invention, the communication hardware device 2 further comprises:
the second processing unit 22 is connected to a data receiving buffer 23, and the second processing unit 22 is configured to, when receiving multiple received packets sent by the network, sequentially aggregate the received packets to the data receiving buffer according to a receiving order, add a second delimiter between two adjacent received packets, and perform a dma each time the data receiving buffer reaches a second transmission standard, so as to move all currently aggregated received packets in the data receiving buffer to the driver;
the driver 12 further includes a second identifying unit 122 for identifying each received packet according to each second delimiter so as to send each received packet to the operating system accordingly.
In a preferred embodiment of the present invention, when the occupied space of the data receiving buffer reaches a second space value or the aggregation time reaches a second time value, it indicates that the data receiving buffer reaches the second transmission standard.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims (8)

1. A direct memory access data transmission method is characterized in that a computer system is configured in advance, communication hardware equipment is loaded on the computer system, a driver of the communication hardware equipment is correspondingly installed on the computer system, and a data sending cache region is also configured in the computer system;
the direct memory access data transmission method includes a data transmission process, the data transmission process including:
step S1, when an operating system of the computer system sends data outwards, dispersing network data packets sent each time into a plurality of sending packets, storing the sending packets in different memory addresses respectively, and correspondingly generating a linked list, wherein the linked list is configured with the sending sequence of each sending packet and the corresponding memory address;
step S2, the driver acquires the linked list, sequentially aggregates the corresponding sending packets to the data sending buffer area from each memory address according to the sending sequence in the linked list, adds a first separator between two adjacent sending packets in the aggregation process, and executes direct memory access when the data sending buffer area reaches a first transmission standard each time so as to move all the sending packets currently aggregated in the data sending buffer area to the communication hardware equipment;
and S3, the communication hardware equipment identifies each sending packet according to each first separator so as to correspondingly send each sending packet to the network.
2. The dma data transmission method according to claim 1, wherein in step S2, when the occupied space of the data transmission buffer reaches a first space value or the aggregation time reaches a first time value, it indicates that the data transmission buffer reaches the first transmission standard.
3. The dma data transfer method of claim 1, wherein a data receiving buffer is configured in the communication hardware device, and the dma data transfer method further comprises a data receiving process, and the data receiving process comprises:
step A1, when receiving a plurality of received packets sent by the network, the communication hardware device sequentially aggregates the received packets to the data receiving buffer according to a receiving order, adds a second separator between two adjacent received packets, and performs a dma each time the data receiving buffer reaches a second transmission standard, so as to move all the currently aggregated received packets in the data receiving buffer to the driver;
step A2, the driver identifies each receiving packet according to each second delimiter, so as to correspondingly send each receiving packet to the operating system.
4. The dma data transmission method according to claim 3, wherein in step A1, when the occupied space of the data receiving buffer reaches a second space value or the aggregate time reaches a second time value, it indicates that the data receiving buffer reaches the second transmission standard.
5. A direct memory access data transfer system to which the direct memory access data transfer method according to any one of claims 1 to 4 is applied, the direct memory access data transfer system comprising:
a computer system having communications hardware devices loaded thereon, the computer system comprising:
the operating system is used for dispersing the network data packets sent each time into a plurality of sending packets to be stored in different memory addresses respectively when data are sent outwards, and correspondingly generating a linked list, wherein the linked list is configured with the sending sequence of each sending packet and the corresponding memory address;
the driver is connected with a data sending buffer, and comprises a first processing unit, a second processing unit and a communication hardware device, wherein the first processing unit is used for acquiring the linked list, sequentially aggregating the corresponding sending packets from each memory address to the data sending buffer according to the sending sequence in the linked list, adding a first separator between every two adjacent sending packets in the aggregation process, and executing direct memory access when the data sending buffer reaches a first transmission standard each time so as to move all the sending packets aggregated currently in the data sending buffer to the communication hardware device;
the communication hardware device comprises a first identification unit, which is used for identifying each sending packet according to each first separator, so as to send each sending packet to the network correspondingly.
6. The DMA data transfer system of claim 5, wherein the data send buffer meets the first transfer criteria when the occupancy of the data send buffer reaches a first space value or the aggregate elapsed time reaches a first time value.
7. The dma data transfer system of claim 5, wherein the communication hardware device further comprises:
the second processing unit is connected with a data receiving buffer area, and is used for sequentially aggregating each receiving packet to the data receiving buffer area according to a receiving sequence when receiving a plurality of receiving packets sent by the network, adding a second separator between two adjacent receiving packets, and executing one direct memory access when the data receiving buffer area reaches a second transmission standard each time so as to move all the currently aggregated receiving packets in the data receiving buffer area to the driving program;
the driver further includes a second identifying unit for identifying each of the received packets according to each of the second separators, so as to send each of the received packets to the operating system.
8. The DMA data transfer system of claim 7, wherein the data receiving buffer meets the second transfer criteria when the occupation space of the data receiving buffer reaches a second space value or the aggregate time reaches a second time value.
CN202210617295.1A 2022-06-01 2022-06-01 Direct memory access data transmission method and system Active CN115225592B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210617295.1A CN115225592B (en) 2022-06-01 2022-06-01 Direct memory access data transmission method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210617295.1A CN115225592B (en) 2022-06-01 2022-06-01 Direct memory access data transmission method and system

Publications (2)

Publication Number Publication Date
CN115225592A true CN115225592A (en) 2022-10-21
CN115225592B CN115225592B (en) 2024-01-12

Family

ID=83607712

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210617295.1A Active CN115225592B (en) 2022-06-01 2022-06-01 Direct memory access data transmission method and system

Country Status (1)

Country Link
CN (1) CN115225592B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101317166A (en) * 2005-09-29 2008-12-03 P.A.Semi公司 Unified DMA
US20090049237A1 (en) * 2007-08-10 2009-02-19 Raghupathy Sivakumar Methods and systems for multi-caching
US20090322482A1 (en) * 2008-06-30 2009-12-31 Frederick Schuessler Delimited Read Command for Efficient Data Access from Radio Frequency Identification (RFID) Tags
CN102347901A (en) * 2006-03-31 2012-02-08 高通股份有限公司 Memory management for high speed media access control
US20120320772A1 (en) * 2011-06-14 2012-12-20 Qualcomm Incorporated Communication devices for transmitting data based on available resources
CN103201725A (en) * 2010-11-25 2013-07-10 国际商业机器公司 Memory access device for memory sharing among plurality of processors, and access method for same
CN106210172A (en) * 2016-07-25 2016-12-07 哈尔滨工业大学 Ethernet data IP address high speed sorter
US20190121781A1 (en) * 2018-12-21 2019-04-25 Intel Corporation Time sensitive networking device
CN111541624A (en) * 2020-04-13 2020-08-14 上海航天计算机技术研究所 Space Ethernet cache processing method
CN113079113A (en) * 2021-03-30 2021-07-06 扬州万方电子技术有限责任公司 Data transmission device and data transmission system
CN113254375A (en) * 2020-12-30 2021-08-13 深圳怡化电脑股份有限公司 Data transmission method and device, electronic equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101317166A (en) * 2005-09-29 2008-12-03 P.A.Semi公司 Unified DMA
CN102347901A (en) * 2006-03-31 2012-02-08 高通股份有限公司 Memory management for high speed media access control
US20090049237A1 (en) * 2007-08-10 2009-02-19 Raghupathy Sivakumar Methods and systems for multi-caching
US20090322482A1 (en) * 2008-06-30 2009-12-31 Frederick Schuessler Delimited Read Command for Efficient Data Access from Radio Frequency Identification (RFID) Tags
CN103201725A (en) * 2010-11-25 2013-07-10 国际商业机器公司 Memory access device for memory sharing among plurality of processors, and access method for same
US20120320772A1 (en) * 2011-06-14 2012-12-20 Qualcomm Incorporated Communication devices for transmitting data based on available resources
CN106210172A (en) * 2016-07-25 2016-12-07 哈尔滨工业大学 Ethernet data IP address high speed sorter
US20190121781A1 (en) * 2018-12-21 2019-04-25 Intel Corporation Time sensitive networking device
CN111541624A (en) * 2020-04-13 2020-08-14 上海航天计算机技术研究所 Space Ethernet cache processing method
CN113254375A (en) * 2020-12-30 2021-08-13 深圳怡化电脑股份有限公司 Data transmission method and device, electronic equipment and storage medium
CN113079113A (en) * 2021-03-30 2021-07-06 扬州万方电子技术有限责任公司 Data transmission device and data transmission system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BEELEE CHUA, ANTHONY S.WEXLER: "Electrical Mobility Separation of Airborne Particles Using Integrated Microfabricated Corona Lonizer and Separator Electrodes", JOURNAL OF MICROELECTROMECHANICAL SYSTEMS *
刘丽: "基于MQTT的物联网系统文件传输方法的研究与应用", 中国优秀硕士学位论文数据库 *

Also Published As

Publication number Publication date
CN115225592B (en) 2024-01-12

Similar Documents

Publication Publication Date Title
WO2020236274A1 (en) System and method for facilitating efficient event notification management for a network interface controller (nic)
US7551638B2 (en) Network interface with transmit frame descriptor reuse
US7492710B2 (en) Packet flow control
US11316609B2 (en) Data transmitting method, data receiving method, and device
CN113014528B (en) Message processing method, processing unit and virtual private network server
CN106953797B (en) RDMA data transmission method and device based on dynamic connection
CN110460412A (en) Method and RDMA network interface card for data transmission
WO2006138472A2 (en) Multi-stream acknowledgement scheduling
CN110312283B (en) Information processing method and device
CN109391522B (en) RDMA-based network traffic determination method, forwarding device, analysis server, and storage medium
US20050169309A1 (en) System and method for vertical perimeter protection
EP1683321B1 (en) Method and system to protect a protocol control block for network packet processing
US20160294729A1 (en) Packet memory system, method and device for preventing underrun
KR102303424B1 (en) Direct memory access control device for at least one processing unit having a random access memory
CN115225592A (en) Direct memory access data transmission method and system
CN104022961A (en) Data transmission method, apparatus and system
US8107371B2 (en) Apparatus and method for providing QoS of AV streams
CN113271336B (en) DPDK-based robot middleware DDS data transmission method, electronic equipment and computer-readable storage medium
CN116260887A (en) Data transmission method, data transmission device, data reception device, and storage medium
CN107615259A (en) A kind of data processing method and system
CN113438274A (en) Data transmission method and device, computer equipment and readable storage medium
CN101494569A (en) Method and apparatus for processing message
KR20140092439A (en) Packet processing device and method thereof
KR102025730B1 (en) Communication method and apparatus using high-speed data aggregation
CN111835806B (en) Network access method, network access device, network access response device, and readable storage medium

Legal Events

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