WO2005101767A1 - Message context based tcp transmission - Google Patents

Message context based tcp transmission Download PDF

Info

Publication number
WO2005101767A1
WO2005101767A1 PCT/US2005/008609 US2005008609W WO2005101767A1 WO 2005101767 A1 WO2005101767 A1 WO 2005101767A1 US 2005008609 W US2005008609 W US 2005008609W WO 2005101767 A1 WO2005101767 A1 WO 2005101767A1
Authority
WO
WIPO (PCT)
Prior art keywords
host
message
packet
offload engine
network
Prior art date
Application number
PCT/US2005/008609
Other languages
French (fr)
Inventor
Hemal Shah
Gary Tsao
Ashish Choubal
Harlan Beverly
Christopher Foulds
Nischal Desai
Original Assignee
Intel Corporation
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 Intel Corporation filed Critical Intel Corporation
Publication of WO2005101767A1 publication Critical patent/WO2005101767A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • 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/12Protocol engines

Definitions

  • Networks enable computers and other devices to communicate.
  • networks can carry data representing video, audio, e-mail, and so forth.
  • data sent across a network is divided into smaller units known as packets.
  • packets By analogy, a packet is much like an envelope you drop in a mailbox.
  • a packet typically includes "payload” and a "header”.
  • the packet's "payload” is analogous to the letter inside the envelope.
  • the packet's "header” is much like the information written on the envelope itself.
  • the header can include information to help network devices handle the packet appropriately.
  • a number of network protocols cooperate to handle the complexity of network communication.
  • TCP Transmission Control Protocol
  • CONNECT and CLOSE simple primitives for establishing a connection
  • SEND and RECEIVE simple primitives for establishing a connection
  • SEND and RECEIVE simple primitives for establishing a connection
  • SEND and RECEIVE simple primitives for establishing a connection
  • SEND and RECEIVE simple primitives for establishing a connection
  • SEND and RECEIVE simple primitives for establishing a connection
  • SEND and RECEIVE e.g., SEND and RECEIVE
  • TCP transparently handles a variety of communication issues such as data retransmission, adapting to network traffic congestion, and so forth.
  • IP Internet Protocol
  • the payload of a segment carries a portion of a stream of data sent across a network.
  • a receiver can restore the original stream of data by collecting the received segments.
  • TCP assigns a sequence number to each data byte transmitted. This enables a receiver to reassemble the bytes in the correct order. Additionally, since every byte is sequenced, each byte can be acknowledged to confirm successful transmission.
  • host processors e.g., general purpose Central Processing Units (CPUs)
  • CPUs Central Processing Units
  • a network protocol off-load engine can off-load different network protocol operations from the host processors.
  • a TCP Off-Load Engine may perform one or more TCP operations for sent/received TCP segments, e.g., during packet transmissions, a TOE would buffer into its local memory the TCP payload for TCP packet transmissions. This required an additional store-and- forward stage in the TOE for the TCP transmission purpose. This intermediate buffering resulted in an additional latency in the TCP transmission path and an additional load on the TOE memory subsystem.
  • FIG. 1 illustrates a system according to an exemplary embodiment.
  • FIG. 2 illustrates relationships among portions of the system of Fig. 1 as they relate to packet formation and transmission according to an embodiment of the present invention.
  • FIG. 3 illustrates other aspects of a TOE NIC according to an embodiment of the system of Fig. 1.
  • FIG. 4 illustrates an example of TCB variables and their relationship to the message contexts according to an embodiment of the system of Fig. 1.
  • FIG. 5 illustrates a method for transmitting packets according to an embodiment of the system of Fig. 1.
  • TCP Transmission Control Protocol
  • Message context based TCP transmissions may be defined as TCP transmissions at an offload engine using message contexts representing TCP payloads rather than the actual
  • TCP payloads Only a protocol control block for processing TCP transmission instructions (e.g., for generating TCP headers) may necessarily be copied or offloaded to the offload engine.
  • TCP data to be transmitted by the offload engine may be stored in a host memory until the TCP transmission occurs. Subsequently, the TCP data may be moved from a transmit buffer in the host memory to payload in a TCP segment of the TCP transmission where header information was calculated from the protocol control block that was copied to the offload engine.
  • cut-through transmissions refers to a technique that avoids memory to memory copying in data transmissions. Cut- through transmissions may pass messages by reference through multiple protocol layers to avoid memory to memory copying for processing at each protocol layer. However, this is merely an example of cut-through transmissions and embodiments of the present invention are not limited in this respect.
  • the phrase "message context” as used herein refers to information that indicates the location/address of a packet payload in a memory. However, this is merely an example of a message context and embodiments of the present invention are not limited in this respect.
  • the phrase "network communication link” as used herein refers to a link for signals to be transmitted onto a network, i.e., a means for accessing any one of several entities coupled to a communication network, e.g., unshielded twisted pair wire, coaxial cable, fiber optic, etc. However, this is merely an example of a network communication link and embodiments of the present invention are not limited in this respect.
  • the system 100 includes a host processor 102 illustrated as having various host elements being processed, e.g., applications 104.
  • the applications 104 may make use of other host elements such as a socket Iayer106 and/or a TCP/IP offload stack 108.
  • the host elements interoperate with a host memory 110 that includes, among other things, memory fragments 112 that may become the payload of different packets in packet transmissions.
  • the packets may be organized to make up, among other things, a TCP segment.
  • a TOE NIC (TOE Network Interface Controller) 114 is illustrated communicating with the host processor 102 and host memory 110 during TCP communications.
  • a memory and I/O (input/output) controller 116 acts as the interface between the host processor 102 and the host memory 110 as well as the interface between the host processor 102 and the TOE NIC 114.
  • the memory and I/O controller 116 provides the host processor 102 with the ability to utilize the TOE NIC 114 operations as they relate to host memory 110 during packet transmissions.
  • TOE NIC 114 may transmit the TCP payload directly from host memory 110 without the need for intermediate buffering of the TCP payload by the TOE NIC 114, thus eliminating overheads associated with a store-and-forward stage in the TCP transmission path in a TOE.
  • TOE NIC 114 includes TOE 118 for, among other things, organization of TCP segments to be transmitted via
  • the network communication link 121 may operate according to different physical specifications or network protocols, e.g., the link 121 may operate according to communication standards such as IEEE Std. 802.3, IEEE Std. 802.11 , IEEE Std. 802.16, etc. and be an Ethernet link, a wireless link, etc. implemented with a media such as fiber, unshielded twisted pair, etc.
  • the TCP segments are generated based on the information found in a TCP Connection Block (TCB)122 that may be copied to the TOE 118 from the host processor 102.
  • TCP Connection Block (TCB)122 that may be copied to the TOE 118 from the host processor 102.
  • the TCB 122 may be used to organize message contexts 124 that contain message information for generating payloads for different TCP segments that are to be transmitted. This message information may facilitate TOE 118 creation of many different headers for packet transmissions such as TCP headers, IP headers, and Ethernet headers.
  • the TOE NIC 114 may also include a Direct Memory Access (DMA) engine 126 for the direct memory transfers of packet payloads from host memory 110 to the network communication link to avoid store and forward operations.
  • DMA Direct Memory Access
  • Each message context 124 may include information such as the length of the message to be transmitted and the addresses of memory fragments 112 that make up the message buffer. For each message, the host processor 102 passes information describing the location of the relevant memory fragments
  • each message is transmitted via TCP in the form of one or more TCP segments where the TCP header is formed based on information found in the TCB 122, and the TCP segment payload is accessed in a DMA transaction with the address information stored in one or more of the message contexts 124.
  • the headers of the TCP segments are formed from the TCB 122 and the TCP segments receive their payloads via DMA from the host system memory 110 to the network communication link based on information found in the message contexts 124 (e.g., cut-through transmissions).
  • the message contexts 124 e.g., cut-through transmissions.
  • FIG. 2 illustrates relationships among certain portions of the system 100 as they relate to packet formation and transmission.
  • the TOE 118 may maintain a virtual transmit buffer that is described by a linked list of the message contexts 124.
  • the TOE 118 may prepare a TCP, IP,
  • the TOE 118 DMA copies the TCP segment payload 204 based on the buffer address information contained in one or more of the message contexts 124 spanning the TCP segment.
  • the TCP segment 206 may be transmitted on the network communication link 121.
  • FIG. 3 illustrates other aspects of the TOE NIC 114. Although many computer systems feature processors that handle a wide variety of tasks, as described above, the TOE NIC 114 may have the responsibility of handling network traffic. TOE NIC 114 may perform network protocol operations for a host to at least partially reduce the burden of network communication on a host processor.
  • the TOE NIC 114 may perform operations for a wide variety of protocols.
  • the TOE NIC 114 may be configured to perform operations for transport layer protocols (e.g., TCP and User Datagram Protocol (UDP)), network layer protocols (e.g., IP), and application layer protocols (e.g., sockets programming).
  • transport layer protocols e.g., TCP and User Datagram Protocol (UDP)
  • network layer protocols e.g., IP
  • application layer protocols e.g., sockets programming
  • the TOE NIC 114 may provide "wire-speed" processing, even for very fast connections such as 10-gigabit per second connections. In other words, the TOE NIC 114 may, generally, complete processing of one packet before another arrives.
  • the sample TOE NIC 114 shown may include an interface 111 for transmitting data traveling between one or more hosts and a network 101.
  • the TOE NIC 114 interface 111 transmits data from the host(s) and generates packets for network transmission, for example, via a PHY and MAC device (see MAC/PHY 120 from Fig. 1) offering a network connection (e.g., an Ethernet or wireless connection).
  • the TOE NIC 114 also includes processing logic 113 that implements protocol operations.
  • the logic 113 may be designed using a wide variety of techniques.
  • the TOE NIC 114 may be designed as a hard-wired ASIC (Application Specific Integrated Circuit), a FPGA (Field Programmable Gate Array), and/or as another combination of digital logic gates.
  • the logic 113 may also be implemented by a TOE NIC 114 that includes a processor 123 (e.g., a micro-controller or micro-processor) and storage 125 (e.g., ROM (Read-Only Memory) or RAM (Random Access Memory)) for instructions that the processor 123 can execute to perform network protocol operations.
  • the instruction-based TOE NIC 114 offers a high degree of flexibility. For example, as a network protocol undergoes changes or is replaced, the TOE NIC 114 can be updated by replacing the instructions instead of replacing the TOE NIC 114 itself. For example, a host may update the TOE NIC 114 by loading instructions into storage 125 from external FLASH memory or ROM on the motherboard, for instance, when the host boots.
  • FIG. 3 depicts a single TOE NIC 114 performing operations for a host
  • a number of off-load engines 114 may be used to handle network operations for a host to provide a scalable approach to handling increasing traffic.
  • a system may include a collection of engines 114 and logic for allocating connections to different engines 114. To conserve power, such allocation may be performed to reduce the number of engines 114 actively supporting on-going connections at a given time.
  • communication information known as TCB data may be processed for a given network connection.
  • the TOE NIC 114 For a given packet, the TOE NIC 114 looks-up the corresponding connection context in the memory and makes this connection information available to the processor 123, e.g., via a working register (not shown). Using context data, the processor 123 executes an appropriate set of protocol implementation instructions from storage125. Context data, potentially modified by the processor 123, may be returned to the appropriate message context 124 for DMA transmission. [0034] The TOE NIC 114 may perform protocol operations for the packet, for example, by processor 123 execution of protocol implementation instructions stored in storage 125. The processor 123 may determine the state of the current connection and identify the starting address of instructions for handling this state. The processor 123 then executes the instructions beginning at the starting address.
  • FIG. 4 illustrates an example of message context related TCB fields 402 maintained by the TOE 118, and their relationship to the message contexts 124.
  • the TOE NIC 114 may maintain the TCB 122 with the illustrated TCB fields 402, e.g., msg_ctx_tail 404, snd_una_ptr 406, snd_una 408, snd_nxt_ptr 410, snd_nxt 412, snd_max_ptr 414, snd_max 416, and snd_wnd 418.
  • the message context related TCB fields 402 maintained by the TOE 118 of the TOE NIC 114 for the TCP transmissions per connection are described briefly as follows, the pointer fields of Fig.
  • the host stack passes an identifier for the offloaded TCP connection (tcbjd) on which the data is to be transmitted, a list of scatter-gather elements (SGEs) describing the host system memory fragments of the message buffer, the number of SGEs in the message buffer, a flag describing whether no completion response is required for this message
  • the send message can be described as the following: toe_sendmsg(tcb_id, flag_nr, msgjen, num_frags, frag_addr[], frag_len[]), where tcbjd - TCP connection identifier flag_nr - No response flag msgjen - Total length of the message num_frags - Number of memory fragments frag_addr[] - Array of the starting memory addresses of the fragments frag_len[] - Array of the lengths of the fragments [0037]
  • the TOE may store the send message information in one or more message contexts, e.g., the message contexts 124.
  • a message context may contain the following fields: msg_startseq - TCP sequence number associated with the first payload byte of this message context msg_num_frags - Number of memory fragments contained in this message context msg_frag_addr[] - Array of the starting memory addresses of the fragments contained in this message context msg_frag_len[] - Array of the lengths of the fragments contained in this message context msg_flag_nr - No response flag msgjen - Total length of the payload bytes described by this message context
  • the TOE 118 provides the following completion notification for the send messages: toe_sendmsg_completion(tcbJd, num_msgs), where tcbjd - TCP connection identifier num__msgs - Number of completed messages with no response flag set to 0
  • the host 102 may transfer control of the send message buffer to the TOE 118 upon submission of the send message and the TOE 118 may return control of the send message buffer to the host 102 upon completion of the send message.
  • TCP transmission scheme for the TOE NIC 114 when using message contexts 124 may be described by the following pseudo-code: tcp_output(tcb)
  • Determine the length of the data to be transmitted; While (the data is not transmitted) ⁇ Compute the length of the next TCP segment to be transmitted; Construct TCP/IP headers for this TCP segment; Construct memory fragment list describing the TCP segment payload from one or more message contexts starting with the message context pointed by snd_nxt_ptr; DMA TCP segment payload based on the constructed memory fragment list; Transmit TCP segment; Update TCB variables including snd_nxt_ptr, snd_nxt, snd_max (if necessary), and snd_max_ptr (if necessary); ⁇
  • the following processing may be performed by the TOE NIC 114 for the send message completion command that may be sent to the host processor 102: if (new data is being acked)
  • Based on the sndjuna of TCB and ACK field of the TCP header, compute the number of new bytes being ACKed; Starting with sndjunajptr, compute the number of message contexts (num_msgs) with msg lag ir set to 0 are completely ACKed; Free message contexts which are completely ACKed by this TCP ACK; Update TCB variables including snd_una and sndjunajptr (sndjunajptr now points to the message context which contains the first unacknowledged TCP payload byte); If the number of ACKed message contexts (numjmsgs) with msg lag_nr set to 0 is greater than 1, then notify send message completion to the host stack with num_ msgs count; Update msgjotxjail if necessary;
  • the host stack tracks the outstanding send messages per connection.
  • the host stack may complete one or more buffers associated with the send message(s).
  • FIG. 5 illustrates a method 500 for transmitting packets in the system 100.
  • packets are accessed through a network protocol engine such as TOE NIC 114.
  • a control block is copied from a host processing system to the network protocol engine.
  • processing of the control block may be used to generate header information for the packets to be transmitted at the offload engine while leaving the packet payloads in host memory.
  • the message contexts 124 may be used to locate packet payloads for the headers that are generated from the TCB 122 for the packets 206.
  • the offload engine transmits the packet payload directly from the host memory to a network communication link during transmission of the packets.
  • this payload transmission avoids the additional overhead required by a store and forward or other memory copying operation.
  • Reference throughout this specification to "one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention.
  • the appearances of the phrases “in one embodiment” or “in an embodiment” in various places throughout this specification are not necessarily all referring to the same embodiment.
  • the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.

Abstract

A method and system for transmitting packets. Packets may be transmitted when a protocol control block is copied from a host processing system to a network protocol offload engine. Message information that contains packet payload addresses may be provided to the network protocol offload engine to generate a plurality of message contexts in the offload engine. With the message contexts, protocol processing may be performed at the offload engine while leaving the packet payload in the host memory. Thus, packet payloads may be transmitted directly from the host memory to a network communication link during transmission of the packets by the offload engine. Other embodiments are also described.

Description

Message Context Based TCP Transmission
BACKGROUND
[0001] Specific matter disclosed herein relates to the field of computer networking. Networks enable computers and other devices to communicate. For example, networks can carry data representing video, audio, e-mail, and so forth. Typically, data sent across a network is divided into smaller units known as packets. By analogy, a packet is much like an envelope you drop in a mailbox. A packet typically includes "payload" and a "header". The packet's "payload" is analogous to the letter inside the envelope. The packet's "header" is much like the information written on the envelope itself. The header can include information to help network devices handle the packet appropriately. [0002] A number of network protocols cooperate to handle the complexity of network communication. For example, a protocol known as Transmission Control Protocol (TCP) provides "connection" services that enable remote applications to communicate. That is, much like picking up a telephone and assuming the phone company will make everything in-between work, TCP provides applications with simple primitives for establishing a connection (e.g., CONNECT and CLOSE) and transferring data (e.g., SEND and RECEIVE). Behind the scenes, TCP transparently handles a variety of communication issues such as data retransmission, adapting to network traffic congestion, and so forth. [0003] To provide these services, TCP operates on packets known as segments. Generally, a TCP segment travels across a network within ("encapsulated" by) a larger packet such as an Internet Protocol (IP) datagram. The payload of a segment carries a portion of a stream of data sent across a network. A receiver can restore the original stream of data by collecting the received segments.
[0004] Potentially, segments may not arrive at their destination in their proper order, if at all. For example, different segments may travel very different paths across a network. Thus, TCP assigns a sequence number to each data byte transmitted. This enables a receiver to reassemble the bytes in the correct order. Additionally, since every byte is sequenced, each byte can be acknowledged to confirm successful transmission. [0005] Many computer systems and other devices feature host processors (e.g., general purpose Central Processing Units (CPUs)) that handle a wide variety of computing tasks. Often these tasks include handling network traffic. The increases in network traffic and connection speeds have placed growing demands on host processor resources. To at least partially alleviate this burden, a network protocol off-load engine can off-load different network protocol operations from the host processors. For example, a TCP Off-Load Engine (TOE) may perform one or more TCP operations for sent/received TCP segments, e.g., during packet transmissions, a TOE would buffer into its local memory the TCP payload for TCP packet transmissions. This required an additional store-and- forward stage in the TOE for the TCP transmission purpose. This intermediate buffering resulted in an additional latency in the TCP transmission path and an additional load on the TOE memory subsystem. BRIEF DESCRIPTION OF DRAWINGS
[0006] Embodiments of the invention may best be understood by referring to the following description and accompanying drawings that are used to illustrate certain embodiments of the invention. In the drawings:
[0007] FIG. 1 illustrates a system according to an exemplary embodiment.
[0008] FIG. 2 illustrates relationships among portions of the system of Fig. 1 as they relate to packet formation and transmission according to an embodiment of the present invention. [0009] FIG. 3 illustrates other aspects of a TOE NIC according to an embodiment of the system of Fig. 1.
[0010] FIG. 4 illustrates an example of TCB variables and their relationship to the message contexts according to an embodiment of the system of Fig. 1.
[0011] FIG. 5 illustrates a method for transmitting packets according to an embodiment of the system of Fig. 1.
DETAILED DESCRIPTION
[0012] In the following description, specific matter disclosed herein relates to the field of offload engines for a system and method for message context based TCP (Transmission Control Protocol) transmissions/retransmissions (for ease of understanding referred to herein only as "transmissions"). "Message context based" TCP transmissions may be defined as TCP transmissions at an offload engine using message contexts representing TCP payloads rather than the actual
TCP payloads. Only a protocol control block for processing TCP transmission instructions (e.g., for generating TCP headers) may necessarily be copied or offloaded to the offload engine. TCP data to be transmitted by the offload engine may be stored in a host memory until the TCP transmission occurs. Subsequently, the TCP data may be moved from a transmit buffer in the host memory to payload in a TCP segment of the TCP transmission where header information was calculated from the protocol control block that was copied to the offload engine. Specific details of exemplary embodiments of the present invention are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. [0013] The phrase "cut-through transmissions" as used herein refers to a technique that avoids memory to memory copying in data transmissions. Cut- through transmissions may pass messages by reference through multiple protocol layers to avoid memory to memory copying for processing at each protocol layer. However, this is merely an example of cut-through transmissions and embodiments of the present invention are not limited in this respect.
[0014] The phrase "message context" as used herein refers to information that indicates the location/address of a packet payload in a memory. However, this is merely an example of a message context and embodiments of the present invention are not limited in this respect. [0015] The phrase "network communication link" as used herein refers to a link for signals to be transmitted onto a network, i.e., a means for accessing any one of several entities coupled to a communication network, e.g., unshielded twisted pair wire, coaxial cable, fiber optic, etc. However, this is merely an example of a network communication link and embodiments of the present invention are not limited in this respect. [0016] FIG. 1 illustrates a system 100 according to an exemplary embodiment. The system 100 includes a host processor 102 illustrated as having various host elements being processed, e.g., applications 104. The applications 104 may make use of other host elements such as a socket Iayer106 and/or a TCP/IP offload stack 108. The host elements interoperate with a host memory 110 that includes, among other things, memory fragments 112 that may become the payload of different packets in packet transmissions.
[0017] The packets may be organized to make up, among other things, a TCP segment. A TOE NIC (TOE Network Interface Controller) 114 is illustrated communicating with the host processor 102 and host memory 110 during TCP communications.
[0018] A memory and I/O (input/output) controller 116 acts as the interface between the host processor 102 and the host memory 110 as well as the interface between the host processor 102 and the TOE NIC 114. Thus, the memory and I/O controller 116 provides the host processor 102 with the ability to utilize the TOE NIC 114 operations as they relate to host memory 110 during packet transmissions.
[0019] The illustrated embodiment TOE NIC 114 may transmit the TCP payload directly from host memory 110 without the need for intermediate buffering of the TCP payload by the TOE NIC 114, thus eliminating overheads associated with a store-and-forward stage in the TCP transmission path in a TOE.
[0020] In the illustrated embodiment, TOE NIC 114 includes TOE 118 for, among other things, organization of TCP segments to be transmitted via
MAC/PHY (medium access control)/(physical layer)120 on a network communication link 121. Among other types of link, the network communication link 121 may operate according to different physical specifications or network protocols, e.g., the link 121 may operate according to communication standards such as IEEE Std. 802.3, IEEE Std. 802.11 , IEEE Std. 802.16, etc. and be an Ethernet link, a wireless link, etc. implemented with a media such as fiber, unshielded twisted pair, etc.
[0021] The TCP segments are generated based on the information found in a TCP Connection Block (TCB)122 that may be copied to the TOE 118 from the host processor 102. The TCB 122 may be used to organize message contexts 124 that contain message information for generating payloads for different TCP segments that are to be transmitted. This message information may facilitate TOE 118 creation of many different headers for packet transmissions such as TCP headers, IP headers, and Ethernet headers.
[0022] As described in more detail below, the TOE NIC 114 may also include a Direct Memory Access (DMA) engine 126 for the direct memory transfers of packet payloads from host memory 110 to the network communication link to avoid store and forward operations.
[0023] Each message context 124 may include information such as the length of the message to be transmitted and the addresses of memory fragments 112 that make up the message buffer. For each message, the host processor 102 passes information describing the location of the relevant memory fragments
112 in the host system memory 110 that make up a message buffer. The message buffer may be used by the TOE 118 until the entire message buffer is delivered on the network. The host processor 102 may ensure that the message buffer resides in the host system memory 110 at the location described in the message contexts 124 until the message buffer is transmitted and acknowledged as directed by the message contexts 124 of the TOE NIC 114. In turn, each message is transmitted via TCP in the form of one or more TCP segments where the TCP header is formed based on information found in the TCB 122, and the TCP segment payload is accessed in a DMA transaction with the address information stored in one or more of the message contexts 124.
[0024] In other words, during the transmission from the TOE NIC 114, the headers of the TCP segments are formed from the TCB 122 and the TCP segments receive their payloads via DMA from the host system memory 110 to the network communication link based on information found in the message contexts 124 (e.g., cut-through transmissions). Thus, copying of the TCP segment payloads to a TOE NIC 114 is avoided with the TOE 118 because the payloads remain in host system memory 110 until transmission of the TCP segment, i.e., during TCP transmissions, the information stored in the message contexts 124 is used to allow the TCP payloads to remain in host memory 110 until transmission of the TCP segment.
[0025] FIG. 2 illustrates relationships among certain portions of the system 100 as they relate to packet formation and transmission. For each offloaded TCP connection, the TOE 118 may maintain a virtual transmit buffer that is described by a linked list of the message contexts 124. For example, during the transmission of a TCP segment, the TOE 118 may prepare a TCP, IP,
Ethernet, etc. header 202 of the segment from the TCB 122. To complete formation of the TCP segment, the TOE 118 DMA copies the TCP segment payload 204 based on the buffer address information contained in one or more of the message contexts 124 spanning the TCP segment. With header 202 and payload 204, the TCP segment 206 may be transmitted on the network communication link 121.
[0026] Upon receiving a TCP acknowledgement (ACK) acknowledging the successful transmission of the TCP segments with the data described by the relevant message contexts 124, the TOE 118 may complete the transmission of the messages by reporting the message completions to the host stack of the host processor 102. The TCB 122 containing the TCP connection state may be maintained by the TOE 118 for the offloaded connection. [0027] FIG. 3 illustrates other aspects of the TOE NIC 114. Although many computer systems feature processors that handle a wide variety of tasks, as described above, the TOE NIC 114 may have the responsibility of handling network traffic. TOE NIC 114 may perform network protocol operations for a host to at least partially reduce the burden of network communication on a host processor. As stated earlier, the TOE NIC 114 may perform operations for a wide variety of protocols. For example, the TOE NIC 114 may be configured to perform operations for transport layer protocols (e.g., TCP and User Datagram Protocol (UDP)), network layer protocols (e.g., IP), and application layer protocols (e.g., sockets programming). [0028] In addition to conserving host processor resources by handling protocol operations, the TOE NIC 114 may provide "wire-speed" processing, even for very fast connections such as 10-gigabit per second connections. In other words, the TOE NIC 114 may, generally, complete processing of one packet before another arrives. By keeping pace with a high-speed connection, the TOE NIC 114 can potentially avoid or reduce the cost and complexity associated with queuing large volumes of backlogged packets. [0029] The sample TOE NIC 114 shown may include an interface 111 for transmitting data traveling between one or more hosts and a network 101. The TOE NIC 114 interface 111 transmits data from the host(s) and generates packets for network transmission, for example, via a PHY and MAC device (see MAC/PHY 120 from Fig. 1) offering a network connection (e.g., an Ethernet or wireless connection).
[0030] In addition to the interface 111 , the TOE NIC 114 also includes processing logic 113 that implements protocol operations. Like the interface 111, the logic 113 may be designed using a wide variety of techniques. For example, the TOE NIC 114 may be designed as a hard-wired ASIC (Application Specific Integrated Circuit), a FPGA (Field Programmable Gate Array), and/or as another combination of digital logic gates.
[0031] As shown, the logic 113 may also be implemented by a TOE NIC 114 that includes a processor 123 (e.g., a micro-controller or micro-processor) and storage 125 (e.g., ROM (Read-Only Memory) or RAM (Random Access Memory)) for instructions that the processor 123 can execute to perform network protocol operations. The instruction-based TOE NIC 114 offers a high degree of flexibility. For example, as a network protocol undergoes changes or is replaced, the TOE NIC 114 can be updated by replacing the instructions instead of replacing the TOE NIC 114 itself. For example, a host may update the TOE NIC 114 by loading instructions into storage 125 from external FLASH memory or ROM on the motherboard, for instance, when the host boots.
[0032] Though FIG. 3 depicts a single TOE NIC 114 performing operations for a host, a number of off-load engines 114 may be used to handle network operations for a host to provide a scalable approach to handling increasing traffic. For example, a system may include a collection of engines 114 and logic for allocating connections to different engines 114. To conserve power, such allocation may be performed to reduce the number of engines 114 actively supporting on-going connections at a given time. [0033] In operation, for example, as described herein for the TCP protocol, communication information known as TCB data (see TCB 122) may be processed for a given network connection. For a given packet, the TOE NIC 114 looks-up the corresponding connection context in the memory and makes this connection information available to the processor 123, e.g., via a working register (not shown). Using context data, the processor 123 executes an appropriate set of protocol implementation instructions from storage125. Context data, potentially modified by the processor 123, may be returned to the appropriate message context 124 for DMA transmission. [0034] The TOE NIC 114 may perform protocol operations for the packet, for example, by processor 123 execution of protocol implementation instructions stored in storage 125. The processor 123 may determine the state of the current connection and identify the starting address of instructions for handling this state. The processor 123 then executes the instructions beginning at the starting address. Depending on the instructions, the processor 123 may alter context data (e.g., by altering the working register). Again, context data, potentially modified by the processor 123, is returned to the appropriate message context 124. [0035] FIG. 4 illustrates an example of message context related TCB fields 402 maintained by the TOE 118, and their relationship to the message contexts 124. The TOE NIC 114 may maintain the TCB 122 with the illustrated TCB fields 402, e.g., msg_ctx_tail 404, snd_una_ptr 406, snd_una 408, snd_nxt_ptr 410, snd_nxt 412, snd_max_ptr 414, snd_max 416, and snd_wnd 418. The message context related TCB fields 402 maintained by the TOE 118 of the TOE NIC 114 for the TCP transmissions per connection are described briefly as follows, the pointer fields of Fig. 4 being illustrated with arrows pointing to a respective one of the message contexts 124: msg_ctx_tail - Pointer to the tail of the linked list of message contexts snd_una_ptr - Pointer to the message context that contains the location of the first unacknowledged byte (this is also the head of the linked list of message contexts) snd_una - Sequence number of the first unacknowledged byte snd_nxt_ptr - Pointer to the message context that contains the location of the payload to be sent next (also pointer to the head of the linked list of message contexts) snd_nxt - Sequence number of the first byte to be sent next snd_max_ptr - Pointer to the message context that contains the location of byte with the highest sequence number sent snd_max - Highest sequence number sent
[0036] In operation, for each send message, the host stack passes an identifier for the offloaded TCP connection (tcbjd) on which the data is to be transmitted, a list of scatter-gather elements (SGEs) describing the host system memory fragments of the message buffer, the number of SGEs in the message buffer, a flag describing whether no completion response is required for this message
(flagjnr), and the length of the message to the TOE. Procedurally, the send message can be described as the following: toe_sendmsg(tcb_id, flag_nr, msgjen, num_frags, frag_addr[], frag_len[]), where tcbjd - TCP connection identifier flag_nr - No response flag msgjen - Total length of the message num_frags - Number of memory fragments frag_addr[] - Array of the starting memory addresses of the fragments frag_len[] - Array of the lengths of the fragments [0037] The TOE may store the send message information in one or more message contexts, e.g., the message contexts 124. A message context may contain the following fields: msg_startseq - TCP sequence number associated with the first payload byte of this message context msg_num_frags - Number of memory fragments contained in this message context msg_frag_addr[] - Array of the starting memory addresses of the fragments contained in this message context msg_frag_len[] - Array of the lengths of the fragments contained in this message context msg_flag_nr - No response flag msgjen - Total length of the payload bytes described by this message context
[0038] Procedurally, the TOE 118 provides the following completion notification for the send messages: toe_sendmsg_completion(tcbJd, num_msgs), where tcbjd - TCP connection identifier num__msgs - Number of completed messages with no response flag set to 0
[0039] With this scheme, the host 102 may transfer control of the send message buffer to the TOE 118 upon submission of the send message and the TOE 118 may return control of the send message buffer to the host 102 upon completion of the send message.
[0040] Upon receiving a send message command, the TOE NIC 114 performs the steps described in the following pseudo-code where error handling has been simplified for ease of understanding. Other similar algorithms may be constructed to accomplish the same tasks: if (msg_ctx ail->msg lag_nr ==1 && the message can fit into the message context pointed by msg_ctx ail)
{ Update the message context pointed by msg_ctx ail with the information for this send message; if (flag_nr == 0) msg_ctx ail->msg lag_nr = 0;
} else
{ Determine the number of message contexts (req_msg_ctxs) needed for this message; Wait for req_msg_ctxs numbers of message contexts to be available; Obtain req_msg__ctxs numbers of message contexts; Store the send message information in the new message contexts; if (req_msg_ctxs > 1) For each of the first req_msg_ctxs-1 numbers of new message contexts set msg lag_nr to 1; Set msg lag_nr of the last message context to flag_nr; Update msg_ctx ail & message context list by adding the new message contexts to the end of the list; Update snd_una_ptr, snd_nxt_ptr, and snd__max_ptr if necessary;
} [0041] The TCP transmission scheme for the TOE NIC 114 when using message contexts 124 may be described by the following pseudo-code: tcp_output(tcb)
{ Determine the length of the data to be transmitted; While (the data is not transmitted) { Compute the length of the next TCP segment to be transmitted; Construct TCP/IP headers for this TCP segment; Construct memory fragment list describing the TCP segment payload from one or more message contexts starting with the message context pointed by snd_nxt_ptr; DMA TCP segment payload based on the constructed memory fragment list; Transmit TCP segment; Update TCB variables including snd_nxt_ptr, snd_nxt, snd_max (if necessary), and snd_max_ptr (if necessary); }
[0042] Upon receiving a TCP ACK for the TCP segment, the following processing may be performed by the TOE NIC 114 for the send message completion command that may be sent to the host processor 102: if (new data is being acked)
{ Based on the sndjuna of TCB and ACK field of the TCP header, compute the number of new bytes being ACKed; Starting with sndjunajptr, compute the number of message contexts (num_msgs) with msg lag ir set to 0 are completely ACKed; Free message contexts which are completely ACKed by this TCP ACK; Update TCB variables including snd_una and sndjunajptr (sndjunajptr now points to the message context which contains the first unacknowledged TCP payload byte); If the number of ACKed message contexts (numjmsgs) with msg lag_nr set to 0 is greater than 1, then notify send message completion to the host stack with num_ msgs count; Update msgjotxjail if necessary;
[0043] The host stack tracks the outstanding send messages per connection.
Based on the numjmsgs count it receives in the send completion notification from the TOE NIC 114, the host stack may complete one or more buffers associated with the send message(s).
[0044] FIG. 5 illustrates a method 500 for transmitting packets in the system 100. In step 502, packets are accessed through a network protocol engine such as TOE NIC 114. In step 504, a control block is copied from a host processing system to the network protocol engine. In step 506, processing of the control block may be used to generate header information for the packets to be transmitted at the offload engine while leaving the packet payloads in host memory. As described in more detail in relation to Fig. 2, the message contexts 124 may be used to locate packet payloads for the headers that are generated from the TCB 122 for the packets 206. In step 508, the offload engine transmits the packet payload directly from the host memory to a network communication link during transmission of the packets. Among other things, this payload transmission avoids the additional overhead required by a store and forward or other memory copying operation. [0045] Reference throughout this specification to "one embodiment" or "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. Thus, the appearances of the phrases "in one embodiment" or "in an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
[0046] While the invention has been described in terms of several embodiments, those of ordinary skill in the art should recognize that the invention is not limited to the embodiments described, but can be practiced with modification and alteration within the spirit and scope of the appended claims. The description is thus to be regarded as illustrative instead of limiting.

Claims

CLAIMSWhat is claimed is:
1. A method of transmitting packets comprising: copying a protocol control block from a host processing system to a network protocol offload engine; providing message information to the network protocol offload engine, the message information containing a message buffer location in a host memory; generating one or more message contexts in the offload engine from the message information to indicate the message buffer location rather than copying the message buffer to the offload engine; performing protocol processing at the offload engine while leaving the message buffer in the host memory; and transmitting the message buffer in the form of at least one packet payload directly from the host memory to a network communication link during transmission of packets by the offload engine.
2. The method of claim 1 wherein said transmitting the message buffer comprises retrieving the message buffer from the host memory via cut-through transmissions.
3. The method of claim 2 wherein said cut-through transmissions comprise direct memory access copies.
4. The method of claim 1 wherein said performing protocol processing comprises processing TCP segments.
5. The method of claim 4 wherein said performing protocol processing comprises generating TCP headers for the TCP segments.
6. The method of claim 1 further comprising freeing the one or more message contexts upon acknowledgement of the packet payload delivery.
7. The method of claim 1 further comprising providing message completion information to the host processing system to release message buffers containing the packet payload.
8. The method of claim 1 wherein said performing protocol processing comprises processing machine-readable instructions stored in a storage medium.
9. A network offload engine comprising: a first interface to a host processor to receive a copy of a transmission control protocol block; a second interface to a communication link to copy packet payloads from a host buffer onto the communication link; and an engine to perform protocol processing with information from the transmission control protocol block and additional information concerning a location of the packet payloads in the host buffer, the engine to create and to send packets on the communication link according to the protocol processing with the information from the transmission control protocol block and the additional information concerning the location of the packet payloads in the host buffer while leaving the packet payloads in the host buffer, the packet payloads being directly copied from the host buffer to the communication link to complete packet transmissions.
10. The network offload engine of claim 9 wherein the additional information concerning the location of the packet payloads in the host buffer comprises at least one message context.
11. The network offload engine of claim 9 wherein the communication link comprises unshielded twisted pair wire for Ethernet communications.
12. The network offload engine of claim 9 wherein the direct copy of the packet payloads from the host buffer comprises a cut-through transmission of the packet payloads to the communication link of the network offload engine.
13. The network offload engine of claim 12 wherein the copy of the packet payloads from the host buffer comprises a direct memory access engine to copy the packet payloads from the host buffer.
14. A system comprising: a host processor to manage packet transmissions from a host of the system; a host memory to store packet payload data for the packet transmissions; a network adapter to transmit packets from the host of the system over an
Ethernet communication link; a network offload engine to process a transmission control protocol block that is copied from the host in combination with packet payload data addresses from the host memory for the packet transmissions, the network offload engine to directly copy the packet payload data from the host memory to the communication link during the packet transmissions.
15. The system of claim 14 wherein the network adapter to transmit packets from the host of the system over an Ethernet communication link further comprises an unshielded twisted pair wire.
16 The system of claim 14 wherein the packet payload data addresses from the host memory comprise one or more message contexts.
17. An article comprising: a storage medium comprising machine-readable instructions stored thereon to: perform protocol processing at an offload engine while leaving a packet payload of a packet in a host memory; access one or more message contexts that contain the packet payload address from the host memory to complete the protocol processing; and transmit the packet payload directly from the host memory to a communication link during transmission of the packets by the offload engine.
18. The article of claim 17 wherein the storage medium further comprises machine-readable instructions to free message contexts upon receiving an acknowledgement of payload delivery.
19. The article of claim 18 wherein the storage medium further comprises machine-readable instructions to instruct the host processing system to release message buffers of the host memory upon receiving the acknowledgement of payload delivery.
20. The article of claim 17 wherein the storage medium further comprises machine-readable instructions to instruct the host processing system to perform protocol processing for TCP segments.
21. The article of claim 20 wherein the storage medium further comprises machine-readable instructions to instruct the host processing system to generate a TCP header for the TCP segments.
PCT/US2005/008609 2004-03-24 2005-03-14 Message context based tcp transmission WO2005101767A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/809,077 2004-03-24
US10/809,077 US7562158B2 (en) 2004-03-24 2004-03-24 Message context based TCP transmission

Publications (1)

Publication Number Publication Date
WO2005101767A1 true WO2005101767A1 (en) 2005-10-27

Family

ID=34962635

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/008609 WO2005101767A1 (en) 2004-03-24 2005-03-14 Message context based tcp transmission

Country Status (3)

Country Link
US (1) US7562158B2 (en)
TW (1) TWI306711B (en)
WO (1) WO2005101767A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3846405A4 (en) * 2018-09-27 2021-09-22 Huawei Technologies Co., Ltd. Method for processing tcp message, toe assembly, and network device

Families Citing this family (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5978379A (en) 1997-01-23 1999-11-02 Gadzoox Networks, Inc. Fiber channel learning bridge, learning half bridge, and protocol
US7430171B2 (en) 1998-11-19 2008-09-30 Broadcom Corporation Fibre channel arbitrated loop bufferless switch circuitry to increase bandwidth without significant increase in cost
WO2002084499A1 (en) 2001-04-11 2002-10-24 Chelsio Communications, Inc. Multi-purpose switching network interface controller
US7239636B2 (en) 2001-07-23 2007-07-03 Broadcom Corporation Multiple virtual channels for use in network devices
US7295555B2 (en) 2002-03-08 2007-11-13 Broadcom Corporation System and method for identifying upper layer protocol message boundaries
US7411959B2 (en) 2002-08-30 2008-08-12 Broadcom Corporation System and method for handling out-of-order frames
US7934021B2 (en) 2002-08-29 2011-04-26 Broadcom Corporation System and method for network interfacing
US7346701B2 (en) * 2002-08-30 2008-03-18 Broadcom Corporation System and method for TCP offload
US7313623B2 (en) 2002-08-30 2007-12-25 Broadcom Corporation System and method for TCP/IP offload independent of bandwidth delay product
US8180928B2 (en) 2002-08-30 2012-05-15 Broadcom Corporation Method and system for supporting read operations with CRC for iSCSI and iSCSI chimney
US20050021680A1 (en) * 2003-05-12 2005-01-27 Pete Ekis System and method for interfacing TCP offload engines using an interposed socket library
US7870268B2 (en) * 2003-09-15 2011-01-11 Intel Corporation Method, system, and program for managing data transmission through a network
US7496690B2 (en) * 2003-10-09 2009-02-24 Intel Corporation Method, system, and program for managing memory for data transmission through a network
US8065439B1 (en) * 2003-12-19 2011-11-22 Nvidia Corporation System and method for using metadata in the context of a transport offload engine
US20050141425A1 (en) * 2003-12-24 2005-06-30 Foulds Christopher T. Method, system, and program for managing message transmission through a network
US7864806B2 (en) * 2004-01-06 2011-01-04 Broadcom Corp. Method and system for transmission control packet (TCP) segmentation offload
US7831745B1 (en) 2004-05-25 2010-11-09 Chelsio Communications, Inc. Scalable direct memory access using validation of host and scatter gather engine (SGE) generation indications
US8504795B2 (en) * 2004-06-30 2013-08-06 Intel Corporation Method, system, and program for utilizing a virtualized data structure table
US7764709B2 (en) * 2004-07-07 2010-07-27 Tran Hieu T Prioritization of network traffic
US7620071B2 (en) * 2004-11-16 2009-11-17 Intel Corporation Packet coalescing
US7580406B2 (en) * 2004-12-31 2009-08-25 Intel Corporation Remote direct memory access segment generation by a network controller
US7370174B2 (en) * 2005-01-05 2008-05-06 Intel Corporation Method, system, and program for addressing pages of memory by an I/O device
US7853957B2 (en) * 2005-04-15 2010-12-14 Intel Corporation Doorbell mechanism using protection domains
US20080304481A1 (en) * 2005-07-12 2008-12-11 Paul Thomas Gurney System and Method of Offloading Protocol Functions
US7616563B1 (en) 2005-08-31 2009-11-10 Chelsio Communications, Inc. Method to implement an L4-L7 switch using split connections and an offloading NIC
US7724658B1 (en) 2005-08-31 2010-05-25 Chelsio Communications, Inc. Protocol offload transmit traffic management
US7660306B1 (en) 2006-01-12 2010-02-09 Chelsio Communications, Inc. Virtualizing the operation of intelligent network interface circuitry
US7715436B1 (en) 2005-11-18 2010-05-11 Chelsio Communications, Inc. Method for UDP transmit protocol offload processing with traffic management
US7660264B1 (en) 2005-12-19 2010-02-09 Chelsio Communications, Inc. Method for traffic schedulign in intelligent network interface circuitry
US7760733B1 (en) 2005-10-13 2010-07-20 Chelsio Communications, Inc. Filtering ingress packets in network interface circuitry
US7710968B2 (en) * 2006-05-11 2010-05-04 Intel Corporation Techniques to generate network protocol units
US8935406B1 (en) 2007-04-16 2015-01-13 Chelsio Communications, Inc. Network adaptor configured for connection establishment offload
US8589587B1 (en) 2007-05-11 2013-11-19 Chelsio Communications, Inc. Protocol offload in intelligent network adaptor, including application level signalling
US8060644B1 (en) 2007-05-11 2011-11-15 Chelsio Communications, Inc. Intelligent network adaptor with end-to-end flow control
US7826350B1 (en) 2007-05-11 2010-11-02 Chelsio Communications, Inc. Intelligent network adaptor with adaptive direct data placement scheme
US7831720B1 (en) * 2007-05-17 2010-11-09 Chelsio Communications, Inc. Full offload of stateful connections, with partial connection offload
US20090106436A1 (en) * 2007-10-23 2009-04-23 Telefonaktiebolaget Lm Ericsson (Publ) Methods and systems for offload processing
US9674318B2 (en) 2010-12-09 2017-06-06 Solarflare Communications, Inc. TCP processing for devices
US10873613B2 (en) 2010-12-09 2020-12-22 Xilinx, Inc. TCP processing for devices
US9258390B2 (en) 2011-07-29 2016-02-09 Solarflare Communications, Inc. Reducing network latency
US9600429B2 (en) 2010-12-09 2017-03-21 Solarflare Communications, Inc. Encapsulated accelerator
US9565137B2 (en) * 2012-04-26 2017-02-07 Nxp Usa, Inc. Cut-through forwarding module and a method of receiving and transmitting data frames in a cut-through forwarding mode
US10505747B2 (en) 2012-10-16 2019-12-10 Solarflare Communications, Inc. Feed processing
US11025752B1 (en) 2015-07-20 2021-06-01 Chelsio Communications, Inc. Method to integrate co-processors with a protocol processing pipeline

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020156927A1 (en) * 2000-12-26 2002-10-24 Alacritech, Inc. TCP/IP offload network interface device
US20040042464A1 (en) * 2002-08-30 2004-03-04 Uri Elzur System and method for TCP/IP offload independent of bandwidth delay product
US20040042483A1 (en) * 2002-08-30 2004-03-04 Uri Elzur System and method for TCP offload

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6282172B1 (en) * 1997-04-01 2001-08-28 Yipes Communications, Inc. Generating acknowledgement signals in a data communication system
US6208620B1 (en) * 1999-08-02 2001-03-27 Nortel Networks Corporation TCP-aware agent sublayer (TAS) for robust TCP over wireless
US6553032B1 (en) * 1999-09-01 2003-04-22 Tantivy Communications, Inc. Packeting timeout spoofing in a wireless data communications network
US7017042B1 (en) * 2001-06-14 2006-03-21 Syrus Ziai Method and circuit to accelerate IPSec processing
US7224692B2 (en) * 2002-09-04 2007-05-29 Broadcom Corporation System and method for fault tolerant TCP offload
US6996070B2 (en) * 2003-12-05 2006-02-07 Alacritech, Inc. TCP/IP offload device with reduced sequential processing

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020156927A1 (en) * 2000-12-26 2002-10-24 Alacritech, Inc. TCP/IP offload network interface device
US20040042464A1 (en) * 2002-08-30 2004-03-04 Uri Elzur System and method for TCP/IP offload independent of bandwidth delay product
US20040042483A1 (en) * 2002-08-30 2004-03-04 Uri Elzur System and method for TCP offload

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3846405A4 (en) * 2018-09-27 2021-09-22 Huawei Technologies Co., Ltd. Method for processing tcp message, toe assembly, and network device
US11489945B2 (en) 2018-09-27 2022-11-01 Huawei Technologies Co., Ltd. TCP packet processing method, toe component, and network device

Also Published As

Publication number Publication date
TWI306711B (en) 2009-02-21
TW200539637A (en) 2005-12-01
US7562158B2 (en) 2009-07-14
US20050216597A1 (en) 2005-09-29

Similar Documents

Publication Publication Date Title
US7562158B2 (en) Message context based TCP transmission
US20200328973A1 (en) Packet coalescing
US8547837B2 (en) Dynamically assigning packet flows
US7912064B2 (en) System and method for handling out-of-order frames
US8175116B2 (en) Multiprocessor system for aggregation or concatenation of packets
US9049218B2 (en) Stateless fibre channel sequence acceleration for fibre channel traffic over Ethernet
US20020167950A1 (en) Fast data path protocol for network switching
WO2003021447A1 (en) Methods and apparatus for partially reordering data packets
US7469295B1 (en) Modified round robin load balancing technique based on IP identifier
US20050232298A1 (en) Early direct memory access in network communications
US20070291782A1 (en) Acknowledgement filtering
US9143448B1 (en) Methods for reassembling fragmented data units
EP1460804B1 (en) System and method for handling out-of-order frames (fka reception of out-of-order tcp data with zero copy service)

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

122 Ep: pct application non-entry in european phase