US20120243540A1 - Method for offloading packet segmentations and device using the same - Google Patents
Method for offloading packet segmentations and device using the same Download PDFInfo
- Publication number
- US20120243540A1 US20120243540A1 US13/228,025 US201113228025A US2012243540A1 US 20120243540 A1 US20120243540 A1 US 20120243540A1 US 201113228025 A US201113228025 A US 201113228025A US 2012243540 A1 US2012243540 A1 US 2012243540A1
- Authority
- US
- United States
- Prior art keywords
- packet
- header
- offloading
- segmentation
- parameter
- 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
Links
- 230000011218 segmentation Effects 0.000 title claims abstract description 94
- 238000000034 method Methods 0.000 title claims abstract description 35
- 230000007246 mechanism Effects 0.000 claims description 23
- 230000005540 biological transmission Effects 0.000 claims description 17
- 238000010586 diagram Methods 0.000 description 9
- 230000008569 process Effects 0.000 description 6
- 230000007423 decrease Effects 0.000 description 4
- 238000004519 manufacturing process Methods 0.000 description 3
- 239000000203 mixture Substances 0.000 description 3
- 230000004075 alteration Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 239000012634 fragment Substances 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/166—IP fragmentation; TCP segmentation
Definitions
- the present invention relates to a network transmission technique, and more particularly, to a method for offloading packet segmentations.
- TCP transmission control protocol
- IP internet protocol
- Offloading is a mechanism to transfer parts of tasks to a network interface device, such as a network interface card, to reduce the load of the central processing unit (CPU).
- Segmentation is a mechanism to segment a packet to a plurality of sub-packets for data transmission.
- TCP segmentation offloading combines advantages of two methods to segment by the network interface device.
- a content of a transmission control segment is segmented into a plurality of segments, and assigns the internet protocol header based on an original internet protocol header.
- FIG. 1 shows the diagram for offloading a TCP segmentation. Referring to FIG. 1 , the length of the internet protocol packet is 64 KB, including the internet protocol header, the transmission control protocol header and the payload.
- the payload of the internet protocol packet is segmented into 46 parts (in FIG. 1 , n equal to 46) by the TCP segmentation. Accordingly, the internet protocol packet is segmented into 46 sub-packets with the length of 1448 byte, wherein each sub-packet also includes the internet protocol header, the transmission control protocol header and the payload.
- the CPU can finish a 64 KB packet transmission by a transmit command through the TCP segmentation offloading mechanism.
- the packet is transmitted by a pointer of a transmit descriptor to retrieve a transmit packet.
- FIG. 2 shows a diagram of the transmit descriptor.
- the transmit descriptor stores a plurality of pointers, each pointing to the packet to be transmitted in the memory.
- the network interface device needs the packet segmentation offloading parameter, which includes packet segmentation data such as the maximum segment size data.
- Most of the traditional TCP segmentation offloading mechanism uses the descriptor to carry the network segmentation offloading parameter.
- FIG. 3 shows a diagram for offloading the TCP segmentation according to the prior art.
- the TCP segmentation offloading mechanism changes the descriptor architecture, and each pointer saves extra packet segmentation offloading parameter corresponding to the packet.
- the network interface device with the traditional TCP segmentation offloading mechanism must be compatible with the descriptor architecture, and changing the descriptor architecture increases system bus usage and decreases memory efficiency.
- FIG. 4 shows a diagram for offloading the TCP segmentation according to another prior art.
- the TCP segmentation offloading mechanism also changes the descriptor architecture, and the descriptor sequentially stores packet pointers and the corresponding packet segmentation offloading parameter.
- this TCP segmentation offloading mechanism still increases system bus usage and decreases memory efficiency.
- FIG. 5 shows a diagram for offloading the TCP segmentation according to another prior art.
- the TCP segmentation offloading mechanism puts the packet segmentation offloading parameter at the beginning of each packet, i.e., increasing the length of the packet to carry the packet segmentation offloading parameter.
- this kind of TCP segmentation offloading mechanism may not be implemented in most operating systems, and the increased length decreases the memory efficiency.
- FIG. 6 shows a diagram for offloading the TCP segmentation according to the prior art.
- the TCP segmentation offloading mechanism changes the description architecture, which stores the packet segmentation offloading parameter in corresponding pointer of the packet.
- the transmit descriptor does not sequentially store the pointer of the packet and the packet segmentation offloading parameter.
- the network interface device corresponding to such TCP segmentation offloading mechanism must be capable of distinguishing the pointer from the packet segmentation offloading parameter, and therefore would increase the design complexity.
- the traditional TCP segmentation offloading mechanism is shown in FIG. 3 to FIG. 6 , which all increases system bus usage and decreases memory efficiency.
- the network interface device of a bus slave with the direct memory access such as universal serial bus (USB) with remote network driver interface specification (Remote NDIS), can not change the specification and architecture; consequently, not suitable for the above TCP segmentation offloading mechanisms.
- USB universal serial bus
- Remote NDIS remote network driver interface specification
- the industry needs a method and a device for offloading packet segmentations, without changing the present descriptor architecture to to effectively achieve the TCP segmentation offloading, so as to be suitable for network interface devices of the bus slave with no direct memory access.
- One aspect of the present invention provides a method for offloading packet segmentations comprising the steps of retrieving a packet segmentation offloading parameter in a packet and segmenting the packet into a plurality of sub-packets by taking consideration the packet segmentation offloading parameter.
- an offloading device of packet segmentation comprising a packet parser configured to receive a packet to be transmitted, a header buffer controller configured to retrieve a header of the packet and connected to a buffer to access the header, an extractor configured to retrieve a packet segmentation offloading parameter in the packet and a segmentation module configured to segment the packet into a plurality of sub-packets by taking consideration the header and the packet segmentation offloading parameter.
- FIG. 1 shows the TCP segmentation offloading mechanism
- FIG. 2 shows the transmit descriptor
- FIG. 3 shows the traditional TCP segmentation offloading mechanism
- FIG. 4 shows another traditional TCP segmentation offloading mechanism
- FIG. 5 shows a diagram of another traditional TCP segmentation offloading mechanism
- FIG. 6 shows another traditional TCP segmentation offloading mechanism
- FIG. 7 shows a flow chart for offloading the packet segmentations according to one embodiment of the present invention.
- FIG. 8 shows a diagram of the packet header according to one embodiment of the present invention.
- FIG. 9 shows a device for offloading packet segmentations according to one embodiment of the present invention.
- the method of the present invention for offloading packet segmentations segments a packet without referring to the information in certain fields of the packet header. Additionally, the packet segmentation offloading parameter is recited in predefined packet format and therefore the packet can be segmented without changing the packet length or descriptor architecture.
- FIG. 7 shows a flow chart for offloading the packet segmentations according to one embodiment of the present invention.
- the packet is retrieved in step 701 ; the packet segmentation offloading parameter in the packet is retrieved in step 702 ; the packet is segmented into a plurality of sub-packets based on the packet segmentation offloading parameter.
- the method shown in FIG. 7 is applied to a network interface device with direct memory access mechanism or applied to the network interface device of a bus master, and the step 701 retrieves the packet by the direct memory access.
- the method shown in FIG. 7 is applied to the network interface device without the direct memory access or applied to the network interface device of a bus slave, and in step 701 the packet can be received by a host.
- FIG. 8 shows a diagram of the packet header according to one embodiment of the present invention.
- the packet has an internet protocol header and a transmission control protocol header.
- the internet protocol header includes the fields of version, internet protocol header length, type of service, total length, identification, flags, fragment offset, time to live, layer 4 protocol ID, header checksum, source address, destination address, and options.
- the transmission control protocol header includes the fields of source part, destination port, sequence number, acknowledgement number, TCP header length, reserved, flags, window, checksum, urgent pointer, and options.
- a payload of the transmission control protocol segment is segmented into a plurality of sub-packets, and the original length data recited in the length field of the packet header is not valid anymore.
- the payload of the internet protocol is segmented into a plurality of sub-packets, and checksum recited in the checksum field of the TCP head of the packet is not valid anymore.
- the network interface device re-calculates the checksum for the data of each internet protocol header field. Accordingly, the packet segmentation offloading parameter of the corresponding packet can be recited in the above-mentioned field, without affecting the correctness of the other headers data or affecting the operation of the packet transmission.
- FIG. 9 shows a device for offloading packet segmentations according to one embodiment of the present invention.
- the device 900 comprises a packet parser 902 , a header buffer controller 904 , an extractor 906 , and a segmentation module 908 .
- the packet parser 902 receives from the bus a packet to be transmitted.
- the header buffer controller 904 is configured to retrieve the packet header, and access the header from the packet header buffer 950 .
- the extractor 906 is configured to retrieve the packet segmentation offloading parameter of the packet.
- the segmentation module 908 is configured to segment the packet into a plurality of sub-packets based on the packet header and the packet segmentation offloading parameter. When finishing a packet segmentation, the segmentation module 908 is the device for providing the packet to the calculated checksum.
- the device 900 does not need the data from the length field of the header, the header checksum, and the checksum field in the transmit packet. Accordingly, the packet needs the packet segmentation offloading parameter and the data stored in the fields of the packet length field, the checksum and the checksum field, and the extractor 906 retrieves the packet segmentation offloading parameter from the field of the packet.
- the method of the present invention for offloading the packet segmentation uses the feature of segmenting the packet without using the data stored in some fields of the packet header, and uses these fields to recite the packet segmentation offloading parameter. Accordingly, the descriptor architecture is not changed, and the TCP segmentation offloading is achieved effectively. At the same time, the method of the present invention for offloading the packet segmentation can be applied to the network interface device without the direct memory access mechanism such as the bus slave.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
- 1. Technical Field
- The present invention relates to a network transmission technique, and more particularly, to a method for offloading packet segmentations.
- 2. Background
- In network communication protocol, transmission control protocol (TCP) and internet protocol (IP) are two of the most important protocols called TCP/IP, wherein the transmission control protocol puts a transmission control protocol header to the beginning of transmit data and becomes a transmission control protocol segment. The transmission control protocol segment puts an internet protocol header to the beginning of transmit data and becomes an internet protocol packet.
- Offloading is a mechanism to transfer parts of tasks to a network interface device, such as a network interface card, to reduce the load of the central processing unit (CPU). Segmentation is a mechanism to segment a packet to a plurality of sub-packets for data transmission. TCP segmentation offloading (TSO) combines advantages of two methods to segment by the network interface device. In one implementation, a content of a transmission control segment is segmented into a plurality of segments, and assigns the internet protocol header based on an original internet protocol header.
FIG. 1 shows the diagram for offloading a TCP segmentation. Referring toFIG. 1 , the length of the internet protocol packet is 64 KB, including the internet protocol header, the transmission control protocol header and the payload. The payload of the internet protocol packet is segmented into 46 parts (inFIG. 1 , n equal to 46) by the TCP segmentation. Accordingly, the internet protocol packet is segmented into 46 sub-packets with the length of 1448 byte, wherein each sub-packet also includes the internet protocol header, the transmission control protocol header and the payload. The CPU can finish a 64 KB packet transmission by a transmit command through the TCP segmentation offloading mechanism. - For the network interface device of a bus master with a direct memory access, the packet is transmitted by a pointer of a transmit descriptor to retrieve a transmit packet.
FIG. 2 shows a diagram of the transmit descriptor. As shown inFIG. 2 , the transmit descriptor stores a plurality of pointers, each pointing to the packet to be transmitted in the memory. To support the TCP segmentation offloading mechanism, the network interface device needs the packet segmentation offloading parameter, which includes packet segmentation data such as the maximum segment size data. Most of the traditional TCP segmentation offloading mechanism uses the descriptor to carry the network segmentation offloading parameter. -
FIG. 3 shows a diagram for offloading the TCP segmentation according to the prior art. Referring toFIG. 3 , the TCP segmentation offloading mechanism changes the descriptor architecture, and each pointer saves extra packet segmentation offloading parameter corresponding to the packet. However, the network interface device with the traditional TCP segmentation offloading mechanism must be compatible with the descriptor architecture, and changing the descriptor architecture increases system bus usage and decreases memory efficiency. -
FIG. 4 shows a diagram for offloading the TCP segmentation according to another prior art. Referring toFIG. 4 , the TCP segmentation offloading mechanism also changes the descriptor architecture, and the descriptor sequentially stores packet pointers and the corresponding packet segmentation offloading parameter. However, this TCP segmentation offloading mechanism still increases system bus usage and decreases memory efficiency. -
FIG. 5 shows a diagram for offloading the TCP segmentation according to another prior art. Referring toFIG. 5 , the TCP segmentation offloading mechanism puts the packet segmentation offloading parameter at the beginning of each packet, i.e., increasing the length of the packet to carry the packet segmentation offloading parameter. However, this kind of TCP segmentation offloading mechanism may not be implemented in most operating systems, and the increased length decreases the memory efficiency. -
FIG. 6 shows a diagram for offloading the TCP segmentation according to the prior art. Referring toFIG. 6 , the TCP segmentation offloading mechanism changes the description architecture, which stores the packet segmentation offloading parameter in corresponding pointer of the packet. Unlike the method inFIG. 3 , the transmit descriptor does not sequentially store the pointer of the packet and the packet segmentation offloading parameter. However, the network interface device corresponding to such TCP segmentation offloading mechanism must be capable of distinguishing the pointer from the packet segmentation offloading parameter, and therefore would increase the design complexity. - The traditional TCP segmentation offloading mechanism is shown in
FIG. 3 toFIG. 6 , which all increases system bus usage and decreases memory efficiency. Moreover, the network interface device of a bus slave with the direct memory access, such as universal serial bus (USB) with remote network driver interface specification (Remote NDIS), can not change the specification and architecture; consequently, not suitable for the above TCP segmentation offloading mechanisms. - Accordingly, the industry needs a method and a device for offloading packet segmentations, without changing the present descriptor architecture to to effectively achieve the TCP segmentation offloading, so as to be suitable for network interface devices of the bus slave with no direct memory access.
- One aspect of the present invention provides a method for offloading packet segmentations comprising the steps of retrieving a packet segmentation offloading parameter in a packet and segmenting the packet into a plurality of sub-packets by taking consideration the packet segmentation offloading parameter.
- Another aspect of the present invention provides an offloading device of packet segmentation comprising a packet parser configured to receive a packet to be transmitted, a header buffer controller configured to retrieve a header of the packet and connected to a buffer to access the header, an extractor configured to retrieve a packet segmentation offloading parameter in the packet and a segmentation module configured to segment the packet into a plurality of sub-packets by taking consideration the header and the packet segmentation offloading parameter.
- The foregoing has outlined rather broadly the features and technical advantages of the present invention in order that the detailed description of the invention that follows may be better understood. Additional features and advantages of the invention will be described hereinafter, which form the subject of the claims of the invention. It should be appreciated by those skilled in the art that the conception and specific embodiment disclosed may be readily utilized as a basis for modifying or designing other structures or processes for carrying out the same purposes of the present invention. It should also be realized by those skilled in the art that such equivalent to constructions do not depart from the spirit and scope of the invention as set forth in the appended claims.
-
FIG. 1 shows the TCP segmentation offloading mechanism; -
FIG. 2 shows the transmit descriptor; -
FIG. 3 shows the traditional TCP segmentation offloading mechanism; -
FIG. 4 shows another traditional TCP segmentation offloading mechanism; -
FIG. 5 shows a diagram of another traditional TCP segmentation offloading mechanism; -
FIG. 6 shows another traditional TCP segmentation offloading mechanism; -
FIG. 7 shows a flow chart for offloading the packet segmentations according to one embodiment of the present invention; -
FIG. 8 shows a diagram of the packet header according to one embodiment of the present invention; and -
FIG. 9 shows a device for offloading packet segmentations according to one embodiment of the present invention. - The method of the present invention for offloading packet segmentations segments a packet without referring to the information in certain fields of the packet header. Additionally, the packet segmentation offloading parameter is recited in predefined packet format and therefore the packet can be segmented without changing the packet length or descriptor architecture.
-
FIG. 7 shows a flow chart for offloading the packet segmentations according to one embodiment of the present invention. As showing inFIG. 7 , the packet is retrieved instep 701; the packet segmentation offloading parameter in the packet is retrieved instep 702; the packet is segmented into a plurality of sub-packets based on the packet segmentation offloading parameter. In one embodiment of the present invention, the method shown inFIG. 7 is applied to a network interface device with direct memory access mechanism or applied to the network interface device of a bus master, and thestep 701 retrieves the packet by the direct memory access. In another embodiment of the present invention, the method shown inFIG. 7 is applied to the network interface device without the direct memory access or applied to the network interface device of a bus slave, and instep 701 the packet can be received by a host. -
FIG. 8 shows a diagram of the packet header according to one embodiment of the present invention. Referring toFIG. 8 , the packet has an internet protocol header and a transmission control protocol header. The internet protocol header includes the fields of version, internet protocol header length, type of service, total length, identification, flags, fragment offset, time to live,layer 4 protocol ID, header checksum, source address, destination address, and options. The transmission control protocol header includes the fields of source part, destination port, sequence number, acknowledgement number, TCP header length, reserved, flags, window, checksum, urgent pointer, and options. - As described in the previous paragraphs, when segmenting the packet, a payload of the transmission control protocol segment is segmented into a plurality of sub-packets, and the original length data recited in the length field of the packet header is not valid anymore. Similarly, when segmenting the packet, the payload of the internet protocol is segmented into a plurality of sub-packets, and checksum recited in the checksum field of the TCP head of the packet is not valid anymore. Besides, if the method is applied to the network interface device to automatically compute the checksum, the network interface device re-calculates the checksum for the data of each internet protocol header field. Accordingly, the packet segmentation offloading parameter of the corresponding packet can be recited in the above-mentioned field, without affecting the correctness of the other headers data or affecting the operation of the packet transmission.
-
FIG. 9 shows a device for offloading packet segmentations according to one embodiment of the present invention. ReferringFIG. 9 , thedevice 900 comprises apacket parser 902, aheader buffer controller 904, anextractor 906, and asegmentation module 908. Thepacket parser 902 receives from the bus a packet to be transmitted. Theheader buffer controller 904 is configured to retrieve the packet header, and access the header from thepacket header buffer 950. Theextractor 906 is configured to retrieve the packet segmentation offloading parameter of the packet. Thesegmentation module 908 is configured to segment the packet into a plurality of sub-packets based on the packet header and the packet segmentation offloading parameter. When finishing a packet segmentation, thesegmentation module 908 is the device for providing the packet to the calculated checksum. - As described in the previous paragraphs, the
device 900 does not need the data from the length field of the header, the header checksum, and the checksum field in the transmit packet. Accordingly, the packet needs the packet segmentation offloading parameter and the data stored in the fields of the packet length field, the checksum and the checksum field, and theextractor 906 retrieves the packet segmentation offloading parameter from the field of the packet. - In conclusion, the method of the present invention for offloading the packet segmentation uses the feature of segmenting the packet without using the data stored in some fields of the packet header, and uses these fields to recite the packet segmentation offloading parameter. Accordingly, the descriptor architecture is not changed, and the TCP segmentation offloading is achieved effectively. At the same time, the method of the present invention for offloading the packet segmentation can be applied to the network interface device without the direct memory access mechanism such as the bus slave.
- Although the present invention and its advantages have been described in detail, it should be understood that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims. For example, many of the processes discussed above can be implemented in different methodologies and replaced by other processes, or a combination thereof.
- Moreover, the scope of the present application is not intended to be limited to the particular embodiments of the process, machine, manufacture, composition of matter, means, methods and steps described in the specification. As one of ordinary skill in the art will readily appreciate from the disclosure of the present invention, processes, machines, manufacture, compositions of matter, means, methods, or steps, presently existing or later to be developed, that perform substantially the same function or achieve substantially the same result as the corresponding embodiments described herein may be utilized according to the present invention. Accordingly, the appended claims are intended to include within their scope such processes, machines, manufacture, compositions of matter, means, methods, or steps.
Claims (20)
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
TW100109821A | 2011-03-23 | ||
TW100109821A TWI459763B (en) | 2011-03-23 | 2011-03-23 | Method for packet segmentation offload and the apparatus using the same |
TW100109821 | 2011-03-23 |
Publications (2)
Publication Number | Publication Date |
---|---|
US20120243540A1 true US20120243540A1 (en) | 2012-09-27 |
US9247032B2 US9247032B2 (en) | 2016-01-26 |
Family
ID=46877316
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/228,025 Active - Reinstated 2033-06-21 US9247032B2 (en) | 2011-03-23 | 2011-09-08 | Method for offloading packet segmentations and device using the same |
Country Status (2)
Country | Link |
---|---|
US (1) | US9247032B2 (en) |
TW (1) | TWI459763B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10863009B2 (en) * | 2013-09-16 | 2020-12-08 | Amazon Technologies, Inc. | Generic data integrity check |
US20210149821A1 (en) * | 2020-12-23 | 2021-05-20 | Intel Corporation | Address translation technologies |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109831395B (en) * | 2019-02-27 | 2020-08-07 | 中国科学院软件研究所 | An underlying network data transmission system and method between an embedded device and a host |
Citations (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5548587A (en) * | 1994-09-12 | 1996-08-20 | Efficient Networks, Inc. | Asynchronous transfer mode adapter for desktop applications |
US5898713A (en) * | 1997-08-29 | 1999-04-27 | Cisco Technology, Inc. | IP checksum offload |
US5937169A (en) * | 1997-10-29 | 1999-08-10 | 3Com Corporation | Offload of TCP segmentation to a smart adapter |
US20010012288A1 (en) * | 1999-07-14 | 2001-08-09 | Shaohua Yu | Data transmission apparatus and method for transmitting data between physical layer side device and network layer device |
US6359887B1 (en) * | 1996-09-27 | 2002-03-19 | Cisco Technology, Inc. | Transparent circuit emulation for packet switching network |
US20020046264A1 (en) * | 1998-11-03 | 2002-04-18 | Dillon Douglas M. | Method and apparatus for selectively allocating and enforcing bandwidth usage requirements on network users |
US20020194415A1 (en) * | 2001-04-24 | 2002-12-19 | Lindsay Steven B. | Integrated gigabit ethernet PCI-X controller |
US20040049774A1 (en) * | 2002-09-05 | 2004-03-11 | International Business Machines Corporation | Remote direct memory access enabled network interface controller switchover and switchback support |
US20040062275A1 (en) * | 2002-09-27 | 2004-04-01 | Siddabathuni Ajoy C. | Method and apparatus for offloading message segmentation to a network interface card |
US6768992B1 (en) * | 1999-05-17 | 2004-07-27 | Lynne G. Jolitz | Term addressable memory of an accelerator system and method |
US20040230864A1 (en) * | 2003-02-11 | 2004-11-18 | Samsung Electronics Co., Ltd. | Checksum writing method and checksum checking apparatus |
US20050147126A1 (en) * | 2004-01-06 | 2005-07-07 | Jack Qiu | Method and system for transmission control packet (TCP) segmentation offload |
US7318089B1 (en) * | 1999-09-30 | 2008-01-08 | Intel Corporation | Method and apparatus for performing network-based control functions on an alert-enabled managed client |
US20080056287A1 (en) * | 2006-08-30 | 2008-03-06 | Mellanox Technologies Ltd. | Communication between an infiniband fabric and a fibre channel network |
US20090304029A1 (en) * | 2008-06-09 | 2009-12-10 | Fortinet, Inc. A Delaware Corporation | Virtual memory protocol segmentation offloading |
US20100135324A1 (en) * | 2006-11-01 | 2010-06-03 | Solarflare Communications Inc. | Driver level segmentation |
US8370717B1 (en) * | 2008-04-08 | 2013-02-05 | Marvell International Ltd. | Method and apparatus for flexible buffers in an XOR engine |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7430220B2 (en) | 2005-07-29 | 2008-09-30 | International Business Machines Corporation | System load based dynamic segmentation for network interface cards |
-
2011
- 2011-03-23 TW TW100109821A patent/TWI459763B/en not_active IP Right Cessation
- 2011-09-08 US US13/228,025 patent/US9247032B2/en active Active - Reinstated
Patent Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5548587A (en) * | 1994-09-12 | 1996-08-20 | Efficient Networks, Inc. | Asynchronous transfer mode adapter for desktop applications |
US6359887B1 (en) * | 1996-09-27 | 2002-03-19 | Cisco Technology, Inc. | Transparent circuit emulation for packet switching network |
US5898713A (en) * | 1997-08-29 | 1999-04-27 | Cisco Technology, Inc. | IP checksum offload |
US5937169A (en) * | 1997-10-29 | 1999-08-10 | 3Com Corporation | Offload of TCP segmentation to a smart adapter |
US20020046264A1 (en) * | 1998-11-03 | 2002-04-18 | Dillon Douglas M. | Method and apparatus for selectively allocating and enforcing bandwidth usage requirements on network users |
US6768992B1 (en) * | 1999-05-17 | 2004-07-27 | Lynne G. Jolitz | Term addressable memory of an accelerator system and method |
US20010012288A1 (en) * | 1999-07-14 | 2001-08-09 | Shaohua Yu | Data transmission apparatus and method for transmitting data between physical layer side device and network layer device |
US7318089B1 (en) * | 1999-09-30 | 2008-01-08 | Intel Corporation | Method and apparatus for performing network-based control functions on an alert-enabled managed client |
US20020194415A1 (en) * | 2001-04-24 | 2002-12-19 | Lindsay Steven B. | Integrated gigabit ethernet PCI-X controller |
US20040049774A1 (en) * | 2002-09-05 | 2004-03-11 | International Business Machines Corporation | Remote direct memory access enabled network interface controller switchover and switchback support |
US20040062275A1 (en) * | 2002-09-27 | 2004-04-01 | Siddabathuni Ajoy C. | Method and apparatus for offloading message segmentation to a network interface card |
US20040230864A1 (en) * | 2003-02-11 | 2004-11-18 | Samsung Electronics Co., Ltd. | Checksum writing method and checksum checking apparatus |
US20050147126A1 (en) * | 2004-01-06 | 2005-07-07 | Jack Qiu | Method and system for transmission control packet (TCP) segmentation offload |
US20080056287A1 (en) * | 2006-08-30 | 2008-03-06 | Mellanox Technologies Ltd. | Communication between an infiniband fabric and a fibre channel network |
US20100135324A1 (en) * | 2006-11-01 | 2010-06-03 | Solarflare Communications Inc. | Driver level segmentation |
US8370717B1 (en) * | 2008-04-08 | 2013-02-05 | Marvell International Ltd. | Method and apparatus for flexible buffers in an XOR engine |
US20090304029A1 (en) * | 2008-06-09 | 2009-12-10 | Fortinet, Inc. A Delaware Corporation | Virtual memory protocol segmentation offloading |
US20090307363A1 (en) * | 2008-06-09 | 2009-12-10 | Fortinet, Inc. A Delaware Corporation | Network protocol reassembly accelaration |
US7944946B2 (en) * | 2008-06-09 | 2011-05-17 | Fortinet, Inc. | Virtual memory protocol segmentation offloading |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10863009B2 (en) * | 2013-09-16 | 2020-12-08 | Amazon Technologies, Inc. | Generic data integrity check |
US11445051B2 (en) | 2013-09-16 | 2022-09-13 | Amazon Technologies, Inc. | Configurable parser and a method for parsing information units |
US11677866B2 (en) | 2013-09-16 | 2023-06-13 | Amazon Technologies. Inc. | Configurable parser and a method for parsing information units |
US12069154B2 (en) | 2013-09-16 | 2024-08-20 | Amazon Technologies, Inc. | Configurable parser and a method for parsing information units |
US20210149821A1 (en) * | 2020-12-23 | 2021-05-20 | Intel Corporation | Address translation technologies |
Also Published As
Publication number | Publication date |
---|---|
TW201240394A (en) | 2012-10-01 |
US9247032B2 (en) | 2016-01-26 |
TWI459763B (en) | 2014-11-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7142540B2 (en) | Method and apparatus for zero-copy receive buffer management | |
US7609718B2 (en) | Packet data service over hyper transport link(s) | |
CN102427446B (en) | Packet merging | |
JP4150336B2 (en) | Configuration to create multiple virtual queue pairs from compressed queue pairs based on shared attributes | |
US7813339B2 (en) | Direct assembly of a data payload in an application memory | |
US7561573B2 (en) | Network adaptor, communication system and communication method | |
CN104579695B (en) | A kind of data forwarding device and method | |
US7864806B2 (en) | Method and system for transmission control packet (TCP) segmentation offload | |
US7403525B2 (en) | Efficient routing of packet data in a scalable processing resource | |
US7136355B2 (en) | Transmission components for processing VLAN tag and priority packets supported by using single chip's buffer structure | |
WO2013136522A1 (en) | Computer system and method for communicating data between computers | |
US8924605B2 (en) | Efficient delivery of completion notifications | |
US8959265B2 (en) | Reducing size of completion notifications | |
CN112953829B (en) | Flexible parser in network device | |
US8990422B1 (en) | TCP segmentation offload (TSO) using a hybrid approach of manipulating memory pointers and actual packet data | |
US9247032B2 (en) | Method for offloading packet segmentations and device using the same | |
US7552232B2 (en) | Speculative method and system for rapid data communications | |
US20170147517A1 (en) | Direct memory access system using available descriptor mechanism and/or pre-fetch mechanism and associated direct memory access method | |
CN103368872A (en) | Data packet forwarding system and method | |
US7539204B2 (en) | Data and context memory sharing | |
US8799519B2 (en) | Network-to-network bridge | |
US20040037292A1 (en) | Processing of received data within a multiple processor device | |
US9135088B2 (en) | Multi processing system | |
US20100217946A1 (en) | Indirectly-accessed, hardware-affine channel storage in transaction-oriented dma-intensive environments | |
US20110109636A1 (en) | Method and System for Communicating with External Device Through Processing Unit in Graphics System |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: RALINK TECHNOLOGY CORPORATION, TAIWAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LU, KUO CHENG;REEL/FRAME:026877/0284 Effective date: 20101222 |
|
AS | Assignment |
Owner name: MEDIATEK INC., TAIWAN Free format text: MERGER;ASSIGNOR:RALINK TECHNOLOGY CORPORATION;REEL/FRAME:033781/0192 Effective date: 20140415 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20200126 |
|
FEPP | Fee payment procedure |
Free format text: PETITION RELATED TO MAINTENANCE FEES FILED (ORIGINAL EVENT CODE: PMFP); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PETITION RELATED TO MAINTENANCE FEES GRANTED (ORIGINAL EVENT CODE: PMFG); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: SURCHARGE, PETITION TO ACCEPT PYMT AFTER EXP, UNINTENTIONAL (ORIGINAL EVENT CODE: M1558); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
PRDP | Patent reinstated due to the acceptance of a late maintenance fee |
Effective date: 20200831 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |