System and method for computing a blind checksum in a host ethernet adapter (HEA)

Information

  • Patent Grant
  • 7606166
  • Patent Number
    7,606,166
  • Date Filed
    Friday, April 1, 2005
    19 years ago
  • Date Issued
    Tuesday, October 20, 2009
    14 years ago
Abstract
A system and method for computing a blind checksum includes a host Ethernet adapter (HEA) with a system for receiving a packet. The system determines whether or not the packet is in Internet protocol version four (IPv4). If the packet is not in IPv4, the system computes the checksum of the packet. If the packet is in IPv4, the system determines whether the packet is in transmission control protocol (TCP) or user datagram protocol (UDP). If the packet is not in either of TCP or UDP the system attaches a pseudo-header to the packet and computes the checksum of the packet based on the pseudo-header and the IPv4 standard.
Description
FIELD OF THE INVENTION

The present invention relates to Ethernet adapters generally, and specifically to a system and method for computing a blind checksum in a host Ethernet adapter (HEA).


CROSS-REFERENCE TO RELATED APPLICATIONS

The present application is related to the following copending U.S. patent applications:


U.S. patent application Ser. No. 11/097,608, entitled “Host Ethernet Adapter for Networking Offload in Server Environment”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/097,608, entitled “Method and System for Accommodating Several Ethernet Ports and a Wrap Transmitted Flow Handled by a Simplified Frame-By-Frame Upper Structure”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/096,571, entitled “Method and Apparatus for Providing a Network Connection Table”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/097,051, entitled “Network Communications for Operating System Partitions”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/097,652, entitled “Configurable Ports for a Host Ethernet Adapter”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/096,365, entitled “System and Method for Parsing, Filtering, and Computing the Checksum in a Host Ethernet Adapter (HEA)”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/096,353, entitled “System and Method for a Method for Reducing Latency in a Host Ethernet Adapter (HEA)”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/097,055, entitled “Method and Apparatus for Blind Checksum and Correction for Network Transmissions”, filed on even date herewith and assigned to the assignee of the present invention.


U.S. patent application Ser. No. 11/096,362, entitled “Method and System for Performing a Packet Header Lookup”, filed on even date herewith and assigned to the assignee of the present invention.


BACKGROUND OF THE INVENTION

A computer, or host, connects to a network through an adapter that parses, or separates, each packet received over the network. The adapter may be known as a host Ethernet adapter (HEA). A Internet protocol (IP) packet is composed of an Internet protocol (IP) header and some data. A calculation called a “checksum” is performed on each packet in order to check its integrity, i.e. to make sure the packet has not changed during transmission. The checksum calculated on TCP/UDP packets is referred to as an “Internet Checksum”.


The host performs the checksum computation, which is processor and time intensive. In order to decrease the computing load on the host, the checksum computation could be moved to the adapter. However, the number of protocols the adapter would need to have very precise knowledge of makes this impractical.


Accordingly, what is needed is a system and method for computing a blind checksum in a host Ethernet adapter (HEA). The present invention addresses such a need.


BRIEF SUMMARY OF THE INVENTION

The present invention includes a system and method for computing a blind checksum in a host Ethernet adapter (HEA) with a system for receiving a packet. The system determines whether or not the packet is in Internet protocol version four (IPv4). If the packet is not in IPv4, the HEA computes the checksum of the packet. If the packet is in IPv4, the system determines whether the packet is in transmission control protocol (TCP) or user datagram protocol (UDP). If the packet is not in either of TCP or UDP the system attaches a pseudo-header to the packet and computes the checksum of the packet based on the pseudo-header and the IPv4 standard.


The HEA is configured to perform checksum computations on IPv4, in TCP or UDP, which are common protocols. However, in order to offload nearly all the checksum computations from the host to the HEA, the HEA is additionally able to compute a “blind” checksum, or a checksum upon a protocol that the HEA does not recognize. Because the checksum is done without information regarding the protocol, some additional checksum computation may need to be performed by the host when it receives the packet. However, this additional computation is significantly less than what the host would have to do without the blind checksum computation in the HEA.





BRIEF DESCRIPTION OF SEVERAL VIEWS OF THE DRAWINGS


FIG. 1 is a block diagram illustrating a host Ethernet adapter (HEA) according to one embodiment of the invention.



FIG. 2 is a flow diagram illustrating one embodiment of the invention implemented in the diagram of FIG. 1.





DETAILED DESCRIPTION OF THE INVENTION

The present invention relates to a system and method for computing a blind checksum in a host Ethernet adapter (HEA). The following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements. Various modifications to the preferred embodiments and the generic principles and features described herein will be readily apparent to those skilled in the art. Thus, the present invention is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features described herein.



FIG. 1 is a block diagram illustrating a host Ethernet adapter (HEA) 100 according to one embodiment of the invention. The HEA 100 includes a system 105 for performing blind checksum computations. The HEA 100 is connected to a host 110 and receives packets 115 over an Ethernet connection (not shown).


The packets 115 may be in different protocols, for example Internet protocol (IP) version 4 (IPv4) and IPv6. If the packets 115 are in IPv4 then they will have a IP destination address 120 and a IP source address 125. The packets 115 will have a layer-2127 and a layer 3130. At the end of layer 3 there is a cyclic redundancy check (CRC) 135 for error checking.



FIG. 2 is a flow diagram illustrating one embodiment of the invention implemented in the diagram of FIG. 1. FIG. 2 will be discussed in conjunction with FIG. 1. In block 200 of FIG. 2, HEA 100 receives the packet 115. In block 205, the system 105 of HEA 100 parses the packet 115 in order to determine the protocol.


The following paragraph is the path for computation of a packet 115 in IPv4, TCP or UDP, which is not a blind checksum if the HEA 100 has the information for IPv4, TCP/UDP checksum computation. In block 210, after parsing the packet 115, the system 105 determines if the packet 115 is in IPv4. If the packet is in IPv4, then in block 215 the system 105 further parses the packet 115 and determines if the layer-3 payload 130 of packet 115 is in transmission control protocol (TCP) or user datagram protocol (UDP). If the layer-3 payload 130 of packet 115 is in TCP or in UDP, then in block 220 the system 105 computes the checksum according to IPv4, TCP/UDP standards established by the Internet Engineering Task Force (IETF). The packet 115 with the computed checksum may then be transferred on to the host 110, either as it is received and computed or once all relevant packets 115 have been received, in block 225. The path through blocks 210, 215, 220 and 225 is not a blind checksum computation because HEA 100 has the information necessary in order to compute the checksum of the packet 115 according to the IPv4, TCP/UDP standard. In the following is one embodiment according to the invention, where the checksum computation for the received packet 115 is in a protocol unknown to the HEA 100. One skilled in the art will appreciate how the invention may be modified for blind checksum computation of IPv4 TCP/UDP as well.


If the packet 115 is not IPv4 in block 210, then in block 230 the system 105 computes the checksum of the packet 115 over the layer-2 (Ethernet payload) 127, to the beginning of the CRC 135. In block 225, HEA 100 may transmit the packet 115 with the computed checksum to the host 110. When the host receives the packet 115 with the computed checksum, the host 110 may parse the packet and determine the protocol and appropriate checksum computation. The host 110 may need to subtract some of the checksum computed by HEA 100, or the host 110 may need to add some additional checksum computations. In either case, the amount of checksum computation done by the host 110 is significantly less than when the host 110 performs the entire checksum computation itself.


If the packet 115 is IPv4, but is not TCP or UDP according to block 215, then in block 235, the system 105 parses the packet 115 for the source IP address 125 and the destination IP address 120 (which are present because the packet 115 is IPv4).


In block 240, the system 105 builds a pseudo-header 140 with the IP source address 125, the IP destination address 120, and a length 145. One definition for the length is the total length of the packet 115 subtracted by the length of the IP header field in the IP header multiplied by four. As a formula, the expression may be: length 145=Total length of packet 115−(IP header length*4). The protocol field in the IP header 148 indicates whether the pseudo-header is TCP or UDP.


In block 245 the system 105 attaches the pseudo-header 140 to the packet 115 and in block 250 computes the checksum of the packet 115 based on the pseudo-header, according to the TCP/UDP standard. Then in block 225 the HEA 100 may transmit the packet 115 with the computed checksum to the host 110.


According to the method and system disclosed herein, the present invention discloses a system and method for computing a blind checksum in a host Ethernet adapter (HEA). One skilled in the art will recognize that the particular standards used are exemplary, and any bandwidth-limited network may apply the invention in the above manner. The present invention has been described in accordance with the embodiments shown, and one of ordinary skill in the art will readily recognize that there could be variations to the embodiments, and any variations would be within the spirit and scope of the present invention. For example, the present invention can be implemented using a computer readable medium encoded with computer-executable programming instructions. Accordingly, many modifications may be made by one of ordinary skill in the art without departing from the spirit and scope of the appended claims.

Claims
  • 1. A method for computing a blind checksum in a host Ethernet adapter (HEA) comprising: receiving a packet in the HEA;determining whether the packet is in Internet protocol version four (IPv4) the packet having an IP header;computing by the HEA, if the packet is not in IPv4, the checksum of the packet;determining, if the packet is in IPv4, whether the packet is in transmission control protocol (TCP) or user datagram protocol (UDP);parsing the packet for a source address and a destination address;building the pseudo-header with the source address and the destination address;giving the pseudo-header a length of the product of the IP header length field in the IPv4 Header with the number four, subtracted from the “Total Length” field in the IP header;attaching, if the packet is in IPv4 and not in either of TCP or UDP, the pseudo-header to the packet; andcomputing by the HEA, if the packet is in IPv4 and not in either of TCP or UDP, the checksum of the packet based on the pseudo-header and the IPv4 standard.
  • 2. The method of claim 1, determining whether the packet is in IPv4 further comprising: parsing the IP header in order to determine the protocol.
  • 3. The method of claim 1, the packet further having a cyclic redundancy check (CRC), computing by the HEA, if the packet is not in IPv4 further comprising: computing the checksum of layer three to the beginning of the CRC.
  • 4. The method of claim 1, computing by the HEA, if the packet is not in IPv4 further comprising: computing by the HEA, if the packet is not in IPv4, the checksum of the packet over a layer-2 payloads.
  • 5. The method of claim 1, determining, if the packet is in IPv4 further comprising: determining, if the packet is in IPv4, whether a layer-3 payload of the packet is in transmission control protocol (TCP) or user datagram protocol (UDP).
  • 6. A computer readable medium encoded with computer-executable programming instructions for computing a blind checksum in a host Ethernet adapter (HEA), the programming instructions comprising: receiving a packet in the HEA;determining whether the packet is in Internet protocol version four (IPv4) packet having an IP header;computing by the HEA, if the packet is not in Ipv4, the checksum of the packet;determining, if the packet is in IPv4, whether the packet is in transmission control protocol (TCP) or user datagram protocol (UDP);parsing the packet for a source address and a destination address;building the pseudo-header with the source address and the destination address;giving the pseudo-header a length of the product of the IP header length field in the IPv4 Header with the number four, subtracted from the “Total Length” field in the IP header;attaching, if the packet is in Ipv4 and not in either of TCP or UDP, the pseudo-header to the packet; andcomputing by the HEA, if the packet is in Ipv4 and not in either of TCP or UDP, the checksum of the packet based on the pseudo-header and the IPv4standard.
  • 7. The computer readable medium of claim 6, determining whether the packet is in IPv4 further comprising: parsing the packet in order to determine the protocol.
  • 8. The computer readable medium of claim 6, the packet further having a cyclic redundancy check (CRC), computing by the HEA, if the packet is not in IPv4 further comprising: computing the checksum of the packet at layer three to the beginning of the CRC.
  • 9. The computer readable medium of claim 6, computing by the HEA, if the packet is not in IPv4 further comprising: computing by the HEA, if the packet is not in IPv4, the checksum of the packet over a layer-2 payload.
  • 10. The computer readable medium of claim 6, determining, if the packet is in IPv4 further comprising: determining, if the packet is in IPv4, whether a layer-3 payload of the packet is in transmission control protocol (TCP) or user datagram protocol (UDP).
  • 11. A system for computing a blind checksum comprising: a host; anda host Ethernet adapter (HEA) for receiving a packet, determining whether the packet is in Internet protocol version four (IPv4), the packet having an IP header, computing, if the packet is not in IPv4, the checksum of the packet, determining, if the packet is in Ipv4, whether the packet is in transmission control protocol (TCP) or user datagram protocol (UDP), parsing the packet for a source address and a destination address, for building the pseudo-header with the source address and the destination address, giving the pseudo-header a length of the product of the IP header length field in the Ipv4 Header with the number four, subtracted from the “Total Length” field in the IP header, attaching, if the packet is in IPv4 and not in either of TCP or UDP, the pseudo-header to the packet, and computing, if the packet is in IPv4 and not in either of TCP or UDP, the checksum of the packet based on the pseudo-header and the IPv4 standard.
  • 12. The system of claim 11, wherein the HEA further parses the packet in order to determine the protocol.
  • 13. The system of claim 11, the packet further having a cyclic redundancy check (CRC), wherein the HEA further computes the checksum of the packet at layer three to the beginning of the CRC.
  • 14. The system of claim 11, wherein the HEA further computes if the packet is not in IPv4, the checksum of the packet over a layer-2 payload.
  • 15. The system of claim 11, wherein the HEA further determines if the packet is in IPv4, whether a layer-3 payload of the packet is in transmission control protocol (TCP) or user datagram protocol (UDP).
US Referenced Citations (57)
Number Name Date Kind
5058110 Beach et al. Oct 1991 A
5430842 Thompson et al. Jul 1995 A
5752078 Delp et al. May 1998 A
6400730 Latif et al. Jun 2002 B1
6427169 Elzur Jul 2002 B1
6650640 Muller et al. Nov 2003 B1
6658002 Ross et al. Dec 2003 B1
6678746 Russell et al. Jan 2004 B1
6724769 Sang Apr 2004 B1
6728929 Luong Apr 2004 B1
6735670 Bronstein et al. May 2004 B1
6751229 Waller et al. Jun 2004 B1
6754662 Li Jun 2004 B1
6788697 Aweya et al. Sep 2004 B1
6822968 Lim Nov 2004 B1
6954463 Ma et al. Oct 2005 B1
6976205 Ziai et al. Dec 2005 B1
6988235 Brown Jan 2006 B2
7023811 Pinto Apr 2006 B2
7031304 Arberg et al. Apr 2006 B1
7098685 Agrawal et al. Aug 2006 B1
7124198 Pinkerton Oct 2006 B2
7134796 Anderson Nov 2006 B2
7164678 Connor Jan 2007 B2
7218632 Bechtolsheim et al. May 2007 B1
7251704 Solomon Jul 2007 B2
7260120 Kang et al. Aug 2007 B2
7269661 Ree et al. Sep 2007 B2
7271706 Lee Sep 2007 B2
7272704 Nguyen et al. Sep 2007 B1
7274706 Nguyen et al. Sep 2007 B1
7283528 Lim et al. Oct 2007 B1
7292586 Dewan et al. Nov 2007 B2
7292591 Parker et al. Nov 2007 B2
7295553 Saitoh Nov 2007 B2
7308006 Banerjee et al. Dec 2007 B1
20010027496 Boucher et al. Oct 2001 A1
20030088689 Alexander et al. May 2003 A1
20030103499 Davis et al. Jun 2003 A1
20030227920 Benayoun et al. Dec 2003 A1
20040022094 Radhakrishnan et al. Feb 2004 A1
20040030766 Witkowski Feb 2004 A1
20040064590 Starr et al. Apr 2004 A1
20040081145 Harrekilde-Petersen et al. Apr 2004 A1
20040100952 Boucher et al. May 2004 A1
20040109465 Kim et al. Jun 2004 A1
20040218623 Goldenberg et al. Nov 2004 A1
20050076136 Cho et al. Apr 2005 A1
20050089031 Krueger Apr 2005 A1
20050108611 Vogt May 2005 A1
20050114663 Cornell et al. May 2005 A1
20050120160 Plouffe et al. Jun 2005 A1
20050149677 Shimada et al. Jul 2005 A1
20050256975 Kaniz et al. Nov 2005 A1
20060120289 Cunningham Jun 2006 A1
20060187928 McGee et al. Aug 2006 A1
20060216958 Yee et al. Sep 2006 A1
Foreign Referenced Citations (1)
Number Date Country
03049488 Jun 2003 WO
Related Publications (1)
Number Date Country
20060221969 A1 Oct 2006 US