Adaptive routing in networks.
Abstract
A multi-dimensional, multi-nodal routing mechanism is described for relaying information from node to node using a header consisting of route descriptor bits. Each node's receiver/transmitter pair changes states as the information is guided to the destination node. The message is propagated over several nodes simultaneously to traverse the nodes and reach the destination node quickly. When the final node is reached, all alternate communication routes are freed.

Term
Term ended
Projected expiry passed 14 June 2010, 16.3 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
15 claims: 9 independent, 6 dependent
- 1A network comprising plural bi-directional communication links, inter-connecting processing nodes and, for those meeting at a node, selectively connectable by connecting logic at that node, the connecting logic being responsive to routing instructions in each message from one node to another in the network defining a sub-set of plural possible routes between those nodes to maintain the appropriate links connected for message transmission in one direction until released by receipt of response message in the other direction.
- 4A network as claimed in any preceding claim wherein the topology is regular and, for routing information therein, with current network information, between a transmitting and a target node, each processor in order that it may from time to time be a transmitting node is capable of executing a routine which determines the plurality of transmission link sequences on route to the target node;reserves a set thereof;builds a data transaction comprising the information and current network set information;and transmits the transaction to the connecting logic of the local node for continued transmission on each of the set of the plurality of reserved transmission links;continuing to transmit a portion of the transaction on each of the set of the plurality of reserved transmission links until no more information remains in the transaction;and repeats the routine with another set, if required, until the transaction reaches the target node.
- 6A network as claimed in either of claimed 4 or 5, wherein the routine further includes the step of reserving a set of the plurality of transmission links with enough bandwidth to continue broadcasting the information.
- 8Apparatus for routing information at a processing node in a regular topology network with current network information between a first and a second node thereof, the apparatus comprising:means for building a data transaction comprising the information and current network information;means for determining a plurality of transmission links on route to the second interconnected node;means for reserving a set of the plurality of transmission links on route to the second interconnected node;means for transmitting the transaction on each of the set of the plurality of reserved transmission links;means for continuing to transmit a portion of the transaction on each of the set of the plurality of reserved transmission links until no more information remains in the transaction;and means for reactivating the aforesaid means sequentially until the transaction reaches the second node.
Independent claims9
72 paragraphs, as filed
0001This invention generally relates to adaptive routing in networks and the effective routing of data between parallel computing elements through an interconnected network with multiple interconnecting paths (e.g. a multi-dimensional torus network).
0002The arrangement discussed herein addresses the problem of low-latency message processing found in today's parallel computers. Such a computer system consists of a large number of "nodes" interconnected via a high speed communication network. Each node generally consists of a processor and memory. The nodes operate independently and interact with each other by sending messages and blocks of data via the communication network.
0003The communication network interconnects the nodes, but because the number of nodes is potentially very large (e.g. thousands), it is impractical for each node to have a dedicated link to every other node in the system. Therefore, some regular topology of interconnecting links is usually employed, with each node having direct links to only a few neighbours. In such a network, in order to send information between nodes which are not directly connected a path must be found using intermediate nodes and the bridging links they provide.
0004Given such an environment, when one node needs to send a message to a non-adjacent node, there must be a mechanism for determining the intermediate links and nodes to use and for forwarding the message along those intermediate links with minimum delay. In a regular network, there may be many possible routes between two given nodes. The message delivery mechanism is able to select one route from the many possible, avoiding intermediate links and nodes which are busy or broken. Also, the message delivery mechanism is able to operate independently of the processor in each intermediate node.
0005In general, the network topology hereof is applicable to networking schemes having multiple nodes, with each node sharing communication links with its neighbours on all sides. An example of this type of a topological scheme is the multi-dimensional torus network.
0006Descriptions of parallel computing systems are found in US Patent 4,636,948, assigned to IBM; 4,514,807 to Tatsuo; 4,814,980 and 4,730,322 to California Institute of Technology; 4,811,214 to Princeton University; 4,814,979, 4,445,171 & 4,543,630 to Teradata; 4,748,660 to Jeumont-Schneider; and 4,598,400 to Thinking Machines Corp. These patents describe various architectures for parallel processing that represent earlier development of routing systems similar to the subject invention.
0007The arrangement disclosed hereinafter is designed to address the following requirements, heretofore never possible in a parallel processing environment. A key requirement is the ability to dynamically find the shortest available path and send a message over that path from any node to any other node in a multi-dimensional network, even if they are not directly connected. This capability is combined with a total transmission time which is only a fraction slower than the raw communication link speed. The communication link also requires the ability to dynamically adapt to changing network conditions including congestion and inoperative links, using alternate routes when required. Routing is accomplished without intermediate nodal buffering. This reduces costs and eliminates sequential searching when network resource blocking is encountered. Finally, any network resource must have the ability to be freed if the progress of the message is temporarily blocked.
0008Examples of prior art systems that failed to meet the requirements described above are found in such articles as Daily, et al., "The torus routing chip", Distributed Computing, Springer-Verlag, New York, 1986; and Chow et al., "Hyperswitch Network For the Hypercube Computer"; Computer Architecture News, Vol. 16, No. 2, May 1988.
0009The Torus article describes a parallel computing network routing chip that is specifically designed to provide low-latency routing in a multi-dimensional torus network. The chip pre-establishes an order in which the messages are routed through intermediate nodes to reach their destination. A technique known as "cut through" routing is employed. This technique forwards each byte as soon as it is received at an intermediate node. Thus, total transmission time approaches raw link speed and no buffering is required at the intermediate nodes. A more detailed description of "cut through" routing is contained in "A Framework for Adaptive Routing in Multicomputer Networks", ACM Symposium on Parallel Algorithms and Architecture, 1989.
0010The problem with the Torus chip and, more specifically, "cut through" routing, is that the pre-established routes are static, based only on the relative positions of the source and destination nodes. If any link in the route is broken, the message cannot be routed through the network, even if an alternate route could have been used. Also, if there is a contention for some of the links in the network, the forward progress of one or more messages is temporarily blocked. This could, in turn, block the forward progress of one or more messages. The blockage of these messages in turn impacts other messages since blocked messages do not free the paths they are using. Thus, there is no ability to free network resources if the progress of a message is temporarily blocked.
0011The Hyperswitch reference is used to route messages in a hypercube computer. The hypercube is a special case of the multi-dimensional torus wherein the number of nodes in each dimension always equals two. The hyperswitch network performs adaptive routing. Thus, before sending a message, a search of all possible paths is performed to identify routes which avoid congestion and broken links. This gives the hyperswitch routing the ability to dynamical ly adapt to changing network conditions and inoperative links. The routing also requires no buffering and has the added capability of freeing up network resources if blockages are detected in the initial investigation of the network.
0012As mentioned above, the capability described in the hyperswitch article is of use only with a hypercube computer. This is extremely limiting given today's multi-dimensional network implementations. Further, the hyperswitch's sequential preliminary search is undesirable overhead.
0013The subject invention is seen as having none of the aforementioned problems or limitations.
0014According to the present invention there is provided a network comprising plural bi-directional communication links, inter-connecting processing nodes and, for those meeting at a node, selectively connectable by connecting logic at that node, the connecting logic being responsive to routing instructions in each message from one node to another in the network defining a sub-set of plural possible routes between those nodes to maintain the appropriate links connected for message transmission in one direction until released by receipt of response message in the other direction.
0015The present invention equally provides apparatus for routing information at a processing node in a regular topology network with current network information between a first and a second node thereof, the apparatus comprising: means for building a data transaction comprising the information and current network information; means for determining a plurality of transmission links on route to the second interconnected node; means for reserving a set of the plurality of transmission links on route to the second interconnected node; means for transmitting the transaction on each of the set of the plurality of reserved transmission links; means for continuing to transmit a portion of the transaction on each of the set of the plurality of reserved transmission links until no more information remains in the transaction; and means for reactivating the aforesaid means sequentially until the transaction reaches the second node.
0016As disclosed hereinafter, in one such arrangement, employing identical routing mechanisms are located in every node of the system to efficiently route information from node to node. Each routing mechanism contains a transmitter/receiver pair coupled via a conventional crossbar (space) switch. Incorporated within each transmitter/receiver pair are bi-directional communication links with other adjacent nodes. Each transmitter/receiver pair contains dedicated links to the resident node's processor and memory.
0017Information is relayed from node to node using a header consisting of route descriptor bits. Each node's receiver/transmitter pair changes states as the information is guided to the destination node. The message is propagated over several nodes simultaneously to traverse the nodes and reach the destination node quickly. when the final nodal connection is accomplished, all subsequent communication links are freed via a command passed back over the network.
0018This provides the capability of sending messages from any one node to any other node in a multi-dimensional network, even if they are not directly connected, The routing occurs at a total transmission time which approaches the point-to-point link speed.
0019The routing is architected to dynamically adapt to changing network conditions including congestion and inoperative links using an alternative route when required and no buffering of messages is employed. The architecture is flexible enough to detect blocked messages and dynamically release network resources to alleviate constraints in the network.
0020The present invention will be described further by way of example with reference to an embodiment thereof as illustrated in the accompanying drawings, in which: <ul id="ul0001" list-style="none"><li>Figure 1 shows the network topology of a two-dimensional torus network;</li><li>Figure 2 is an illustration of the relationship between routing mechanisms and nodes thereof;</li><li>Figure 3 is an illustration of the internal structure of the routing mechanism;</li><li>Figure 4 is an illustration of a sample network;</li><li>Figure 5 is an illustration of a sample network search;</li><li>Figure 6 is an illustration of another sample network search;</li><li>Figure 7 is an illustration of another sample network search;</li><li>Figure 8 is an illustration of another sample network search;</li><li>Figure 9 is a flow chart illustrating the state changes for the receiver and injector modules;</li><li>Figure 10 is a flow chart illustrating the idle state for the transmitter and extractor modules;</li><li>Figure 11 is a flow chart illustrating the searching state for the transmitter and extractor modules;</li><li>Figure 12 is a flow chart illustrating the active state processing for the transmitter and extractor modules; and</li><li>Figure 13 is a flowchart illustrating the delayed state for the transmitter and extractor modules.</li></ul>
0021Figure 1 illustrates the topology of a two-dimensional torus. Each box 10 represents a node and each line 20 represents a communication link. In Figure 1, twenty nodes are interconnected in a five node by four node torus. A three-dimensional torus would have a plurality of two-dimensional networks logically stacked in the third dimension. Each node has two additional links, one to the counterpart in the two-dimensional torus above and one to the counterpart in the torus below. Larger dimensional torus networks are also possible.
0022The disclosed embodiment uses multiple, identical routing mechanisms which are associated, one for one, with every node in the system. Referring to Figure 2, the communication links between the nodes 10, 11, 12 and 13 connect directly with the routing mechanisms 200, 210, 220 and 230.
0023The communication links could be local area networks or any of a variety of other standard mediums of communication commonly employed today for communicating between nodes. The routing mechanism, processor and memory can be selected from any of a variety of commonly used processors and memory, such as the 80386 processor and compatible memory.
0024Each routing mechanism provides, in turn, a link to the corresponding node's processor or memory 100, 110, 120 and 130. Node 10 has each of its communication links 21, 22, 23 and 24 separately labelled to correlate with the detailed description of Figure 3.
0025The number of links supported by the routing mechanism is variable and depends on the dimensionality of the network. To simplify the explanation, assume a two-dimensional network as shown in Figure 1. In Figure 1, each node 10 is connected to its four adjoining nodes via a communication link 20. A later discussion explains the additions necessary to support additional dimensions.
0026Figure 3 shows the internal architecture of the routing mechanism for a two-dimensional torus. For a two-dimensional torus, each routing mechanism supports four bi-directional links incoming links 300 and outgoing links 320 to other routing mechanisms (in other nodes) and one special incoming link 310 and outgoing link 330 to the processor or memory of its own node. Since the links are bi-directional, five receivers 301, 302, 303, 304, 310 and five transmitters 321, 322, 323, 324, 330 are required. A crossbar switch 350 is shown as an example of the hardware used to switch the information between the various links. A space switch could be substituted for the crossbar switch.
0027Each link is appropriately labelled according to the direction the link sends data. Thus, the receiver for W+ 301 and the transmitter for W+ 321 correspond to communication link 21 in Figure 2, the receiver for W‾ 302 and the transmitter for W‾ 322 correspond to communication link 22, the receiver for X+ 303 and the transmitter for X+ 323 correspond to communication link 23, the receiver for X‾ 304 and the transmitter for X‾ 324 correspond to communication link 24. The "injector" 310 is a special receiver which receives data from the node's processor or memory rather than from another node. The "extractor" 330 is a special transmitter which sends data to the node's processor or memory rather than to another node.
0028The crossbar switch 350 provides one-to-many switching from the link receivers 301-310 to the link transmitters 321-330. To make connections, each receiver 301-310 presents a selection mask to the crossbar switch 350 indicative of the transmitter 321-330 it wants to transmit through. Connections are made by the crossbar switch 350 only if the particular transmitter is available. After a path is opened, a transmitter requests the crossbar switch to free the communication link that was previously connected.
0029The selection mask comprises a four bit command word that is presented to the crossbar switch by each receiver. If the selection mask is all zeros, the crossbar switch initiates a path from that receiver to the extractor. If the selection mask is non-zero, each bit is used to indicate whether a path should be opened to the corresponding transmitter. For example, a selection mask of 0001 tells the crossbar switch 350 to attempt to open a path from the receiver that presented the mask, say receiver 301, to the W+ transmitter 321. A selection mask of 1010 requests two paths, one from the receiver 301 to the W‾ transmitter 322, and one from the receiver 301 to the X-324 transmitter. when more than one path is opened through the crossbar switch 350, every byte generated by the receiver is sent to all connected transmitters.
0030Referring to FIG. 9, a flow chart is shown illustrating the state changes of the receiver and injector modules. Each receiver has two primary states -- IDLE and ACTIVE. when IDLE, the first byte received over a link marks the beginning of a message and causes that receiver to enter the ACTIVE state. Decision block 900 tests for a byte from the link or memory. If a byte is detected, the receiver enters the ACTIVE state. If not, the receiver returns to the IDLE State. In function block 910, the receiver uses the least significant nibble (four bits) of the "first received" byte as a selection mask (see above) for the crossbar switch. The selection mask, when presented to the crossbar switch, represents a set of desired paths to one or more transmitters.
0031Decision block 920 tests for busy or inoperable transmitters. If no transmitters are available, processing continues in function block 960 where a LINK-CLOSE command is sent backwards over the link. If at least one path through the crossbar switch is available, decision block 940 tests for an additional byte of data. If data exists, it is sent through the crossbar switch as shown in function block 950. If an additional byte does not exist, control is transferred to function block 960.
0032Referring to Figure 10, each transmitter has four states -- IDLE, SEARCHING, ACTIVE, and DELAYED. A transmitter starts in the IDLE state and remains in that state as long as it is not connected to any receivers via the crossbar switch as depicted in decision block 8000. In this state, it neither receives or transmits data. when the crossbar switch 350 connects a transmitter to a receiver, the first byte received by the transmitter is the "selection mask" byte.
0033Function block 8010 performs a bitwise-AND with the "selection mask" as one operand and an identity based bit mask as the other. This operation selects a path through the crossbar switch 350. The possible values and their associated function blocks are shown below. 1110 for the W+ transmitter (8020) 1101 for the W‾ transmitter (8030) 1011 for the X+ transmitter (8040) 0111 for the X‾ transmitter (8050) 0000 for the extractor (8055)
0034Then, in function block 8060, the result is stored in a register called WORK. Once stored in the WORK register, decision block 8070 determines if the value is non-zero. If the value is non-zero, processing continues with function block 8090 where the "mask byte" is discarded. After discarding the "mask byte", the transmitter enters the SEARCHING state. If the value is zero, the process continues by discarding the "mask byte" and entering the ACTIVE state as the extractor.
0035In the SEARCHING state, the transmitter modifies each subsequent byte it receives and sends the result out its link. A flow diagram is shown in FIG. 11 which outlines the SEARCHING state logic used by the transmitter and extractor.
0036In decision block 9100, a test is made to determine whether the received byte is a LINK-CLOSE command.
0037If the received byte is a LINK-CLOSE command, the processing continues in function block 9190 where the path through the crossbar switch is closed and the state becomes IDLE.
0038If the received byte is not the LINK-CLOSE command, decision block 9110 determines if an additional byte is available from the crossbar switch. If not, the processing reverts back to function block 9100, else, a bitwise-OR is performed on the WORK register and the received byte. This takes place within function block 9120.
0039Then, in decision block 9130, the operation's results are compared to 0000, 0011, 1100, and 1111. If decision block 9130's test fail (i.e. no matches), the process continues in function block 9140 where the operation's result is sent to the next node. If a match is detected, function block 9150 performs a bitwise-AND on the received byte and the WORK register. The result becomes the WORK register's new value as shown in function block 9160.
0040In decision block 9170, the received byte is compared to 0000. If the received byte equals 0000, the transmitter enters the DELAYED state. If not, the WORK register's new contents are compared with 0000 in decision block 9180. If the contents equal 0000 the transmitter discards the received byte in function block 9200 and enters the ACTIVE state. If not, the process repeats by continuing in block 9100.
0041In the ACTIVE and DELAYED states, every byte received is sent out the transmitter's link without modification. If the information is destined for the extractor, this means that the byte is made directly available to the node's processor or memory. The difference between these two states is that in the DELAYED state, an extra byte needs to be sent out so incoming bytes are delayed one cycle in the WORK register.
0042The flowchart in Figure 12 outlines the ACTIVE and DELAYED states for the transmitter and extractor modules. Within the ACTIVE state, function block 1200 determines if the received byte is a LINK-CLOSE command. If the received byte is a LINK-CLOSE command, the process continues in function block 1270 by closing the crossbar switch's path to this module. If the received byte is not a LINK CLOSE command, decision block 1210 determines if an additional byte exists. If not, the process continues in decision block 1200, else, function block 1220 sends the latest byte to the next node.
0043The flowchart in Figure 13 illustrates the DELAYED state processing. Processing commences with a test in decision block 1230 to determine if the received byte is a LINK-CLOSE command. If the received byte is a LINK-CLOSE command, the process continues in function block 1280 by closing the crossbar switch's path to this module. If the received byte is not a LINK CLOSE command, decision block 1240 determines if an additional byte exists. If not, the process returns to function block 1230, else, function block 1250 sends the contents of the WORK register to the next node. Function block 1260 then stores the received byte in the WORK register. Finally, as shown in function block 1290, the received byte is discarded.
0044If, while in either the SEARCHING, ACTIVE or DELAYED states, the receiver to whom the transmitter is sending data (ie. the one on the other side of the link) sends back a LINK-CLOSE command, the transmitter ends its participation in the transfer of that message, tells the crossbar switch to disconnect it from the receiver currently sending it data, and returns to the IDLE state. When all transmitters connected to a receiver return to the IDLE state, that receiver is informed that it is no longer connected to any transmitters and returns to the IDLE state. If a link is inoperative, the transmitter driving that link never leaves the IDLE state. If a byte is received through the crossbar switch for an inoperative link, the transmitter immediately instructs the crossbar switch to drop the connection as if it had received a LINK-CLOSE command. Finally, if a link becomes inoperative in the middle of a transmission, the transmitter immediately breaks the connection in the same manner.
0045In addition to data, a few commands can be sent backward and forward over each link and through the crossbar switch. These commands are implemented as separate control wires or as special inband escape characters in the data. The implementation varies with the link design.
0046The LINK-CLOSE command is sent backwards over a link (in the direction opposite data flow) from a receiver in one node to a transmitter in another node. As described earlier, LINK-CLOSE causes the transmitter to return to the IDLE state and close its connection through the crossbar switch. If there is only one open path through the crossbar switch, it also causes another LINK-CLOSE command to be sent, this time over a link one hop closer to the source node.
0047The END-OF-MESSAGE command is sent forward over links and through the crossbar switches from the source node to the destination node. The intermediate receivers and transmitters send the END-OF-MESSAGE command through the system as if it was a data byte. When the destination node receives the END-OF-MESSAGE command, it checks the message's cyclic redundancy check (CRC). If the CRC is correct, it sends back an ACKNOWLEDGE command followed by a LINK-CLOSE command. If the CRC is wrong, only a LINK-CLOSE command is sent.
0048The ACKNOWLEDGE command is sent backwards over each link from receiver to transmitter and backwards through each crossbar switch from transmitter to receiver. It is generated by the destination node only after successful reception of the message Each intermediate routing mechanism sends the ACKNOWLEDGE command backwards to the source node without taking any action. At the source node, the ACKNOWLEDGE command is used to indicate that a message was received successfully.
0049To transmit a message, the source node generates a data stream consisting of the following sections (listed in order of transmission). The data should be presented to the injector of the routing mechanism of the source node at the same speed as each link in the network. <ul id="ul0002" list-style="none"><li>1. A routing header (zero or more bytes)</li><li>2. A zero byte (to end the header)</li><li>3. The message to be sent (zero or more bytes)</li><li>4. The CRC of the message (not including the header)</li><li>5. An END-OF-MESSAGE command</li></ul>
0050If the message is received correctly, the source node should receive an ACKNOWLEDGE command from its injector followed by a LINK-CLOSE command.
0051If the LINK-CLOSE command is seen without an ACKNOWLEDGE command, the source node knows that the message was not received and should be resent.
0052When a message arrives at its destination node, the bytes sent appears, in the order sent, from the extractor of the destination node's routing mechanism at the same speed as the links in the network. The header (including the zero byte which marks its end) does not appear at the destination, only the message, CRC and END-OF-MESSAGE command exits the extractor.
0053The checking of the CRC and generation of the END-OF-MESSAGE, ACKNOWLEDGE and LINK-CLOSE commands is handled by hardware between the routing mechanism and the node's processor or memory. The delay between END-OF-MESSAGE and ACKNOWLEDGE or LINK-CLOSE should be as short as possible since the routing mechanism holds a path back to the source node open until the final LINK-CLOSE is seen.
0054The header, which is generated by the source node and sent at the beginning of the message, specifies what path or paths the message should take. In a two-dimensional torus, only the least significant nibble of each header byte is used. Each byte of the header has the following interpretation. (Bit 0 is the least significant.) <ul id="ul0003" list-style="none"><li>bit 0 Set to 1 to move one link in the W+ direction</li><li>bit 1 Set to 1 to move one link in the W‾ direction</li><li>bit 2 Set to 1 to move one link in the X+ direction</li><li>bit 3 Set to 1 to move one link in the X‾ direction</li><li>bits 4-7 Set 0 in a two-dimensional network</li></ul>
0055To build the simplest type of header, the source node determines the relative distance between it and the destination node in each direction. The length of the header (in bytes) is equal to the distance travelled in the longest direction plus one byte of all zeros.
0056Viewing the bytes of the header as a table, with each byte representing a row and each column representing a direction (as indicated above), each column should be filled with as many ones as there are moves to the destination node in that direction. In each column, the ones should all occur before the zeros. Thus, the first byte of the header has the most bits set and the last byte are all zeros.
0057As an example, to send a message from node 0,0 to node 3,2 takes three moves in the W+ direction and two moves in the X+ direction. The basic header representing this movement would be four bytes long as shown below. 0000 0101 - first byte sent 0000 0101 0000 0001 0000 - end header
0058When header is received, the routing mechanism searches all possible direct paths between the source and destination nodes. Each path is tried simultaneously. The first byte stream to reach the destination node is used (held open until the end of the message). All the other paths are aborted (using LINK-CLOSE) as soon as they fail to reach the destination.
0059In the previous example, the following paths are all searched in parallel: 0,0 to 0,1 to 0,2 to 1,2 to 2,2 to 3,2 0,0 to 0,1 to 1,1 to 1,2 to 2,2 to 3,2 0,0 to 0,1 to 1,1 to 2,1 to 2,2 to 3,2 0,0 to 0,1 to 2,0 to 2,1 to 3,1 to 3,2 0,0 to 1,0 to 1,1 to 1,2 to 2,2 to 3,2 0,0 to 1,0 to 1,1 to 2,1 to 2,2 to 3,2 0,0 to 1,0 to 1,1 to 2,1 to 3,1 to 3,2 0,0 to 1,0 to 2,0 to 2,1 to 2,2 to 3,2 0,0 to 1,0 to 2,0 to 2,1 to 3,1 to 3,2 0,0 to 1,0 to 2,0 to 3,0 to 3,1 to 3,2
0060This can be graphically illustrated by showing the subset of the network searched when using this header. In the Figure 4, the source node is marked with a "S" 400 and the destination node is marked with a "D" 401. The other nodes 402 shown are all visited during the search (unless there are inoperative links).
0061If one or more of the links in the network are busy or inoperative, the data travelling along paths which include those links do not reach the destination. A large search pattern is used to increase the probability that at least one path searched reaches the destination. If no paths reach the destination, a LINK-CLOSE command is returned to the source node without an ACKNOWLEDGE command. In that event, the source node should try to retransmit the message.
0062During a search, multiple streams of data corresponding to the same message converges on intermediate nodes and the destination node at approximately the same time. When two streams arrive at the same node, two receivers present selection masks to the crossbar switch asking for the same set of transmitters. It is the responsibility of the crossbar switch to arbitrate among its various inputs to guarantee that each transmitter is only connected to one output. Receivers which lose the arbitration are told that they are connected to no transmitters and, consequently, send back LINK-CLOSE commands.
0063The routing mechanism searches the network using the pattern specified in the header. No headers are invalid. By changing the basic header pattern described earlier, the number of paths searched can be increased of decreased as desired.
0064For example, by using as many bytes as there are total moves to the destination (plus one) and setting only one bit in each header, a single path can be specified. In Figure 5, consider the header 500 for routing from (0,0) 501 to (1,2) 502 and its resulting search pattern.
0065The search pattern can be narrowed for messages which are being sent across many nodes by inserting extra zero bits in the middle of the columns of the header 600. An example of this is shown in Figure 6. Notice that every line except the last must be non-zero.
0066By including redundant movement (positive and negative in the same dimension) it is possible to expand the search pattern to include alternate routes such as those illustrated in Figure 7, 700 and Figure 8, 800.
0067The following two examples expand a one dimensional path into a two dimensional search. In both cases, the routing mechanism uses the direct path if it is available since it is found first. The connectivity can be expanded in many different ways. The simplest way to expand connectivity is to use this invention in a network with more than two dimensions. To increase the number of dimensions, the routing mechanism in each node is expanded by adding additional receivers and transmitters. For example, the following is a summary of changes needed to extend the above to a four dimensional torus network: <ul id="ul0004" list-style="none"><li>1. Four links per node are added (Y+, Y‾, Z+, and Z‾);</li><li>2. The number of receivers is increased to eight;</li><li>3. The number of transmitters is increased to eight;</li><li>4. The crossbar switch is increased to nine ports;</li><li>5. All eight bits of each header byte are now used; and</li><li>6. The list of suppressed header values (see SEARCHING state) is increased to sixteen.</li></ul>
0068Another way to increase connectivity is to increase the number of injectors and extractors in each node. Increasing the number of injectors requires only that the width of the crossbar switch be increased. Having multiple injectors means that nodes can send multiple messages simultaneously.
0069Increasing the number of extractors allows each node to have a number or separately addressable ports. To increase the number of extractors, the width of the crossbar switch is increased. To address the additional extractors, one of the normally suppressed header values (e.g. 0011) is used. For example, the following list is an example of the changes needed to add a second injector/extractor pair to a two dimensional network. <ul id="ul0005" list-style="none"><li>1. One additional injector is added.</li><li>2. One additional extractor is added.</li><li>3. The width of the crossbar switch is increased by one.</li><li>4. The header value 0011 is used to select the second extractor. When the crossbar switch is presented a selection mask of 0011, it does not connect the receiver to the W+ and W‾ transmitters; rather, the receiver is connected only to the second extractor.</li><li>5. When a transmitter is in the SEARCHING state and the byte it just received was 0011, it should perform the following steps instead of its usual activity: <ul id="ul0006" list-style="none"><li>a. if the WORK register is NOT 0000, 0011, 1100 or 1111, then send this value out on the link to the next node;</li><li>b. store the byte just received (0011) in the WORK register;</li><li>c. switch to the DELAYED state; and</li><li>d. discard the byte just received</li></ul></li></ul>
0070External connections to the routing system can be made using an additional injector/extractor pair. To do this, the additional injector and extractor are used as a receiver and transmitter for an additional bi-directional link. That "external link" is then wired to an external system such as a terminal or a wide area network gateway. When connected to the network using an external link, the external system can send and receive messages to any node in the system regardless of which node's routing mechanism it is directly attached to.
0071Another use of an external link is to connect together two systems as above. By connecting the injector/extractor pair of one node in one system to the injector/extractor pair of one node in another system, messages can be from any node of one system to any node of the other. Headers to route messages between systems consist of the following parts: <ul id="ul0007" list-style="none"><li>1. A header which routes to the node with the external link;</li><li>2. A 0011 byte to cross the external link;</li><li>3. A header to route to the destination node relative to the node with the external link in the second system; and</li><li>4. A 0000 byte to route into the destination node.</li></ul>
0072The technology used to implement the inter-nodal links can vary. The invention only requires that the links provide bi-directional communication and run at approximately the same speed. For example, the communication links could consist of a byte wide parallel bus with control links between the nodes. Another possible implementation is a pair of serial connections, one in each direction. The links can use a variety of protocols and accommodate a plurality of error correction schemes.
9 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| EP0588104A3 | Cited by | European Patent Office (EPO) | Search report |
| EP0588104A2 | Cited by | European Patent Office (EPO) | Search report |
| WO2004012400A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| WO2004012400A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| WO2007060400A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| KR101350364B1 | Cited by | Republic of Korea | Search report |
| US8289971B2 | Cited by | United States of America | Applicant |
| EP0221360A2 | Cites | European Patent Office (EPO) | Search report |
| EP0224229A2 | Cites | European Patent Office (EPO) | Search report |
| EP0234191A2 | Cites | European Patent Office (EPO) | Search report |
20 members in 11 offices
Priority claims5
| Document | Office | Kind | Date |
|---|---|---|---|
| 386521 | United States of America | – | |
| 38652189 | United States of America | A | |
| 38652189 | United States of America | A | |
| 386521 | – | – | – |
| US19890386521 | – | – | – |
Members20
| Document | Office | Kind | |
|---|---|---|---|
| CA2015968A1 | Canada | A1 | |
| EP0410568A2This record | European Patent Office (EPO) | A2 | |
| AU5786390A | Australia | A | |
| CN1049066A | China | A | |
| KR910003969A | Republic of Korea | A | |
| JPH0365750A | Japan | A | |
| PE10891A1 | Peru | A1 | |
| BR9003630A | Brazil | A | |
| BR9003630A | Brazil | A | |
| AU622815B2 | Australia | B2 | |
| US5181017A | United States of America | A | |
| EP0410568A3 | European Patent Office (EPO) | A3 | |
| CN1020533C | China | C | |
| KR930004910B1 | Republic of Korea | B1 | |
| AR245303A1 | Argentina | A1 | |
| CA2015968C | Canada | C | |
| JP2505060B2 | Japan | B2 | |
| EP0410568B1 | European Patent Office (EPO) | B1 | |
| DE69029766D1 | Germany | D1 | |
| DE69029766T2 | Germany | T2 |
36 legal events, as 4 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Notification of lapseLapsedST | ST | FR | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Gb: european patent ceased through non-payment of renewal feeCeasedGBPC | GBPC | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| European patent in force as of 2002-01-01IF02 | IF02 | GB | |
| No opposition filedOpposition26N | 26N | EP | |
| No opposition filed within time limitOppositionORIGINAL CODE: 0009261PLBE | PLBE | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| Nl: lapsed or annulled due to failure to fulfill the requirements of art. 29p and 29m of the patents actLapsedNLV1 | NLV1 | EP | |
| Fr: translation filedET | ET | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Corresponds to:REF | REF | EP | |
| New agentNV | NV | CH | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Designated contracting statesAK | AK | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOS IGRAGRAH | GRAH | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOS IGRAGRAH | GRAH | EP | |
| Despatch of communication of intention to grantORIGINAL CODE: EPIDOS AGRAGRAG | GRAG | EP | |
| First examination report despatched17Q | 17Q | EP | |
| Designated contracting statesAK | AK | EP | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 0410568
- Publication, DOCDB
- 0410568
- Publication, EPODOC
- EP0410568
- Application
- 90306503
- Application, DOCDB
- 90306503
- Application, EPODOC
- EP19900306503
Titles3
- German
- Adaptive Leitweglenkung in Netzwerken
- English
- Adaptive routing in networks
- French
- Routage adaptatif pour réseaux
Classification
- CPC, 5
- H04L45/24
- H04L12/00
- H04L45/06
- H04L45/22
- H04L45/32
- IPC, 3
- G06F15 173
- G06F15 80
- H04L12 56
Designated states1
- Contracting states, 1
- Sweden