Obtaining a destination address so that a network interface device can write network data without headers directly into host memory

Information

  • Patent Grant
  • 7461160
  • Patent Number
    7,461,160
  • Date Filed
    Tuesday, June 29, 2004
    20 years ago
  • Date Issued
    Tuesday, December 2, 2008
    16 years ago
Abstract
A Network Interface device (NI device) coupled to a host computer receives a multi-packet message from a network (for example, the Internet) and DMAs the data portions of the various packets directly into a destination in application memory on the host computer. The address of the destination is determined by supplying a first part of the first packet to an application program such that the application program returns the address of the destination. The address is supplied by the host computer to the NI device so that the NI device can DMA the data portions of the various packets directly into the destination. In some embodiments the NI device is an expansion card added to the host computer, whereas in other embodiments the NI device is a part of the host computer.
Description
TECHNICAL FIELD

The present invention relates generally to computer or other networks, and more particularly to protocol processing for information communicated between hosts such as computers connected to a network.


BACKGROUND INFORMATION

One of the most CPU intensive activities associated with performing network protocol processing is the need to copy incoming network data from an initial landing point in system memory to a final destination in application memory. This copying is necessary because received network data cannot generally be moved to the final destination until the associated packets are: A) analyzed to ensure that they are free of errors, B) analyzed to determine which connection they are associated with, and C) analyzed to determine where, within a stream of data, they belong. Until recently, these steps had to be performed by the host protocol stack. With the introduction of the intelligent network interface device (as disclosed in U.S. patent application Ser. Nos. 09/464,283, 09/439,603, 09/067,544, and U.S. Provisional Application Ser. No. 60/061,809), these steps may now be performed before the packets are delivered to the host protocol stack.


Even with such steps accomplished by an intelligent network interface device, there is another problem to be addressed to reduce or eliminate data copying, and that is obtaining the address of the destination in memory and passing that address to the network interface device. Obtaining this address is often difficult because many network applications are written in such a way that they will not provide the address of the final destination until notified that data for the connection has arrived (with the use of the “select( )” routine, for example). Other attempts to obtain this address involve the modification of existing applications. One such example is the Internet Engineering Task Force (IETF) Remote DMA (RDMA) proposal, which requires that existing protocols such as NFS, CIFS, and HTTP be modified to include addressing information in the protocol headers. A solution is desired that does not require the modification of existing applications or protocols.


SUMMARY

A multi-packet message (for example, a session layer message) is to be received onto a Network Interface device (NI device) and the data payload of the message is to be placed into application memory in a host computer. The NI device receives the first packet of the message and passes a first part of this first packet to the operating system on the host. In one embodiment, the first part of the first packet includes the session layer header of the message. The operating system passes this first part of the first packet to an application program. The application program uses the first part of the first packet to identify an address of a destination in application memory where the entire data payload is to be placed. The application program returns the address to the operating system and the operating system in turn forwards the address to the NI device. The NI device then uses the address to place the data portions of the various packets of the multi-packet message into the destination in application memory. In one embodiment, the NI device DMAs the data portions of the packets from the NI device directly into the destination. In some embodiments, the NI device DMAs only data into the destination such that the destination contains the data payload in one contiguous block without any session layer header information, without any transport layer header information, and without any network layer header information.


In some embodiments, the NI device is an interface card that is coupled to the host computer via a parallel bus (for example, the PCI bus). In other embodiments, the NI device is integrated into the host computer. For example, the NI device may be part of communication processing device (CPD) that is integrated into the host computer.


Other structures and methods are described in the detailed description below. This summary does not purport to define the invention. The invention is defined by the claims.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a diagram of a Network Interface Device (NI device) in accordance with an embodiment of the present invention. The NI device performs fast-path processing on information passing from a packet-switched network (for example, the Internet), through the NI device, and to a host computer.



FIG. 2 is a diagram that illustrates a method in accordance with an embodiment of the present invention where network data from a multi-packet session message is transferred by the NI device directly into a destination in a host computer.



FIG. 3 is a flowchart of a method in accordance with an embodiment of the present invention.



FIG. 4 shows an NI device integrated into a host computer.





DETAILED DESCRIPTION


FIG. 1 is a diagram of a host computer 100 that is coupled to a packet-switched network 101 (for example, the Internet) via a Network Interface (NI) device 102. In the illustrated example, host computer 100 is an Intel x86-based system (for example, Compaq Proliant). Software executing on host computer 100 includes: 1) a Linux operating system 103, and 2) an application program 104 by the name of “Samba”. Operating system 103 includes a kernel 105. Kernel 105 includes: 1) driver software 106 for interfacing to and controlling NI device 102, and 2) a protocol stack 107. A part of protocol stack 107 is specially customized to support the NI device 102.


In one specific embodiment, NI device 102 is the Intelligent Network Interface Card (INIC) of FIGS. 21 and 22 of U.S. patent application Ser. No. 09/464,283 (the entire disclosure of Ser. No. 09/464,283 is incorporated herein by reference). The NI device 102 in this specific embodiment is an expansion card that plugs into a card edge connector on the host computer (for example, a personal computer). The card includes an application specific integrated circuit (ASIC) (for example, see ASIC 400 of FIG. 21 of U.S. application Ser. No. 09/464,283) designed by Alacritech, Inc. of 234 East Gish Road, San Jose, Calif. 95112. The card performs “fast-path processing” in hardware as explained in U.S. application Ser. No. 09/464,283. An INIC card (Model Number 2000-100001 called the “Alacritech 100×2 Dual-Server Adapter”) is available from Alacritech, Inc. of 234 East Gish Road, San Jose, Calif. 95112.



FIG. 2 is a diagram illustrating the transfer of data in a multi-packet session layer message 200 from a buffer 2114 (see FIG. 1) in NI device 102 to a second destination 110 in memory in host computer 100. The portion of the diagram to the left of the dashed line 201 (see FIG. 2) represents NI device 102, whereas the portion of the diagram to the right of the dashed line 201 represents host computer 100. Multi-packet message 200 includes approximately forty-five packets, four of which (202-205) are labeled on FIG. 2. The first packet 202 includes a portion 205 containing transport and network layer headers (for example, TCP and IP headers), a portion 206 containing a session layer header, and a portion 207 containing data. The subsequent packets 203-205 do not contain session layer header information, but rather include a first portion containing transport and network layer headers (for example, TCP and IP headers), and a second portion containing data.



FIG. 3 is a flowchart of a method in accordance with one specific embodiment of the present invention. In a first step (step 300), the Samba application program 104 initializes application-to-operating system communication by calling the “socket” function. The socket function causes kernel 105 to allocate a communication control block (CCB) that will be used to manage the connection. The Samba application program 104 then uses the “bind” routine to associate the socket with a particular local IP adderss and IP port. The Samba application program 104 then calls the “listen” routine to wait for an incoming connection to arrive from kernel 105. When an incoming connection arrives, the Samba application program 104 calls the “accept” routine to complete the connection setup. After setting up the socket, the Samba application program 104 uses the “select” routine to tell the kernel 105 to alert application 104 when data for that particular connection has arrived.


In a next step (step 301), driver 106 allocates a 256-byte buffer 108 in host memory as a place where NI device 102 can write data. Driver 106 then passes the address of 256-byte buffer 108 to NI device 102 so that NI device 102 can then use that address to write information into 256-byte buffer 108. Driver 106 does this by writing the address of 256-byte buffer 108 into a register 112 on the NI device 102. A status field at the top of the 256-byte buffer 108 contains information indicating whether the 256-byte buffer contains data (and is valid) or not.


In step (step 302), NI device 102 receives the first packet 202 of message 200 (see FIG. 2) from network 101. NI device 102 looks at the IP source address, IP destination address, TCP source port and TCP destination port and from those four values determines the connection identified with the packet. (IP is the network layer. TCP is the transport layer.) NI device 102 then: 1) writes a unique identifier that identifies the connection into a designated field in the 256-byte buffer 108; 2) writes the first 192 bytes of the first packet into the 256-byte buffer (the MAC, IP and TCP headers are not written to the 256-byte buffer); 3) sets the status field of 256-byte buffer 108 to indicate that the 256-byte buffer is full; and 4) interrupts the kernel 105.


In a next step (step 303), kernel 105 responds by having the driver 106 look at the status field of the 256-byte buffer 108. If the status field indicates 256-byte buffer 108 is full and valid, then driver 106 passes the address of 256-byte buffer 108 to protocol stack 107. The first part of this 192 bytes is session layer header information, whereas the remainder of the 192 bytes is session layer data. Protocol stack 107 notifies application program 104 that there is data for the application program. Protocol stack 107 does this by making a call to the “remove_wait_queue” routine.


In a next step (step 304), the Samba application program 104 responds by returning the address of a first destination 109 in host memory. The Samba application program 104 does this by calling a socket routine called “recv”. The “recv” socket routine has several parameters: 1) a connection identifier that identifies the connection the first destination 109 will be for, 2) an address of the first destination 109 where the data will be put, and 3) the length of the first destination 109. (In some embodiments, Samba application program 104 calls “recv” to request less than 192 bytes.) Through this “recv” socket routine, kernel 105 receives from application program 104 the address of the first destination 109 and the length of the first destination 109. Kernel 105 then gives the address of the first destination 109 to the protocol stack 107.


In a next step (step 305), the protocol stack 107 moves the requested bytes in 256-byte buffer 108 to first destination 109 identified by the address. The first destination is in memory space of the application program 104 so that application program 104 can examine the requested bytes. If the application program 104 requested less than 192 bytes using “recv”, then driver 106 moves that subset of the 192 bytes to first destination 109 leaving the remainder of the 192 bytes in the 256-byte buffer. On the other hand, if the application program 104 requested all 192 bytes using “recv”, then driver 106 moves the full 192 bytes to first destination 109.


In a next step (step 306), the application examines the requested bytes in first destination 109. Application program 104 analyzes the session layer header portion, determines the amount of session layer data coming in the session layer message, and determines how long a second destination 110 should be so as to contain all the remaining session layer data of message 200. Application program 104 then returns to kernel 105 the address of second destination 110 and the length of the second destination 110. Application program 104 does this by calling the socket routine “recv”. Kernel 105 receives the address of second destination 110 and the length of the second destination 110 and gives that information to the protocol stack 107.


In a next step (step 307), the protocol stack 107 moves any session layer data in the 192 bytes (not session layer headers) in 256-byte buffer 108 to second destination 110 identified by the second address. This move of data is shown in FIG. 2 by arrow 208.


In a next step (step 308), the protocol stack 107 writes the address of second destination 110 and the length of second destination 110 into a predetermined buffer 111 in host memory. Driver 106 then writes the address of predetermined buffer 111 to a predetermined register 112 in NI device 102.


In a next step (step 309), NI device 102 reads the predetermined register 112 and retrieves the address of predetermined buffer 111. Using this address, NI device 102 reads the predetermined buffer 111 by DMA and retrieves the address of second destination 110 and the length of second destination 110.


In some embodiments, the second destination 110 is actually made up of a plurality of locations having different addresses of different lengths. The application program supplies a single virtual address for the NI device 102 to read (such as explained in step 310), but this virtual address is made up of many different physical pages. Driver 106 determines the addresses of the pages that are associated with this virtual address and passes these physical addresses and their lengths to NI device 102 by placing the addresses in predetermined buffer 111 and writing the address of predetermined buffer 111 to predetermined register 112 in NI device 102.


In a next step (step 310), NI device 102 transfers the data from the remaining portion of first packet 202 (without any session layer headers, and without any TCP or IP headers) directly into second destination 110 using DMA. In this example, the transfer is made across a parallel data bus (for example, across a PCI bus by which the NI device 102 is coupled to the host computer 100). This move of data is shown in FIG. 2 by arrow 209.


In a next step (step 311), subsequent packets are received onto NI device 102. For each packet, NI device 102 removes the TCP and IP headers and writes the remaining data (without session layer headers, TCP headers, or IP headers) directly to second destination 110 using DMA (for example, NI device 102 may write the data directly into the second destination across the PCI bus by which the NI device 102 is coupled to the host computer 100). The data from the many packets of the session layer message is written into second destination 110 such that there are no session layer headers, transport layer headers, or network layer headers between the data portions from the various packets of message 200.


In the above described specific embodiment, there is no session layer header, transport layer header, or network layer header between the data portions from the various packets of message 200 as the data portions are desposited into the second destination 110. This need not be the case, however. In some embodiments, session layer header information does appear in second destination 110. This is so because it is the application program that determines the length of the second destination 110.


In some embodiments, application program 104 returns a first destination that is larger than 192 bytes. In that case, there is no different second destination. The entire 192 bytes contained in the 256-byte buffer is moved to the first destination. The address of the remainder is given to the NI device as described above with respect to the second destination.


Although the NI device may be realized on an expansion card and interfaced to the host computer via a bus such as the PCI bus, the NI device can also be integrated into the host computer. For example, the NI device in some embodiments is disposed on the motherboard of the host computer and is substantially directly coupled to the host CPU. The NI device may, for example, be integrated into a memory controller integrated circuit or input/output integrated circuit that is coupled directly to the local bus of the host CPU. The NI device may be integrated into the Intel 82815 Graphics and Memory Controller Hub, the Intel 440BX chipset, or the Apollo VT8501 MVP4 Northbridge chip. FIG. 4 shows an NI device integrated into a host computer 400 in the form of a communication processing device (CPD) 401.


Although the present invention is described in connection with certain specific embodiments for instructional purposes, the present invention is not limited thereto. Advantages of the present invention may be realized wherein either no header information or just an insubstantial amount of header information is transferred from the network interface device into the second destination. All the data from the session layer message may be deposited into a single contiguous block of host memory (referred to as a destination) in some embodiments or may be deposited into several associated blocks (that together are referred to as a destination) of host memory in other embodiments. Accordingly, various modifications, adaptations, and combinations of various features of the described embodiments can be practiced without departing from the scope of the invention as set forth in the claims.

Claims
  • 1. A method for use by a network interface for a host computer running an application, the method comprising: running, on the network interface, a TCP connection for the application;receiving, by the network interface, multi-packet message including a first packet and a plurality of subsequent packets, each of the plurality of subsequent packets containing a TCP header portion, an IP header portion and a data portion;passing, by the network interface, at least a portion of the first packet of the multi-packet message to the host computer;receiving, by the network interface, an indication of a destination in memory on the host computer, the destination controlled by the application; andwriting, by the network interface, the data portions of the subsequent packets into the destination without writing any TCP header portion into the destination and without writing any IP header portion into the destination.
  • 2. The method of claim 1, wherein the multi-packet message has a data payload, and writing the data portions of the subsequent packets into the destination includes writing the entire data payload by the network interface into the destination.
  • 3. The method of claim 1, wherein the network interface is an intelligent network interface card (INIC) that includes a DMA engine, and writing the data portions of the subsequent packets into the destination includes writing the data portions by DMA.
  • 4. The method of claim 1, further comprising storing the address of the destination with the TCP connection on the network interface.
  • 5. A method comprising: receiving, by a network interface device for a host computer, a message containing a plurality of packets having a TCP header and a data portion;passing at least a portion of a first of the packets from the network interface device to the host computer, wherein said at least a portion includes a session layer header;receiving, by the network interface device, an indication of a destination in host memory, in response to the passing at least a portion of the first packet to the host computer; andtransferring, by the network interface device, the data portions of any of the plurality of packets subsequent to the first packet into the destination without writing any TCP header portion of any of the subsequent packets into the destination.
  • 6. The method of claim 5, wherein the network interface device comprises an expansion card and an application specific integrated circuit (ASIC).
  • 7. The method of claim 5, wherein only a portion of the first packet is passed to the host computer when passing at least a portion of the first packet to the host computer, such that the host computer generates the indication of the destination without receiving the entire first packet.
  • 8. The method of claim 5, wherein the host computer includes a motherboard, and wherein the network interface device is disposed on the motherboard.
  • 9. A method comprising: receiving, by a network interface device for a host computer, a message containing a first packet and a plurality of subsequent packets having a TCP header portion and a data portion, the TCP header portion indicating an application in the host computer;passing a first part of the first packet, but not a second part of the first packet, from the network interface device to the host computer, the first part of the first packet including a session layer header portion;receiving, by the network interface device from the host computer, an indication of a destination in host memory provided by the application; andtransferring, by the network interface device, the data portions of the subsequent packets into the destination without writing any TCP header portion of any of the subsequent packets into the destination.
  • 10. The method of claim 9, further comprising: transferring, by the network interface device, the second part of the first packet from the network interface device and into the destination.
  • 11. The method of claim 9, wherein the indication of the destination in host memory comprises a plurality of addresses and a plurality of lengths.
  • 12. The method of claim 9, wherein the message is communicated over a TCP/IP connection, and wherein the TCP/IP connection is setup before passing the first part of the first packet from the network interface device to the host computer.
  • 13. The method of claim 9, wherein the application determines from the session layer header how much session layer data is contained in the message, and wherein the application determines how big the destination should be in order to contain all the session layer data of the message, and wherein all the session layer data is written into the destination such that no TCP headers are present in the destination and such that no IP headers are present in the destination.
  • 14. The method of claim 13, wherein all the session layer data is written into the destination and such that no session layer headers are present in the destination.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of and claims the benefit under 35 U.S.C. §120 of prior U.S. patent application Ser. No. 09/789,366, filed Feb. 20, 2001, now U.S. Pat. No. 6,757,746. Prior U.S. patent application Ser. No. 09/789,366, now U.S. Pat. No. 6,757,746, is a continuation-in-part of and claims the benefit under 35 U.S.C. § 120 of U.S. patent application Ser. No. 09/464,283, filed Dec. 15, 1999, now U.S. Pat. No. 6,427,173, which in turn claims the benefit under 35 U.S.C. § 120 of U.S. patent application Ser. No. 09/439,603, filed Nov. 12, 1999, now U.S. Pat. No. 6,247,060, which in turn claims the benefit under 35 U.S.C. §. 120 of U.S. patent application Ser. No. 09/067,544, filed Apr. 27, 1998, now U.S. Pat. No. 6,226,680, which in turn claims the benefit under 35 U.S.C. § 119(e) of the Provisional Application Ser. No. 60/061,809, filed Oct. 14, 1997. Prior U.S. patent application Ser. No. 09/789,366, now U.S. Pat. No. 6,757,746, also is a continuation-in-part and claims benefit under 35 U.S.C. § 120 of the following U.S. patent applications: Ser. No. 09/748,936, filed Dec. 26, 2000, now U.S. Pat. No. 6,334,153; Ser. No. 09/692,561, filed Oct. 18, 2000; Ser. No. 09/675,700, filed Sep. 29, 2000; Ser. No. 09/675,484, filed Sep. 29, 2000; Ser. No. 09/514,425, filed Feb. 28, 2000, now U.S. Pat. No. 6,427,171; Ser. No. 09/416,925, filed Oct. 13, 1999, now U.S. Pat. No. 6,470,415; and Ser. No. 09/141,713, filed Aug. 28, 1998, now U.S. Pat. No. 6,389,479. Prior U.S. patent application Ser. No. 09/789,366, now U.S. Pat. No. 6,757,746, is also a continuation-in-part of and claims benefit under 35 U.S.C. § 120 of U.S. patent application Ser. No. 09/384,792, filed Aug. 27, 1999, now U.S. Pat. No. 6,434,620, which in turn claims the benefit under 35 U.S.C. § 119 of Provisional Application Ser. No. 60/098,296, filed Aug. 27, 1998. The complete disclosures of: U.S. patent application Ser. Nos. 09/789,366; 09/464,283; 09/439,603; 09/067,544; 09/748,936; 09/692,561; 09/675,700; 09/675,484; 09/514,425; 09/416,925; 09/384,792; 09/141,713 and Provisional Application Ser. Nos. 60/061,809 and 60/098,296 are incorporated herein by reference.

US Referenced Citations (209)
Number Name Date Kind
4366538 Johnson et al. Dec 1982 A
4485455 Boone et al. Nov 1984 A
4485460 Stambaugh Nov 1984 A
4589063 Shah et al. May 1986 A
4700185 Balph et al. Oct 1987 A
4991133 Davis et al. Feb 1991 A
5056058 Hirata et al. Oct 1991 A
5058110 Beach et al. Oct 1991 A
5097442 Ward et al. Mar 1992 A
5163131 Row et al. Nov 1992 A
5212778 Dally et al. May 1993 A
5280477 Trapp Jan 1994 A
5289580 Latif et al. Feb 1994 A
5303344 Yokoyama et al. Apr 1994 A
5412782 Hausman et al. May 1995 A
5418912 Christenson May 1995 A
5448566 Richter et al. Sep 1995 A
5485579 Hitz et al. Jan 1996 A
5506966 Ban Apr 1996 A
5511169 Suda Apr 1996 A
5517668 Szwerinski et al. May 1996 A
5524250 Chesson et al. Jun 1996 A
5535375 Eshel et al. Jul 1996 A
5548730 Young et al. Aug 1996 A
5566170 Bakke et al. Oct 1996 A
5574919 Netravali et al. Nov 1996 A
5588121 Reddin et al. Dec 1996 A
5590328 Seno et al. Dec 1996 A
5592622 Isfeld et al. Jan 1997 A
5598410 Stone Jan 1997 A
5619650 Bach et al. Apr 1997 A
5629933 Delp et al. May 1997 A
5633780 Cronin et al. May 1997 A
5634099 Andrews et al. May 1997 A
5634127 Cloud et al. May 1997 A
5642482 Pardillos Jun 1997 A
5664114 Krech, Jr. et al. Sep 1997 A
5671355 Collins Sep 1997 A
5678060 Yokoyama et al. Oct 1997 A
5682534 Kapoor et al. Oct 1997 A
5692130 Shobu et al. Nov 1997 A
5699317 Sartore et al. Dec 1997 A
5699350 Kraslavsky Dec 1997 A
5701434 Nakagawa Dec 1997 A
5701516 Cheng et al. Dec 1997 A
5727142 Chen Mar 1998 A
5742765 Wong et al. Apr 1998 A
5749095 Hagersten May 1998 A
5751715 Chan et al. May 1998 A
5752078 Delp et al. May 1998 A
5758084 Silverstein et al. May 1998 A
5758089 Gentry et al. May 1998 A
5758186 Hamilton et al. May 1998 A
5758194 Kuzma May 1998 A
5768618 Erickson et al. Jun 1998 A
5771349 Picazo, Jr. et al. Jun 1998 A
5774660 Brendel et al. Jun 1998 A
5778013 Jedwab Jul 1998 A
5778419 Hansen et al. Jul 1998 A
5790804 Osborne Aug 1998 A
5794061 Hansen et al. Aug 1998 A
5802258 Chen Sep 1998 A
5802580 McAlpice Sep 1998 A
5809328 Nogales et al. Sep 1998 A
5809527 Cooper et al. Sep 1998 A
5812775 Van Seeters et al. Sep 1998 A
5815646 Purcell et al. Sep 1998 A
5828835 Isfeld et al. Oct 1998 A
5848293 Gentry et al. Dec 1998 A
5872919 Wakeland et al. Feb 1999 A
5878225 Bilansky et al. Mar 1999 A
5892903 Klaus Apr 1999 A
5898713 Melzer et al. Apr 1999 A
5913028 Wang et al. Jun 1999 A
5920566 Hendel et al. Jul 1999 A
5930830 Mendelson et al. Jul 1999 A
5931918 Row et al. Aug 1999 A
5935205 Murayama et al. Aug 1999 A
5937169 Connery et al. Aug 1999 A
5941969 Ram et al. Aug 1999 A
5941972 Hoese et al. Aug 1999 A
5950203 Stakuis et al. Sep 1999 A
5987022 Geiger et al. Nov 1999 A
5991299 Radogna et al. Nov 1999 A
5996013 Delp et al. Nov 1999 A
5996024 Blumenau Nov 1999 A
6005849 Roach et al. Dec 1999 A
6009478 Panner et al. Dec 1999 A
6016513 Lowe Jan 2000 A
6021446 Gentry et al. Feb 2000 A
6021507 Chen Feb 2000 A
6026452 Pitts Feb 2000 A
6034963 Minami et al. Mar 2000 A
6038562 Anjur et al. Mar 2000 A
6041058 Flanders et al. Mar 2000 A
6041381 Hoese Mar 2000 A
6044438 Olnowich Mar 2000 A
6047323 Krause Apr 2000 A
6047356 Anderson et al. Apr 2000 A
6049528 Hendel et al. Apr 2000 A
6057863 Olarig May 2000 A
6061368 Hitzelberger May 2000 A
6065096 Day et al. May 2000 A
6067569 Khaki et al. May 2000 A
6070200 Gates et al. May 2000 A
6078733 Osborne Jun 2000 A
6097734 Gotesman et al. Aug 2000 A
6101555 Goshey et al. Aug 2000 A
6111673 Chang et al. Aug 2000 A
6115615 Ota et al. Sep 2000 A
6122670 Bennett et al. Sep 2000 A
6141701 Whitney Oct 2000 A
6141705 Anand et al. Oct 2000 A
6145017 Ghaffari Nov 2000 A
6157955 Narad et al. Dec 2000 A
6172980 Flanders et al. Jan 2001 B1
6173333 Jolitz et al. Jan 2001 B1
6202105 Gates et al. Mar 2001 B1
6223242 Sheafor et al. Apr 2001 B1
6226680 Boucher et al. May 2001 B1
6246683 Connery et al. Jun 2001 B1
6247060 Boucher et al. Jun 2001 B1
6279051 Gates et al. Aug 2001 B1
6289023 Dowling et al. Sep 2001 B1
6298403 Suri et al. Oct 2001 B1
6324649 Eyres et al. Nov 2001 B1
6334153 Boucher et al. Dec 2001 B2
6343360 Feinleib Jan 2002 B1
6345301 Burns et al. Feb 2002 B1
6345302 Bennett et al. Feb 2002 B1
6356951 Gentry et al. Mar 2002 B1
6370599 Anand et al. Apr 2002 B1
6385647 Willis et al. May 2002 B1
6389468 Muller et al. May 2002 B1
6389479 Boucher May 2002 B1
6393487 Boucher et al. May 2002 B2
6421742 Tillier Jul 2002 B1
6421753 Hoese et al. Jul 2002 B1
6427169 Elzur Jul 2002 B1
6427171 Craft et al. Jul 2002 B1
6427173 Boucher et al. Jul 2002 B1
6434620 Boucher et al. Aug 2002 B1
6434651 Gentry, Jr. Aug 2002 B1
6449656 Elzur et al. Sep 2002 B1
6453360 Muller et al. Sep 2002 B1
6470415 Starr et al. Oct 2002 B1
6473425 Bellaton et al. Oct 2002 B1
6480489 Muller et al. Nov 2002 B1
6487202 Klausmeier et al. Nov 2002 B1
6487654 Dowling Nov 2002 B2
6490631 Teich et al. Dec 2002 B1
6502144 Accarie Dec 2002 B1
6523119 Pavlin et al. Feb 2003 B2
6526446 Yang et al. Feb 2003 B1
6570884 Connery et al. May 2003 B1
6591302 Boucher et al. Jul 2003 B2
6591310 Johnson Jul 2003 B1
6648611 Morse et al. Nov 2003 B2
6650640 Muller et al. Nov 2003 B1
6657757 Chang et al. Dec 2003 B1
6658480 Boucher et al. Dec 2003 B2
6678283 Teplitsky Jan 2004 B1
6681364 Calvignac et al. Jan 2004 B1
6687758 Craft et al. Feb 2004 B2
6697366 Kim Feb 2004 B1
6697868 Craft et al. Feb 2004 B2
6751665 Philbrick et al. Jun 2004 B2
6757746 Boucher et al. Jun 2004 B2
6765901 Johnson et al. Jul 2004 B1
6807581 Starr et al. Oct 2004 B1
6842896 Redding et al. Jan 2005 B1
6912522 Edgar Jun 2005 B2
6937598 Hagirahim et al. Aug 2005 B1
6938092 Burns Aug 2005 B2
6941386 Craft et al. Sep 2005 B2
6965941 Boucher et al. Nov 2005 B2
6996070 Starr et al. Feb 2006 B2
7042898 Blightman et al. May 2006 B2
7076568 Philbrick et al. Jul 2006 B2
7089326 Boucher et al. Aug 2006 B2
7093099 Bodas et al. Aug 2006 B2
7124205 Craft et al. Oct 2006 B2
7133940 Blightman et al. Nov 2006 B2
7167926 Boucher et al. Jan 2007 B1
7167927 Philbrick et al. Jan 2007 B2
7174393 Boucher et al. Feb 2007 B2
7185266 Blightman et al. Feb 2007 B2
7191241 Boucher et al. Mar 2007 B2
7191318 Tripathy et al. Mar 2007 B2
7237036 Boucher et al. Jun 2007 B2
7254696 Mittal et al. Aug 2007 B2
7284070 Boucher et al. Oct 2007 B2
20010025315 Jolitz Jan 2001 A
20010004354 Jolitz Jun 2001 A1
20010013059 Dawson et al. Aug 2001 A1
20010014892 Gaither et al. Aug 2001 A1
20010014954 Purcell et al. Aug 2001 A1
20010048681 Bilic et al. Dec 2001 A1
20010053148 Bilic et al. Dec 2001 A1
20020073223 Darnell et al. Jun 2002 A1
20020112175 Makofka et al. Aug 2002 A1
20030066011 Oren Apr 2003 A1
20030110344 Szezepanek et al. Jun 2003 A1
20030165160 Minami et al. Sep 2003 A1
20040054814 McDaniel Mar 2004 A1
20040059926 Angelo et al. Mar 2004 A1
20040153578 Elzur Aug 2004 A1
20040213290 Johnson et al. Oct 2004 A1
20040246974 Gyugyi et al. Dec 2004 A1
Foreign Referenced Citations (11)
Number Date Country
WO 9850852 Nov 1998 WO
WO 9904343 Jan 1999 WO
WO 9965219 Dec 1999 WO
WO 0013091 Mar 2000 WO
WO 0104770 Jan 2001 WO
WO 0105107 Jan 2001 WO
WO 0105116 Jan 2001 WO
WO 0105123 Jan 2001 WO
WO 0140960 Jun 2001 WO
WO 0159966 Aug 2001 WO
WO 0186430 Nov 2001 WO
Related Publications (1)
Number Date Country
20040240435 A1 Dec 2004 US
Provisional Applications (2)
Number Date Country
60098296 Aug 1998 US
60061809 Oct 1997 US
Continuations (3)
Number Date Country
Parent 09789366 Feb 2001 US
Child 10881271 US
Parent 09439603 Nov 1999 US
Child 09464283 US
Parent 09067544 Apr 1998 US
Child 09439603 US
Continuation in Parts (9)
Number Date Country
Parent 09464283 Dec 1999 US
Child 09789366 US
Parent 09748936 Dec 2000 US
Child 09789366 Feb 2001 US
Parent 09692561 Oct 2000 US
Child 09748936 US
Parent 09675700 Sep 2000 US
Child 09692561 US
Parent 09675484 Sep 2000 US
Child 09675700 US
Parent 09514425 Feb 2000 US
Child 09675484 US
Parent 09416925 Oct 1999 US
Child 09514425 US
Parent 09141713 Aug 1998 US
Child 09416925 US
Parent 09384792 Aug 1999 US
Child 09789366 Feb 2001 US