The present invention relates generally to a server environment and more specifically to adapters utilized in such an environment.
The present application is related to the following copending U.S. patent applications:
U.S. patent application, Ser. No. 10/096,363, 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.
U.S. patent application, Ser. No. 11/974,430, entitled “System and Method for Computing a Blind Checksum in a Host Ethernet Adapter (HEA)”, filed on even date herewith and assigned to the assignee of the present invention.
The internet and its applications have tremendously increased the number of clients' requests a server has to satisfy. Each client's request generates both network and storage I/Os. In addition, the advent of 10 gigabit Ethernet and IP storage makes it possible to consolidate the data center communications on a single backbone infrastructure: Ethernet, TCP/IP.
However, TCP/IP protocol at 10 gigabit speed consumes tremendous processing and memory bandwidth in the mainstream servers, therefore severely limiting server's ability to run applications.
In today's server network interface controllers (NICs) limited offloading of functions such as TCP and IP checksums, Large Send (or TCP Segmentation Offload) is supported. However, these functions are adequate up to 1 G, but do not solve the problem for higher speeds such as 10 G and higher.
It is known to use a TCP offload engine to totally offload the complete TCP/IP protocol stack from the server. However, the TOE's implementation is generally implemented in hardware or in picocode in pico processor architectures which are relatively complex. There are also debugging, problem determination and stack maintainability issues. In addition, there are scability issues when using picocode because picoengines do not follow main processor roadmap. Finally, the offload engines typically introduce new protocols and APIs and thus require changes in applications as well as interoperability issues.
Accordingly, what is needed is a system and method for allowing for high bandwidth data in an Ethernet environment that overcomes the above-identified problems. The present invention addresses such a need.
An Ethernet adapter is disclosed. The Ethernet adapter comprises a plurality of layers for allowing the adapter to receive and transmit packets from and to a processor. The plurality of layers include a demultiplexing mechanism to allow for partitioning of the processor.
A Host Ethernet Adapter (HEA) is an integrated Ethernet adapter providing a new approach to Ethernet and TCP acceleration. A set of TCP/IP acceleration features have been introduced in a toolkit approach: Servers TCP/IP stacks use these accelerators when and as required. The interface between the server and the network interface controller has been streamlined by bypassing the PCI bus.
The HEA supports network virtualization. The HEA can be shared by multiple OSs providing the essential isolation and protection without affecting its performance.
The present generally to a server environment and more specifically to adapters utilized in such an environment. 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.
The HEA 110 is an integrated Ethernet adapter. A set of accelerator features are provided in a TCP/IP stack within the server. The interface 100 between the processor 102 and the interface adapter chip 106 has been streamlined by bypassing the PCI bus and providing interface techniques that enable demultiplexing and multiqueueing and packet header separation.
The HEA 110 achieves unmatched performance level by being directly connected to the GX+ bus and therefore enjoying a tremendous bandwidth (55.42 Gbps at 866 Mhz) to really support the full 40 Gbps bandwidth of two 10 Gbps ports. Note that a 64 bits PCI-X 133 MHz bus is limited to 8.51 Mbps and at least a PCI Express x8 bus is required to match the throughput of two 10 Gbps ports. Being on the GX bus also removes intermediate logic and therefore improves transfer latency.
In so doing an Ethernet adapter is provided that allows for improved functionality with high speed system while allowing for compatibility with legacy server environments. Some of the key features of this improved functionality are described hereinbelow.
Acceleration Functions
The HEA 110 supports advanced acceleration features. One key observation is that the current acceleration functions perform adequately on the transmit side (i.e., transmitting packets from the processor) but are not adequate on the receive side (ie receiving packets via the adapter). The HEA 110 addresses this gap by introducing new features such as Packet Demultiplexing and Multiqueueing, and Header separation.
All of the HEA 110 new features are optional; it is up to the TCP/IP stack to take advantage of them if and when required. For example, a TCP/IP stack can use the HEA 110 and take advantage of the other features of HEA such as throughput, low latency and virtualization support.
Packets Demultiplexing and Multiqueueing
Multiqueueing and Demultiplexing is the key feature to support functions such as virtualization, per connection queueing, and OS bypass. HEA demultiplexing uses the concept of Queue Pairs, Completion Queues and Event Queues. Enhancements have been added to better address OS protocol stacks requirements and short packet latency reduction.
Depending upon system requirements and configuration, HEA can demultiplex incoming packets based on:
The HEA 110 is capable of separating the TCP/IP header from the data payload. This feature allows the header to be directed to the protocol stack for processing without polluting the received buffers posted by the applications.
Enhanced Features
Many enhanced features are provided by the HEA 110 in the server environment. Some of these features are listed below.
1. Multiple Receive Queue: The Queue Pair concept is extended to support more than one receive queue per pair. This enables the stack to better manage its buffer pool memory. For example, one queue can be assigned to small packets, one to medium packets and one to large packets. The HEA 110 will select the ad hoc queue according to the received packet size.
2. Low Latency Queue: On the transmit side a descriptor (WQE) may contain immediate data, in such case no indirection, i.e., no additional DMA from system memory is required to send the data. On the receive side, low latency queues doe not supply buffers but rather receive immediate packet data. The HEA 110 writes directly to the receive queue. Short packets take advantage of this feature leading to a dramatic reduction of DMA operations: one single DMA write per packet as opposed to one DMA read and one DMA write per packet.
3. Receive low latency queues are also used to support the packet header separation: the header is written in the low latency queue while the payload is DMAed to a buffer indicated in the ad-hoc receive queues.
In summary, Demultiplexing and Multiqueueing, and Packet Header Separation are the basic building blocks to virtualization and provide low latency operation. Furthermore, it should be noted that these features can also be used to improve traditional OS protocol stack performance, for example, per-connection queueing allows for the removal of code and more importantly reduces the memory accesses—and associated stalls/cache pollution—consumed to locate the appropriate information in memory.
To describe the features of the HEA 110 in more detail refer now to the following description in conjunction with the accompanying figures.
The second layer comprises a Packet Acceleration and Virtualization Layer 204. The layer 204 provides for receiving packets and demultiplexing the flow of packets for enabling virtualization. The layer 204 enables virtualization or partitioning of the operating system of a server based upon the packets. The layer 204 also provides packet header separation to enable zero copy operations and therefore provide improved latency. Also since layer 204 interacts directly with the private bus (Gx) through the Host Interface Layer 206, a low latency, high bandwidth connection is provided.
The third layer comprises the Host Interface Layer 206. The Host Interface Layer 206 provides the interface to the Gx or private bus of the processor and communicates with layer 204. The layer 206 provides for multiple receive sub-queues per Queue Pair (QP) to enable effective buffer management for a TCP stack. The host layer 206 provides the context management for a given flow of data packets.
To describe the features of each of the layers 202, 204 and 206 of the HEA 100 in more detail refer now to the following discussions in conjunction with the accompanying figures.
MAC and Serdes Layer 202
Receive Ethernet Function (RxNet) Overview
This section shows the high level structure and flow through the receive Ethernet function within layer 202. The Rx accelerator unit 400 as will be explained in more detail hereinafter is part of Packet Acceleration and Virtualization layer 204.
As data flows through the RxAccel unit 400 to the data buffers within the host layer 206, the RxAccel unit 400 snoops on the control and data and starts its processing. The data flow is delayed in the RxAccel unit 400 such that the results of the RxAccel unit 400 are synchronized with the end of the packet. At this time, the results of the RxAccel unit 400 are passed to a command queue along with some original control information from the MAC 302. This control information is stored along with the data in the buffers.
If the RxAccel unit 400 does not have the lookup entry cached, it may need to go to main memory through the GX bus interface. The GX bus operates at 4.6 ns. The host layer 206 can asynchronously read the queue pair resolution information from the RxAccel unit 400.
Transmit Ethernet Function (TxEnet) Overview
This section provides an overview of the transmit structure and flow through Ethernet and Acceleration functions. The Tx accelerator unit 500 as will be explained in more detail hereinafter is part of Packet Acceleration and Virtualization layer 204.
Packet Acceleration and Virtualization Layer 204
Receive Acceleration (RxAccel) Unit 400
This section describes the high level structure through the RxAccel unit 400.
Data flows through the RxAccel unit 400 from the receive MAC unaltered. The RBB 402 manages the flow of data and is responsible for the clock and data bus width conversion functions. Control and Data received from the receive MAC is used by the PFC 404 to perform acceleration functions and to make a discard decision. The PFC 404 passes control and data extracted from the frame, including the 5-tuple key, to the LLU 406 in order to resolve a Queue Pair number (QPN) for the RBB 402. The LLU 406 either finds the QPN immediately or allocates a cache entry to reserve the slot. If the current key is not in the cache, the LLU 406 searches for the key in main memory. The PFC 404 interfaces to the MIB database 410 to store packet statistics.
Tx Acceleration 500
This section describes the high level structure and flow through the Transmit Acceleration unit 500 (TxAccel).
Host Interface Layer 206
Demultiplexing Function
The Rx unit 400 of layer 204 in conjunction with components of the host interface layer 206 demultiplexes the packets to ensure they are provided to the appropriate portion of the processor. Accordingly, the received packets must be demultiplexed to ensure that they flow to the appropriate portion of the server.
To describe the details of this demultiplexing function refer now to the following in conjunction with
Demultiplexing Implementation on the HEA Adapter
Before the Receive Packet Processor (RPP) 606 can work on a received packet, the queue pair context must be retrieved. The QP connection manager does this using a QP number. Since QP numbers are not transported in TCP/IP packets, the number must be must be determined by other means. There are two general classes of QPs, a per-connection QP and a default QP.
Per-connection Queue Pairs (QPs)
Per-connection QP is intended to be used for long-lived connections where fragmentation of the IP packets is not expected and for which low-latency is expected. It requires that the application supports a user-spacing queueing mechanism provided by the HEA 110. In this embodiment the logical port must first be found using the destination MAC address. Three types of lookup exist for per-connection QP:
1. New TCP connections for a particular destination IP address and destination TCP port. A lookup is performed based on the TCP/IP (DA, DP, Logical port) if the packet was a TCP SYN packet.
2. New TCP connections for a particular destination TCP port only (disregarding DA). A lookup is performed based on the TCP/IP (DP, Logical port) if the packet was a TCP SYN packet.
3. Existing TCP/UDP connection. A lookup is performed based on the TCP/IP 5-tuple plus the logical port if the packet was a non-fragmented unicast TCP or UDP packet.
Default Queue Pairs
Default QP are used if no per-connection QP can be found for the packet or if per-connection lookup is not enabled for a MAC address or if the packet is a recirculated multicast/broadcast packet. Generally default QP are handled by the kernel networking stack. These types of default QPs exist in the HEA 110:
1. Default OS queue per logical port. A logical port corresponds to a logical Ethernet interface with its own default queue. Each logical port has a separate port on the logical switch.
A lookup is performed based on MAC address.
A direct index (logical port number) to the default OS queue is provided with recirculated (wrapped) multicast/broadcast packets.
2. Multicast (MC) or Broadcast (BC) queue.
A configured value if the packet is a multicast or broadcast packet which does not match one of the MAC addresses in the MAC lookup table.
3. Super-default Unicast (UC) queue.
If a UC packet does not match one of the configured MAC addresses, a default UC QPN may be used.
This mechanism allows for flexibility between the two extremes of queueing per connection and queueing per logical port (OS queue). Both models can operate together with some connections having their own queueing and some connections being queued with the default logical port queues.
Connection lookup is performed by the RxAccel unit 400. One such unit exists for each port group. Within the RxAccel unit 400, each component performs a portion of the process. The PFC 404 extracts the needed fields from the packet header and determines the logical port number based on the destination MAC address. The Local Lookup Unit (LLU) 406 and Remote Lookup Unit (RLU) 408 are then responsible for resolving the QP number. The LLU 406 attempts to find a QPN using local resources only (cache and registers).
The purpose of the LLU 406 is to attempt to determine the QP number associated with the received packet. The QP number is required by the VLIM and RPP 606. It performs this task locally if possible (i.e. without going to system memory).
The QP number can be found locally in one of several ways:
If no match is found locally, then a preliminary check is made to see if the entry might be in present in system memory. If so, the RLU 408 is invoked to perform the search. If the RLU 408 is busy, a queue of requests can be formed which will be provided to the RLU 408 as it becomes free.
The LLU 406 communicates with the RBB 402 providing the QP number and/or the queue index to use for temporary queueing. If no eligible entries are available in the cache, the LLU 406 indicates to the RBB 402 that the search is busy. The packet must be dropped in this case.
The LLU 406 provides the QPN to the host layer 406 when a queue index resolution is requested and has been resolved. The RLU 408 attempts to find a QPN using system memory tables.
The LLU 406 utilizes a local 64 entry cache in order to find the QPN for TCP/UDP packets. If the entry is found in the cache, the RLU 408 does not need to be invoked. If the entry is not found in the cache, a preliminary check is made in the cache to see if the entry might be in the connection table. The cache is useful for eliminating unnecessary accesses to main memory when there are a few number of configured queues.
If the RLU 408 is invoked, it uses a hash of a 6-tuple (including logical port number) to fetch an 128 byte Direct Table (DT) entry from memory. This DT entry contains up to eight 6-tuple patterns and associated QPN. If a match is found, no further action is required.
When the RLU 408 must be invoked, the QPN can not be determined on the fly as the packet is being placed into the input buffers. In fact the QPN may be determined several packets later. For this reason, the RxAccel unit 400 may either provide a QPN or a queue index to the host layer 206 for packet queueing. If a QPN is provided, then the host layer 206 (unloader) may queue the packet directly for work by the RPP. If a queue index is provided, then the host layer 206 must hold this packet to wait for resolution of the QPN. The QPN is always determined by the time the RPP is dispatched.
Virtualization
Because high speed data paths are likely to be shared by multiple partitions and because high speed Ethernet performance is critical on servers, it is crucial for the HEA to:
Partitions must be able to communicate transparently, i.e., the same way regardless of whether they are collocated on the same physical server or located on different physical servers connected by a real Ethernet.
Today Ethernet virtualization is supported by switching or routing in the Server partition owning the adapter, this extra hop creates performance bottlenecks (data copy, three drivers driver, . . . ). The HEA 110 is designed to provide direct data and control paths (no extra hop) between the using partitions and the adapter. In other words, the HEA provides each partition with its own “virtual” adapter and “logical” ports. As with HCA, all HEA resources and functions can be allocated/enabled per partition, the exact same mechanisms are used to provide inter partitions protection and isolation.
Data Path
Regarding the data path, as shown in
To support the above flows, a convenient way to think is to picture a logical Layer 2 switch 902 and 904 to which all the logical ports associated to a given physical port as well as the physical port itself are attached. The issue is how and where this logical switch is implemented, alternatives span from a complete emulation in Firmware/Software to a complete implementation in the HEA hardware. There is one Logical Layer 2 switch per physical port; these logical switches are not connected together.
System Configurations
Virtualized HEA with Legacy OS TCP/IP Stacks
TCP/IP stack (OS) can be optionally enhanced to take advantage of features such as low latency queues for short packet or packets demultiplexing per TCP connection. As seen the demultiplexing of packets are performed based upon the MAC address and the QPN per partiton.
Virtualized HEA with Legacy OS Stacks and User Space TCP/IP
The logical switch is completely supported in the adapter. To minimize the HEA hardware complexity, the HEA relies on a software entity, the Multicast manager, for Multicast/Broadcast packet replication. HEA provides assist to the Multicast manager to deliver packet copies to the destination partitions.
External Unicast Traffic
Transmit unicast traffic is handled through QPs allocated to the partitions. It an be a dedicated queue pair per connection or a single queue pair per logical port or both. Fair scheduling among the Send queues is provided by the HEA. Depending upon system configuration, the QP access can be granted to the application (User space) or only to the OS stack (Privileged).
Received unicast traffic is demultiplexed as follows:
The partition stack uses either the per connection QPs or default QP to transmit a packet. As the packet is processed by the HEA transmit side, the HEA detects that the destination MAC address is a MAC address associated to a logical port defined on the same physical port (in other words the destination MAC address identifies a receiving logical link belonging to the same Layer 2 Logical Switch than the transmit logical link). Therefore, the HEA wraps the packet. The HEA receive side then processes the packet as if it was received from the physical link and therefore the exact same acceleration features are used.
In the IP case, the IP stack can use regular mechanism to find out the destination MAC address of a destination partition located on the same IP subnet. This partition can be collocated on the same server or not, this is transparent for both the stack and device drivers.
External and Partition to Partition Multicast/Broadcast Traffic
The HEA has no provision for replicating multicast and broadcast packets to the interested partitions. Instead, it forwards all received MC/BC packets to QP owned by a Multicast Manager function. This function replicates the packets as required and uses the HEA transport capabilities to distribute the copies to the interested partitions.
Receive
To do so the Multicast Manager enqueues n—number of recipients—descriptors (WQE) referencing the received packet into its Send Queue. Note that the packet must be sent intact to its recipients, in particular it is not acceptable to replace the multicast destination MAC address by the unicast address of its various recipients. Therefore, the packet descriptor must contain information so that the HEA can direct the packet to its proper destination. This information can be either the default QP of the recipient or its logical port ID or its MAC address. Once the packet is selected to be sent, the HEA transmit side determines thanks to information contained in both the QP and the WQE that the packet needs to be sent over the wrap. Along with the data, information to determine the recipient QP is transferred to the HEA receive side. HEA receive side uses this information to enqueue the packet to the recipient QP.
Transmit
On the receive side, the HEA provides Multicast filtering. The HEA like other “off the shelf” adapters provides best effort filtering based on a hash value of the destination MAC address and lookup into one filtering table per physical port. The intent of this function is to limit the multicast traffic, but the “final” filtering is left to the stack. In case of multi-partitions, the filtering requirements from all the involved partitions should be merged by the Multicast manager, then configured in the HEA.
The Multicast manager can then do the multicast filtering per partition when handling the packet distribution to the interested partitions.
Packet Header Separation
The HEA 110 is capable of separating the TCP/IP header from the data payload. This feature enables zero-copy operations and therefore improves latency.
Packet header separation is performed by the HEA 110 when configured in the QP context. When configured, an Ethernet/IP/TCP or Ethernet/IP/UDP header is separated from the body of the packet and placed in different memory. Normally, the TCP/IP stack processes the header and the application processes the body. Separation in hardware allows to align user data into the user buffer thus avoiding copies.
The PFC 404 within the layer 204 (
The QP must be configured for two or more receive queries (RQs).
If the packet is TCP or UDP (header length not zero), the RPP 606 places the header into the RQ1 WQE. The RPP 606 then chooses an appropriate RQ for the data part of the packet (RQ2 or RQ3). The descriptors in the RQ2 or RQ3 WQE are used to place the remaining data. The RPP 606 indicates that a CQE should be generated with the complete information. The header split flag is set. The correlator in the correlator field of the CQE is copied from the RQ2 or RQ3 WQE used. The count of header bytes placed in the first WQE is also put in the CQE.
If the header is larger than the available space in the RQ1 WQE, then the WQE is filled with as much data as possible and the Header Too Long flag is set in the CQE. The remainder of the header is placed with the data in the RQ2/RQ3 WQE.
When header split mode is set to ALL and header split is being performed (header length is non-zero), none of the body of the packet is ever placed in the RQ1 WQE. A QP may optionally be configured to place short packets entirely into the RQ1 WQE (header split mode=ML). If configured as such, if the packet length is less than the RQ2 Threshold, then only a RQ1 WQE is used and header separation is not performed. Note that the body is never split between RQ1 and RQ2/RQ3.
If the packet is an IP fragment or is not TCP or UDP (header length is zero) and the packet was too large to fit in the RQ1 WQE, then the entire packet is placed using the RQ2 or RQ3 WQE. The header count is set to zero. The header split flag is off. A RQ1 WQE is not consumed (unless competition information is to be placed in the RQ1 WQE).
Accordingly the HEA 110 is capable of separating the TCP/IP header from the data payload. This feature allows the header to be directed to the protocol stack for processing without polluting the received buffers posted by the applications and therefore reduces the latency period for certain transactions.
Accordingly, a Host Ethernet Adapter (HEA) in accordance with the present invention achieves unmatched performance level by being directly connected to the private bus of the processor and therefore having sufficient bandwidth (for example 55.42 Gbps at 866 MHz) to support the full 40 Gbps bandwidth of two 10 Gbps ports. By having the adapter on the private bus of the processor also removes intermediate logic and therefore improves transfer latency. Accordingly, a network interface controller (NIC) can be provided utilizing the HEA 110 which allows for higher speeds, lower latency and simpler logic than in conventional NICs.
Although the present invention has been described in accordance with the embodiments shown, one of ordinary skill in the art will readily recognize that there could be variations to the embodiments and those variations would be within the spirit and scope of the present invention. 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.
Number | Name | Date | Kind |
---|---|---|---|
5058110 | Beach et al. | Oct 1991 | A |
5430842 | Thompson et al. | Jul 1995 | A |
5442802 | Brent et al. | Aug 1995 | A |
5752078 | Delp et al. | May 1998 | A |
5983274 | Hyder et al. | Nov 1999 | A |
6400730 | Latif et al. | Jun 2002 | B1 |
6427169 | Elzur | Jul 2002 | B1 |
6510552 | Michel et al. | Jan 2003 | 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 |
6937574 | Delaney et al. | Aug 2005 | B1 |
6954463 | Ma et al. | Oct 2005 | B1 |
6970419 | Kalkunte | Nov 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 |
7062570 | Hong et al. | Jun 2006 | B2 |
7098685 | Agrawal et al. | Aug 2006 | B1 |
7124198 | Pinkerton | Oct 2006 | B2 |
7131140 | O'Rourke et al. | Oct 2006 | B1 |
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 et al. | Sep 2007 | B2 |
7274706 | Nguyen et al. | Sep 2007 | B1 |
7283528 | Lim et al. | Oct 2007 | B1 |
7286557 | Feuerstraeter et al. | Oct 2007 | B2 |
7292586 | Dewan et al. | Nov 2007 | B2 |
7292591 | Parker et al. | Nov 2007 | B2 |
7295553 | Saitoh | Nov 2007 | B2 |
7298761 | Hong | Nov 2007 | B2 |
7308006 | Banerjee et al. | Dec 2007 | B1 |
20010027496 | Boucher et al. | Oct 2001 | A1 |
20030026252 | Thunquest et al. | Feb 2003 | A1 |
20030088689 | Alexander et al. | May 2003 | A1 |
20030103499 | Davis et al. | Jun 2003 | A1 |
20030154399 | Zuk et al. | Aug 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 |
20040128398 | Pettey | Jul 2004 | A1 |
20040218623 | Goldenberg et al. | Nov 2004 | A1 |
20050022017 | Maufer et al. | Jan 2005 | 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 |
20060031600 | Ellis et al. | Feb 2006 | A1 |
20060120289 | Cunningham | Jun 2006 | A1 |
20060187928 | McGee et al. | Aug 2006 | A1 |
20060216958 | Yee et al. | Sep 2006 | A1 |
Number | Date | Country |
---|---|---|
03049488 | Jun 2003 | WO |
Number | Date | Country | |
---|---|---|---|
20060251120 A1 | Nov 2006 | US |