The present invention relates generally to transferring data packets in a multi-node computer system, and more specifically to a system and method for routing data packets through a local network interface controller.
Conventional operating systems (OS) are commonly designed on the assumption that the computer system on which they run is symmetrical. In a Symmetrical Multiprocessor (SMP), such as Sun UE1000, processors have uniform access to memory independent of the processor or the memory address. Similarly, an input/output (I/O) driver running on any processor has uniform access to any I/O device in the system.
Many modern computer systems are not truly symmetrical. A typical example would be a system including central processor unit (CPU) nodes and I/O nodes connected to switches, which in turn connect through a fast network to other switches and nodes. All CPU nodes can access all I/O nodes, so the system is symmetrical to the extent required to run conventional OS. However, a CPU node can access an I/O node which is connected to the same switch as the CPU node more quickly than one connected to another switch. Conventional OS do not provide support for the concept of a CPU automatically accessing the closest appropriate resource (known as “processor affinity”). That is, they do not ensure that software running on a CPU node will always access an I/O node which is connected to the same switch as the CPU node. As a result, accesses from some CPU nodes have to cross a system interconnect to access a remote network interface controller (NIC), whereas an access to a local NIC could be used instead. This results in higher latencies for transmission over the network and unnecessary use of bandwidth on the system interconnect.
The present invention includes a distributed multi-node computer system comprising a plurality of central processor unit (CPU) nodes, input/output (I/O) nodes, and memory nodes connected via an interconnect (as shown in FIG. 1). The interconnect further comprises a plurality of interlinked switches. Each switch provides routing of data packets between CPU nodes, I/O nodes, and memory nodes. Each switch is connected through a corresponding I/O node to a NIC for transferring data packets on a network. Each NIC is memory-mapped. Part of the system address space forms a send window for each NIC connected to a corresponding switch (as shown in FIG. 2). A CPU transmits data packets over the network by writing them to a NIC send window. A mechanism for controlling data packets transmission is defined such that each CPU write a to a NIC send window is atomic and self-defining, i.e., it does not rely on an immediately preceeding write determine where the data packet should be sent. The destination of the data packet and other properties of its transmission might be encoded within the data packet written to the send window. NICs connected to the switches in the system are configured to interpret CPU writes to send windows in the same way. This ensures that writing a data packet to the NIC send window will have the same effect whichever NIC it is written to. The well-known concept of “address aliasing” is used on part of the NIC send window so that the CPU writes to the aliased part of the send window are always directed to the NIC connected to the same switch as the CPU which does the writes. As a result, CPU writes to a NIC are directed to the NIC closet to a CPU regardless of which NIC software running on the CPU attempts to access. Accordingly, better performance is achieved in the distributed multi-node computer system.
Referring now to
Each switch 130 has a local switch ID (SWID) indicating the ID of switch 130 in the system 100. Each SWID may be determined by binary bits, which are either logical high or logical low. For example, as shown in
Each switch 130 shown in
System 100 further comprises a software driver 160 that causes CPU node 110 to issue a processor input/output (PIO) write reference to NIC 85. Software driver 160 can be implemented as software or hardware.
Referring now to
CPU 110 transmits data packets over the network 90 by writing them to NIC send window 27. A mechanism for controlling data packet transmission is defined such that each PIO write reference to NIC send window 27 is atomic and self-defining. That is, each PIO write does not rely on an immediately preceding PIO write to determine where the data packet should be sent. All the information required to transmit data packets is sent in a single PIO write to the NIC 85. As a way of an example, this information may include a network destination, a data packet, a protocol header, etc. The destination of data packets and other information might be encoded within the data packet written to the NIC send window 27. In an alternative embodiment, the destination of data packets may be indicated by the offset (not shown) within the NIC send window 27. In one embodiment of the present invention, a write combining attribute is used to send a data packet in a single transfer. It should be understood that other methods could be utilized to send a data packet in a single transfer to NIC 85. The NICs 85 connected to switches in the system 100 are configured to interpret writes to their send windows 27 in the same way. This ensures that writing a data packet to the NIC send window 27 will have the same effect whichever NIC 85 it is written to.
In the NIC window 27, regions labeled NIC 0, NIC 1, NIC 2, and NIC 3 are directly memory-mapped. As previously described, NIC 0 connects to switch 0 through a corresponding I/O node, NIC 1 connects to switch 1 through a corresponding I/O node, NIC 2 connects to switch 2 through a corresponding I/O node, and NIC 3 connects to switch 3 through a corresponding I/O node. A PIO write reference to the space labeled NIC 0 in NIC send window 27 will be routed directly to the NIC 85 attached to switch 0. Similarly, a PIO write reference to the space labeled NIC 2 will be routed directly to the NIC 85 attached to switch 2. A PIO write reference to a region in the NIC send window 27 labeled “LOCAL NIC ALIAS” will be routed to the NIC attached to the same switch as the CPU that issued the PIO write reference.
A region marked UNUSED is a hole in the address map 200 to allow the LOCAL NIC ALIAS area to be naturally aligned with NIC 0 window. As shown in
Referring now to
NIC Base field 10 is used to determine whether the PIO write reference is made to NIC 85 by comparing it to a NIC base register (not shown in FIG. 3). If the contents of NIC base field 10 match to the NIC base register, it indicates that the request is made to NIC 85. NIC base register 5 is described below in more detail in connection with FIG. 4.
SWID field 20 is preferably set to a specified value at system initialization time. In one embodiment, a specified value stored in SWID field 20 is zero “000”. In one embodiment, the SWID field 20 is 3 bits wide. It should be understood that “000” is just an example value and the SWID field 20 can store any arbitrary number. When it is determined that the PIO reference is made to NIC 85, the SWID field 20 is examined to see if it has a specified value which indicates the Local NIC Alias.
NIC size field 30 specifies the size of the NIC send window 27 in the MMIO 25. NIC send window 27 is a power of 2 in size and is naturally aligned. Cache line offset 40 indicates the size of a cache line in the MMIO window 25.
Referring now to
Each switch 130 further comprises NIC base register 5. NIC BASE register 5 is programmed to indicate where the NICs 85 shown in
Each switch 130 further comprises an alias decoder 2 adapted to decode address 50 used in a PIO write reference. Although only one alias decoder 2 is shown in
Address decoder 4 is adapted to receive the modified address 50a and to route the data packet to the modified address 50a. Modified address 50a includes an address of a NIC local to the switch that is connected to CPU 110 that issued the PIO write reference. As an illustrative example, if CPU 110 connected to switch 1 issued the PIO write reference, the reference will be routed to NIC 1 connected to switch 1. Switch 130 further comprises a crossbar (XBAR) 6, coupled to the address decoder 4. XBAR 6 routes PIO write requests from one port to another.
Referring now to
The PIO write reference arrives on port 9 of switch 130 (shown in FIG. 4). Alias decoder 2 receives 530 address 50 used in the PIO write reference. In step 540, a logical comparison is performed between NIC BASE field 10 and NIC BASE register 5. NIC BASE register 5 indicates where NICs 85 are mapped in the MMIO window 25. If the contents of NIC BASE field 10 are equal to NIC BASE register 5, it indicates that the PIO write reference is made to NIC 85. The SWID field of the address 50 is then examined 550 to see if it has a specified value indicating a Local NIC Alias.
If the determination of the previous step is positive, alias decoder replaces 555 the SWID field of the address with local SWID 18 and generates modified address 50a (shown in FIG. 4). Modified address 50a preferably has the same fields as the received address 50. Modified address 50a indicates the address of a NIC local to a switch that is connected to the CPU 110 that issued the PIO write reference.
Address decoder 4 receives 560 the modified address having the local SWID, and routes the PIO write reference to its destination as indicated in the modified address 50a, and the process ends 570. As a result, the PIO write reference is routed to the NIC that is the closest to the CPU that issued the request, regardless of which NIC is targeted by the PIO write reference. If, however, the PIO write reference is not made to NIC 85, the address is passed 580 as unmodified to address decoder 4.
Thus, the present invention benefically allows software driver 160 always to use the nearest NIC to the CPU it is currently running on, without the need to understand the topology of the system. The operating system may software driver 160 between CPUs without the software driver's 160 knowledge, but each independent transfer of a data packet to the network 90 will always go through the NIC connected to the switch to which the current CPU is connected.
This application claims priority under 35 U.S.C. § 119(e) from U.S. provisional application No. 60/301,886, entitled “HARDWARE MECHANISM TO IMPROVE PERFORMANCE IN A MULTI-NODE COMPUTER SYSTEM”, filed on Jun. 29, 2001 by Jeremy J. Farrell, Kazunori Masuyama, Sudheer Miryala, and Patrick N. Conway, which provisional application is incorporated herein by this reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5175839 | Ikeda et al. | Dec 1992 | A |
5465338 | Clay | Nov 1995 | A |
5561780 | Glew et al. | Oct 1996 | A |
5592671 | Hirayama | Jan 1997 | A |
5727150 | Laudon et al. | Mar 1998 | A |
5761460 | Santos et al. | Jun 1998 | A |
5829032 | Komuro et al. | Oct 1998 | A |
5859985 | Gormley et al. | Jan 1999 | A |
5887134 | Ebrahim | Mar 1999 | A |
6006255 | Hoover et al. | Dec 1999 | A |
6014690 | VanDoren et al. | Jan 2000 | A |
6026472 | James et al. | Feb 2000 | A |
20020184345 | Masuyama et al. | Dec 2002 | A1 |
20020186711 | Masuyama et al. | Dec 2002 | A1 |
20030005070 | Narasimhamurthy et al. | Jan 2003 | A1 |
20030005156 | Miryala et al. | Jan 2003 | A1 |
20030007457 | Farrell et al. | Jan 2003 | A1 |
20030007493 | Oi et al. | Jan 2003 | A1 |
20030023666 | Conway et al. | Jan 2003 | A1 |
Number | Date | Country | |
---|---|---|---|
20030007457 A1 | Jan 2003 | US |
Number | Date | Country | |
---|---|---|---|
60301886 | Jun 2001 | US |