WO2008040231A1 - Procédé et dispositif destinés au réassemblage de données fragmentées - Google Patents

Procédé et dispositif destinés au réassemblage de données fragmentées Download PDF

Info

Publication number
WO2008040231A1
WO2008040231A1 PCT/CN2007/070703 CN2007070703W WO2008040231A1 WO 2008040231 A1 WO2008040231 A1 WO 2008040231A1 CN 2007070703 W CN2007070703 W CN 2007070703W WO 2008040231 A1 WO2008040231 A1 WO 2008040231A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
information
fragment data
fragment
unit
Prior art date
Application number
PCT/CN2007/070703
Other languages
English (en)
Chinese (zh)
Inventor
Yao Liu
Original Assignee
Huawei Technologies 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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2008040231A1 publication Critical patent/WO2008040231A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/745Address table lookup; Address filtering
    • H04L45/7453Address table lookup; Address filtering using hashing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/324Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the data link layer [OSI layer 2], e.g. HDLC

Definitions

  • the present invention relates to the field of data processing in network communication systems, and more particularly to a method and apparatus for reassembling slice data.
  • the data transmission link has a limitation of a maximum transmission unit (MTU, Maxima Transmi t Uni t), that is, only data transmitted on the designated link that is less than or equal to the maximum transmission unit of the link can be transmitted. If the data that can be transmitted by the maximum transmission unit of the specified link is exceeded, then the intermediate node or the data source is fragmented, and then the reassembly of the fragmented data is performed at the receiving end or the intermediate node.
  • MTU Maxima Transmi t Uni t
  • the methods of data reorganization in the prior art include: software reorganization, firmware reorganization, and hardware reorganization.
  • the software reorganization is performed by software running in a central processing unit (CPU, Centra l Proces s ing Uni t), and the entire reorganization process needs to occupy an arithmetic processing unit and a dynamic memory (DRAM, Dynamic Random-Acces). s Memory ) resources.
  • the firmware reorganization is a software implemented by assembly language to complete the reassembly of the fragment data, and the firmware reorganization is for the reorganization of the specific fragment data, wherein the firmware is run in a dedicated device such as a digital signal processor or a network processor. Software implemented in pure assembly language.
  • the hardware reorganization is the reassembly of specific fragmentation data or a specific number of fragmentation data by dedicated hardware.
  • the software running in the central processing unit is responsible for the reorganization of the data in a fragmented reorganization manner, but it requires a large amount of resources of the central processing unit, and the reorganization speed is slow, Meet the requirements of high-speed data transfer;
  • ⁇ Recombining data in firmware reorganization mode is faster than software running in central processing unit responsible for fragment reorganization, but the firmware reorganization speed is still low, and it requires a large amount of firmware storage resources.
  • Embodiments of the present invention provide a method and apparatus for reassembling slice data, which can simultaneously satisfy high speed and flexible recombination requirements.
  • a method for reassembling slice data including: extracting feature values for slice data that needs to be reorganized, and searching corresponding information of the feature values in a memory;
  • the reassembly information of the fragment data is acquired; when all the fragment data that needs to be reassembled arrives, the fragment data is reorganized according to the recombination information of the fragment data.
  • an apparatus for reassembling slice data including: firmware for extracting feature values for slice data that needs to be reorganized, and when searching for corresponding information of the feature values Obtaining the reassembly information of the fragment data, and determining that all the fragmentation data that needs to be reassembled arrives, and reorganizing the fragmentation data according to the acquired reorganization information;
  • a content address storage configured to create the piecemeal data information that needs to be reorganized, and search for corresponding information of the feature value according to the feature value provided by the firmware, and feed back the search result to the firmware.
  • an apparatus for reassembling slice data including: an extracting unit, configured to extract feature values for the fragment data that needs to be reorganized;
  • a searching unit configured to search, in the memory, corresponding information of the feature value according to the feature value extracted by the extracting unit;
  • an obtaining unit configured to acquire, when the search unit searches for corresponding information of the feature value, reassembly information of the fragment data
  • a recombining unit configured to reassemble the fragment data according to the recombination information of the fragment data when all the fragment data that needs to be reassembled arrives.
  • the embodiment of the present invention extracts feature values for the fragment data that needs to be reorganized, the created fragment data information is searched by the content address memory, and then the fragment data is reorganized by the content address memory and the firmware.
  • the created fragment data information is searched by using the content address memory, and the speed thereof is much higher than the search speed of the central processing unit, and the firmware is The processing speed is almost the same as that of the hardware, so that the reorganization of high-speed fragmentation data can be completed.
  • Figure 1 is a flow chart of an embodiment of the method of the present invention
  • FIG. 3 is a schematic illustration of an embodiment of the apparatus of the present invention.
  • Figure 4 is a schematic illustration of another embodiment of the apparatus of the present invention.
  • An embodiment of the present invention provides a method for reassembling slice data: extracting feature values according to fragment data that needs to be reorganized, and the content address memory searches for the created fragment data information according to the feature value; determining the content address memory according to the search result Whether the fragmentation data information that needs to be reorganized has been created, and if so, the reassembly information of the fragmentation data is obtained from the content address memory, otherwise the process ends; determining whether all the fragmentation data that needs to be reassembled arrives, and if so, according to The acquired reorganization information reorganizes the fragmentation data, otherwise the process ends.
  • FIG. 1 is a flowchart of an embodiment of a method according to the present invention.
  • the process specifically includes the following steps: Step 101: Performing firmware extraction on a firmware of a dedicated device such as a digital signal processor or a network processor according to requirements Value, and searching for the content address memory according to the feature value, and then writing the feature value of the slice data, the related data structure, and the flag bit into the content address memory to form reassembly information of the slice data, wherein the data structure and the flag bit are The firmware is first created and then written to the content address memory.
  • a firmware of a dedicated device such as a digital signal processor or a network processor according to requirements Value
  • Step 102 The content address memory searches for the created fragmented data signal according to the feature value provided by the firmware. Search and return the search results to the firmware.
  • Step 103 The firmware determines, according to the search result, whether the content address memory has created the fragment data information, and if yes, performs step 104; otherwise, the process ends.
  • Step 104 The firmware acquires reassembly information of the fragment data from the content address memory, where the reassembly information is information created by the firmware on the content address memory, and specifically includes a feature value, a related data structure, and a flag bit.
  • Step 105 Determine whether all the fragment data that needs to be reassembled has arrived. If yes, go to step 106, otherwise end the process.
  • Step 106 Reassemble all the fragment data according to the acquired reassembly information, and send the reassembly data to the data link.
  • the embodiment of the present invention selects a content address memory (CAM, Content Addres sab le Memory) to search for the created fragment data information, because the content address memory is used to search for the created fragment data information.
  • CAM Content Addres sab le Memory
  • the firmware is software running in a dedicated device such as a digital signal processor or a network processor, and the processing speed of the firmware is almost the same as that of the hardware. Therefore, in the embodiment of the present invention, the firmware and the content address memory cooperate to complete the data reorganization, and thus The reorganization of high-speed fragmentation data can be completed.
  • the firmware is generally software programmable, so that it can be adjusted according to actual needs, thus maintaining the flexibility of software fragmentation and reorganization in the central processing unit.
  • FIG. 2 is a flowchart of another embodiment of the method according to the present invention.
  • the embodiment reorganizes the fragment data into two types: data reorganization under normal conditions and data reorganization under abnormal conditions.
  • the process specifically includes the following steps. :
  • Step 201 The fragmented data enters the system.
  • Step 202 The firmware running in a dedicated device such as a digital signal processor or a network processor determines whether the data needs to be reassembled according to the content of the fragmented data. If yes, step 203 is performed; otherwise, the process ends.
  • a dedicated device such as a digital signal processor or a network processor
  • Step 203 The firmware extracts the feature value according to the fragment data that needs to be reassembled, and searches the content address memory according to the feature value, and then writes the feature value of the fragment data, the related data structure, and the flag bit into the content address memory to form a fragment.
  • Data reorganization information, where the data structure and flag bits are The firmware is first created and then written to the content address memory.
  • Step 204 The content address memory searches for the created fragment data information, and returns the search result to the firmware.
  • Step 205 The firmware determines, according to the search result, whether the content address memory has created the fragmentation data information, and if yes, step 208 is performed, otherwise step 206 is performed.
  • Step 206 The firmware initializes the content address memory according to the feature value, and also initializes the related data structure and flag.
  • Step 207 Put the fragment data into the data fragment chain, and wait for the next fragment data, and end the process.
  • Step 209 The central processing unit determines whether the storage time of the reassembly information of the fragment data in the content address memory exceeds a preset time. If yes, it indicates that the reorganization process is abnormal, and then performs step 21 0; otherwise, step 21 1 is performed.
  • Step 21 The central processing unit performs aging processing on the reorganization information stored in the content address memory, and clears the reorganization information of the long-term occupied content address memory resources, so as to ensure that the fragmented data that needs to be reorganized subsequently can apply for the available content.
  • the address memory resource therefore, the central processing unit needs to periodically age the recombination information existing in the content address memory, thereby ensuring the rational use of resources.
  • Step 21 Determine whether all the fragment data has arrived. If yes, go to step 212. Otherwise, go to step 21 3.
  • Step 212 Reorganize all the fragment data according to the acquired reassembly information, and send the reassembly data to the data link, and end the process.
  • Step 21 Set the identification bit, for example, which fragment data has been reached, and then put the fragmentation data into the data fragmentation chain, wait for the next fragmentation data, and end the process.
  • Step 209 and step 21 0 are an exception processing process for the reassembly information of the fragment data to occupy the content address memory resource for a long time. If the entire reorganization process is normal, step 209 and step 21 0 may be removed.
  • the created fragmentation data information is assisted by the content address memory, and in addition, the created fragmentation data information can be searched by the central processing unit.
  • the embodiment of the present invention is a reorganization letter stored in the content address memory by the central processing unit. The aging process is performed, and the reorganization information can be aged by the firmware.
  • the storage medium is, for example, a ROM/RAM, a magnetic disk, an optical disk, or the like.
  • An embodiment of the present invention also provides an apparatus for reassembling slice data, the apparatus comprising firmware and a content address memory, wherein: firmware is used to extract feature values according to fragment data that needs to be reorganized, and the content address memory is provided according to firmware The feature value searches for the created fragment data information;
  • the firmware determines, according to the search result, whether the fragmentation data information that needs to be reassembled has been created in the content address memory, and acquires the reorganization information of the fragmentation data from the content address storage when the fragmentation data information that needs to be reorganized has been created. ;
  • the firmware determines whether all the fragmentation data that needs to be reassembled arrives, and reassembles the fragmentation data according to the acquired reassembly information when all the fragmentation data that needs to be reassembled arrives.
  • FIG. 3 is a schematic diagram of an embodiment of the apparatus of the present invention.
  • the apparatus includes at least a firmware 301, a content address memory 302, and may further include a central processing unit 303.
  • the firmware 301 is configured to extract feature values from the fragment data that needs to be reassembled, search the content address memory 302 according to the feature values, and write the feature values, related data structures, and flag bits that need to be reorganized into the content address memory.
  • 302 forms reassembly information, wherein the data structure and flag bits are both created by firmware 301 and then written to content address memory 302.
  • the content address memory 302 is configured to search for the created fragment data information according to the fragment data feature value provided by the firmware 301, and return the search result to the firmware 301;
  • the central processing unit 303 is configured to determine whether the time occupied by the reassembly information of the fragmentation data in the content address memory 302 exceeds a preset time, and aging the reassembly information when the reorganization information occupation time exceeds a preset time. .
  • the aging process is to clear the reassembly information, and release the content address storage 302 resource occupied by the reorganization information.
  • the firmware 301 extracts the feature value from the fragment data that needs to be reassembled, searches the content address memory 302 according to the feature value, and writes the feature value into the content address memory 302; the content address memory 302 is based on the fragment data feature value provided by the firmware 301.
  • the created piecemeal data information is searched and the search result is returned to the firmware 301.
  • the firmware 301 determines whether the content address memory 302 has created the slice data information based on the search result, and acquires the reassembly information of the slice data from the content address memory 302 if the slice data information has been created.
  • the central processing unit 303 determines whether the storage time of the reassembly information of the fragmentation data on the content address memory 302 exceeds a preset time, and stores the content address memory 302 in the case where the reorganization information is stored in the content address memory 302 for a preset time.
  • the reassembly information is subjected to aging processing, and the reassembly information of the resource occupies the content address memory 302 for a long time is cleared, so that the shard data that needs to be reassembled can be applied to the available content address memory resource.
  • the firmware 301 determines whether all the fragmentation data that needs to be reassembled has arrived, and reassembles all the fragmentation data according to the reassembly information when all the fragmentation data has arrived, and then transmits the reassembled data to the data link.
  • the central processing unit 303 aging the fragment data recombination information stored in the content address memory 302 by the central processing unit 303, and it may also age the recombination information by the firmware 301, if the firmware 301 is reorganized.
  • the information is aging, and the central processing unit 303 is required to send the determination result of whether the storage time exceeds the preset time to the firmware 301, and the firmware 301 determines whether the reorganization information needs to be aged according to the determination result.
  • the created fragment data information is searched by the content address memory 302. The embodiment of the present invention does not exclude the use of the central processing unit 303 to search for the created fragment data information.
  • FIG. 4 it is a schematic diagram of another embodiment of the apparatus of the present invention.
  • the apparatus at least includes: an extracting unit 401, a searching unit 402, an obtaining unit 403, and a recombining unit 404; wherein:
  • the extracting unit 401 is configured to extract feature values for the fragment data that needs to be reorganized
  • the searching unit 402 is configured to search for the corresponding information of the feature value in the content address memory 400 according to the feature value extracted by the extracting unit 401;
  • the obtaining unit 403 is configured to determine, according to the search result of the searching unit 402, that the content address memory 400 has created the fragmentation data information that needs to be reorganized, and when the searching unit searches for the corresponding information of the feature value, acquire the fragmentation data. Reorganization information;
  • the reorganization unit 404 is configured to reassemble the fragment data according to the reassembly information of the fragment data when all the fragment data that needs to be reassembled arrives.
  • the apparatus may further include a first determining unit 405, configured to enter the system according to The fragmented data content determines that the fragmentation data needs to be reorganized, and the extraction unit 401 is triggered.
  • a first determining unit 405 configured to enter the system according to The fragmented data content determines that the fragmentation data needs to be reorganized, and the extraction unit 401 is triggered.
  • the device may further include a second determining unit 406 and an aging unit 407, wherein: the second determining unit 406 is configured to determine whether the storage time of the reorganization information in the content address memory 400 exceeds a preset time, and outputting the discriminating when the preset time is exceeded. Result
  • the aging unit 407 is configured to age the recombination information according to the discriminating result.
  • the reassembly information of the acquired fragment data may include a feature value, a data structure, and a flag bit of the fragment data.
  • the device may further include an initialization unit 408, configured to initialize the content address memory 400 according to the feature value when the content address memory 400 does not create the fragment data information according to the search result of the search unit 402, that is, the The feature values, data structures, and flag bits of the slice data are written in the content address memory 400.
  • an initialization unit 408 configured to initialize the content address memory 400 according to the feature value when the content address memory 400 does not create the fragment data information according to the search result of the search unit 402, that is, the The feature values, data structures, and flag bits of the slice data are written in the content address memory 400.
  • the apparatus may further include a marking unit 409, configured to set the identification bit when only a part of the fragmentation data to be reassembled arrives, put the fragmentation data into the data fragmentation chain, and wait for the next fragmentation data.
  • a marking unit 409 configured to set the identification bit when only a part of the fragmentation data to be reassembled arrives, put the fragmentation data into the data fragmentation chain, and wait for the next fragmentation data.
  • the foregoing second judging unit 406 and the aging unit 407 may be disposed in the central processing unit in addition to the foregoing embodiment of the apparatus of the present invention, and may reassemble the fragment data stored in the content address memory 400.
  • the second judging unit 406 is disposed in the central processing unit, and the aging unit 407 is disposed in the content address memory 400, so that the second judging unit 406 in the central processing unit is required to store the storage time exceeding the preset.
  • the result of the determination of the time is sent to the aging unit 407 provided in the content address memory 400, and the aging unit 407 determines whether the reorganization information needs to be aged according to the judgment result.
  • the above-described initializing unit 408 and search unit 402 also do not exclude the possibility of being set in the content address memory 400.
  • the search unit 402 can be set to search the created slice data information in the content address memory 400, and does not exclude the possibility of being set in the central processing unit.
  • the embodiment of the present invention extracts feature values for the fragment data that needs to be recombined, and then searches for the created fragment data information by the content address memory, and then completes the reorganization of the fragment data by the content address memory and the firmware.
  • the content of the created fragmented data is searched by using the content address memory, which is much faster than the search speed of the central processing unit, and the processing speed of the firmware is almost the same as that of the hardware, so that the high-speed fragmented data can be completed.
  • the firmware is generally software programmable, so that it can be adjusted according to actual needs, thus maintaining the flexibility of software fragmentation re-running in the central processing unit.
  • the central processing unit determines whether the storage time of the reorganization information in the content address memory exceeds the preset time by the central processing unit, if the storage time exceeds the preset time, the central processing unit or firmware points to the content address memory.
  • the data reassembly information is aging, and the reassembly information that occupies the content address memory resource for a long time is cleared, so that the fragment data that needs to be reassembled can be applied to the available content address memory resource, thereby ensuring the rational use of the resource, and further Avoid the security vulnerabilities and resource utilization risks caused by the reorganization information of the created fragmented data for a long time.

Abstract

L'invention concerne un procédé destiné au réassemblage de données fragmentées. Ce procédé consiste: à extraire la valeur caractéristique des données fragmentées devant être réassemblées; à explorer la mémoire pour trouver les informations correspondant à la valeur caractéristique; lorsque les informations correspondant à la valeur caractéristique sont trouvées, à obtenir les informations de réassemblage des données fragmentées; lorsque tous les fragments devant être réassemblés arrivent, à réassembler les fragments en fonction de leurs informations de réassemblage. L'invention concerne également un dispositif destiné au réassemblage de données fragmentées. Ce procédé et ce dispositif permettent non seulement au logiciel de réassemblage de conserver sa flexibilité, mais également au matériel de réassemblage de conserver ses performances de traitement à grande vitesse. La présente invention permet également d'éviter les brèches dans la sécurité et les défaillances cachées liées à l'utilisation des ressources causées par la ressource de la mémoire adressable par le contenu occupée pendant une longue période par les informations de réassemblage établies des données fragmentées.
PCT/CN2007/070703 2006-09-18 2007-09-17 Procédé et dispositif destinés au réassemblage de données fragmentées WO2008040231A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNB2006101541842A CN100464536C (zh) 2006-09-18 2006-09-18 重组分片数据的方法与装置
CN200610154184.2 2006-09-18

Publications (1)

Publication Number Publication Date
WO2008040231A1 true WO2008040231A1 (fr) 2008-04-10

Family

ID=37859242

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/070703 WO2008040231A1 (fr) 2006-09-18 2007-09-17 Procédé et dispositif destinés au réassemblage de données fragmentées

Country Status (2)

Country Link
CN (1) CN100464536C (fr)
WO (1) WO2008040231A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113423129A (zh) * 2021-05-25 2021-09-21 沈阳化工大学 一种基于负数分片的物联网im-d-smart方法

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100464536C (zh) * 2006-09-18 2009-02-25 华为技术有限公司 重组分片数据的方法与装置
CN101316232B (zh) * 2008-07-09 2010-12-22 南京邮电大学 基于网络协议版本6的分片重组方法
CN101510223B (zh) * 2009-04-03 2012-04-25 成都市华为赛门铁克科技有限公司 一种数据处理方法和系统
CN102811158A (zh) * 2011-06-02 2012-12-05 中兴通讯股份有限公司 一种数据定位、重组方法及相应装置
CN103414714B (zh) * 2013-08-07 2017-02-15 华为数字技术(苏州)有限公司 一种报文处理方法、装置和设备
CN104731532B (zh) * 2015-03-31 2018-05-04 四川效率源信息安全技术股份有限公司 一种修复硬盘固件区适配参数模块的方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040004964A1 (en) * 2002-07-03 2004-01-08 Intel Corporation Method and apparatus to assemble data segments into full packets for efficient packet-based classification
CN1494274A (zh) * 2002-10-31 2004-05-05 ����ͨѶ�ɷ����޹�˾ 基于网络处理器实现ip报文分片重组的方法
WO2004107800A1 (fr) * 2003-05-29 2004-12-09 Endace Technology Limited Procede de recombinaison d'unites de donnees
CN1581793A (zh) * 2003-08-05 2005-02-16 华为技术有限公司 因特网协议(ip)包进行重组的装置和方法
CN1929453A (zh) * 2006-09-18 2007-03-14 华为技术有限公司 重组分片数据的方法与装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6636859B2 (en) * 2001-04-05 2003-10-21 International Business Machines Corporation Method and system for reassembling fragmented datagrams utilizing a plurality of concurrently accessible reassembly queues
CN1330162C (zh) * 2004-12-02 2007-08-01 华为技术有限公司 一种数据分段级联的方法
CN100394717C (zh) * 2005-10-25 2008-06-11 华中科技大学 基于arq信息的基站tcp代理确认方法及其系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040004964A1 (en) * 2002-07-03 2004-01-08 Intel Corporation Method and apparatus to assemble data segments into full packets for efficient packet-based classification
CN1494274A (zh) * 2002-10-31 2004-05-05 ����ͨѶ�ɷ����޹�˾ 基于网络处理器实现ip报文分片重组的方法
WO2004107800A1 (fr) * 2003-05-29 2004-12-09 Endace Technology Limited Procede de recombinaison d'unites de donnees
CN1581793A (zh) * 2003-08-05 2005-02-16 华为技术有限公司 因特网协议(ip)包进行重组的装置和方法
CN1929453A (zh) * 2006-09-18 2007-03-14 华为技术有限公司 重组分片数据的方法与装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113423129A (zh) * 2021-05-25 2021-09-21 沈阳化工大学 一种基于负数分片的物联网im-d-smart方法

Also Published As

Publication number Publication date
CN1929453A (zh) 2007-03-14
CN100464536C (zh) 2009-02-25

Similar Documents

Publication Publication Date Title
WO2008040231A1 (fr) Procédé et dispositif destinés au réassemblage de données fragmentées
CN106657213B (zh) 文件传输方法和装置
JP5714497B2 (ja) 異なるデータセットの識別を可能とするシステムおよび方法
US6526446B1 (en) Hardware only transmission control protocol segmentation for a high performance network interface card
US20060215691A1 (en) Network adaptor, communication system and communication method
US9864538B1 (en) Data size reduction
US20190266193A1 (en) Data processing method for bloom filter, and bloom filter
US8788512B2 (en) Generating data feed specific parser circuits
JP2002538731A (ja) 高性能ネットワークインターフェースにおけるダイナミックな構文解析
US9398117B2 (en) Protocol data unit interface
US20230099304A1 (en) Zero-copy processing
US7466716B2 (en) Reducing latency in a channel adapter by accelerated I/O control block processing
CN114584560A (zh) 一种分片帧重组方法及装置
WO2018177041A1 (fr) Procédé et appareil pour sauvergarder et recombiner un fragment de message, et support de stockage informatique
US6636859B2 (en) Method and system for reassembling fragmented datagrams utilizing a plurality of concurrently accessible reassembly queues
CN112804003A (zh) 一种基于光模块通信的存储方法、系统及终端
CN115037708B (zh) 一种报文处理方法、系统、装置及计算机可读存储介质
US8639836B2 (en) Smart nagling in a TCP connection
US10185783B2 (en) Data processing device, data processing method, and non-transitory computer readable medium
US10936227B2 (en) Method, device, and computer program product for recognizing reducible contents in data to be written
WO2023016407A1 (fr) Procédé de transmission de données, système, appareil et dispositif
CN111290700A (zh) 分布式数据读写方法和系统
CN114567614B (zh) 基于fpga实现arp协议处理的方法及装置
WO2022156376A1 (fr) Procédé, système et dispositif de prélecture d'adresse cible, et support
CN112019589B (zh) 一种多层级负载均衡数据包处理方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07816909

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07816909

Country of ref document: EP

Kind code of ref document: A1