The present invention relates generally to a variable size data packet switching device and more particularly to a system for switching variable size packets in a network.
Modern data networks rely on a variable size packet transport network to interconnect the various network elements. Packet switching devices are required to route a packet through a network from a source to a destination. Typically a switching device has a plurality of ports. Data packets arrive through one of the ports and are routed out one or a plurality of ports.
A switching device, having a plurality of input and output ports, is required to support transporting variable sized packets from inputs to outputs while maintaining packet ordering within a flow. A flow is defined as a stream of packets arriving from one specific source to one destination. It is desirable that a switching device be scalable such that more inputs and outputs may be added, preferably while it is operating, while maintaining the same performance properties.
A scalable switching device can be separated into three parts: an ingress controller, an interconnect network, and an egress controller. Typically the ingress controller segments variable sized packets into fixed size cells. The cells are then routed through the interconnect network to the designated output. The egress controller then reassembles the cells into packets and reorders the packets to recover the ingress order.
A scalable interconnect network, referred to as a fabric, may be a multi-stage network where multiple paths exist from ingress to egress. In this case two categories of routing cells from input to output may be defined. Static Routing (SR) refers to a method where a path through the fabric is pre-determined for each flow. Dynamic Routing (DR) refers to a method where cells of a flow may take different paths. The advantage of SR is that cells arrive at the output in order per flow. However, significant inefficiencies result from blocking, where one flow happens to select the same fabric link as another and by doing so oversubscribing the link capacity. Accordingly, dynamic routing (DR) is a preferred method for routing cells. DR greatly reduces the blocking problem. However, cells from a flow may arrive misordered and interleaved with cells from other flows.
The problem of misordering may be divided into two parts. First, flow cell reordering, and second whole packet reassembly and reordering. Typically, each problem was solved separately in dynamic routing fabrics.
Accordingly, what is needed is a system which solves these problems differently. The present invention addresses such a need.
A system for switching variable size packets in a network is disclosed. The system comprises at least one ingress controller which receives a plurality of packets and which segments each of the packets into fixed sized fragments. At least one ingress controller has a time-clock. All ingress controller's time-clocks are synchronized to within a tolerance. Each fragment is tagged with at least a unique source of ID, time-stamp, and a fragment-number to form a cell. Each cell belonging to one packet has the same time-stamp value. The ingress controller sends each of the cells through a link such that a cell's destination is reachable through that link. The system includes a fabric element which receives cells from a plurality of inputs links. The cells are ordered. The fabric element sends the ordered cells through a plurality of outputs and through which a cell's destination is reachable. The cell order is defined such that a cell ahead of another either has a lagging time stamp, or if the timestamp is the same the cell ahead of another has a source-id which has a predetermined priority, or if both the timestamp and the source-id are the same the cell ahead of another has a lagging fragment-number. The system finally includes at least one egress controller which receives the ordered cells from the plurality of input links, and sends the ordered cells through an output where such order results in complete packets.
A packet switching device in accordance with the present invention solves the cell ordering and packet reassembly issues using a unified distributed method in a multi-stage interconnect network.
a is a block diagram of a multistage fabric plane implemented with a number of fabric elements.
The present invention relates generally to a variable size data packet switching device and more particularly to a system for switching variable size packets in a network. 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 embodiment 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 embodiment shown but is to be accorded the widest scope consistent with the principles and features described herein.
A method and system in accordance with the present invention, a multi-stage interconnect network (MIN), fabric, is built out of fabric elements connected in stages where each fabric element of a specific stage is connected to several fabric elements of the next stage. The MIN is used to connect ingress and egress controllers. The MIN has several routes from an ingress to egress. In a dynamic routing (DR) scheme, the ingress controller and the MIN routes cells to their indicted destination while attempting to balance the load on the available internal links. The Ingress controller constantly sends data cells on all output links. Data cells may have valid packet fragment, full, or may be empty. Other unrelated cells may be interleaved among the data cells through the same links.
Variable sized packets entering through the ingress controller are segmented into fixed size fragments. The fragments are tagged with a destination, timestamp, unique source-id, and a fragment-number to form a data cell. Data cells from same packet have the same timestamp. The ingress controller selects an output link for a cell such that the cell's indicated destination is reachable through the link while maintaining load balance over all possible links. When cells with packet fragments are not available for transmission on a link the ingress controller sends empty data cells, indicated by a cleared fragment valid flag with the current timestamp, and unique source-id. Data cells on all output links are always ordered.
Cell order is defined such that a cell ahead of another has a lagging timestamp, or if the timestamp is the same has a source-id which has a predetermined order, or, if both the timestamp and the source ids are the same, has a lagging fragment-number. Cell output order is a sequence of ordered cells where all cells are destined to the output and all cells of each packet destined to that output are present.
A fabric element (FE) has a FIFO per input link. An arriving data cell is buffered in its respective FIFO if the cell has a packet fragment, or if the FIFO occupancy is below a threshold and the cell is an empty data cell.
The fabric element sorts the oldest cells of all input FIFOs. The highest sorted cell is selected if all active inputs FIFOs have at least one cell. An active link is one through which a data cell was received during a past period (empty or full). The FE has a FIFO per output link. If the selected cell has a packet fragment it is placed in one such FIFO. The output FIFO is selected such that the cell's indicated destination is reachable through the link while maintaining load balance over all such links. When a data cell from an output FIFO is not available for transmission on a link the FE sends an empty data cell with the timestamp, source-id, and fragment-number of the last data cell that was selected from the sorter (full or empty). Thus, data cells on all output links are always ordered (with the exception of possible empty data cells with non-empty cells).
The egress controller has a FIFO per input link where arriving cells are buffered. The egress controller sorts the oldest cell in each FIFO. The highest sorted cell is selected for output if all active input FIFOs have at least one cell. If the selected data cell has a packet fragment it is placed in an outgoing buffer. As a result, cells in the output buffer are output ordered. That is, packets are fully reassembled and are ordered according to their chronological entry into the fabric.
To describe the present invention in more detail, refer now to the following description in conjunction with the following figures.
Cells sent from the Ingress controller are always ordered on any one link. That means that a cell ahead of another one on a link has a lagging timestamp, or, if the timestamp is the same, a lagging fragment-number. In a pipelined implementation, the timestamp and fragment-number generation for both full and empty data cells must be consistent to result in this behavior.
Referring back to
a is a block diagram of a multistage fabric plane implemented with a number of fabric elements. Referring to
The fabric element of size n×n has an input switch 502, n input FIFOs 504, sorter 506, destination processor 508, n output FIFOs 512, and output switch 514. Data cells arriving from the inputs through the input switch 502 are placed in the link's respective FIFO 504 if they contain a packet fragment or if the FIFO occupancy is below a threshold and they are empty cells. The cell sorter 506 reads the oldest cell from each input FIFO and sorts the cells in order. Cell order is defined such that a cell ahead of another has: lagging time stamp, or if the timestamp is the same, has a source-id which has a predetermined priority (such as lower numerical value), or if both the timestamp and the source are the same has a lower fragment-number. When all incoming active link FIFOs have at least one cell (sorter has one cell from each FIFO) the sorter 506 removes the highest sorted cell. The sorter 506 forwards that cell to the destination processor 508 if the cell has a data fragment. The sorter 506 remembers the timestamp, source-id, and fragment-number of the last removed cell.
The destination processor 508 examines the destination of the cell and selects one of the possible links through which the cell's destination is reachable while maintaining load balance over all possible links. It then places the cell in the selected output FIFO 512. Cells are sent from the output FIFOs 512 to the output links through the output switch 514. One implementation has a reachability lookup table 510 where a cell's destination is looked up to get the possible output links.
When no cells are available in an output link's FIFO then an empty data cell is sent with the timestamp, source-id, and fragment-number of the last cell that was removed from the sorter. Cells sent from the Fabric Element are always ordered on any one link. Cell order is defined such that a cell ahead of another either has a lagging timestamp, or if the timestamp is the same, has a source-id which has a predetermined priority, or if both the timestamp and the source-ids are the same, has a lagging fragment-number.
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.
This application is a continuation of U.S. patent application Ser. No. 09/867,506, filed May 30, 2001, now U.S. Pat. No. 7,095,744 which claims priority from U.S. Provisional Patent Application, 60/252,470, filed Nov. 22, 2000.
Number | Name | Date | Kind |
---|---|---|---|
4375097 | Ulug | Feb 1983 | A |
5050166 | Cantoni et al. | Sep 1991 | A |
5282203 | Oouchi | Jan 1994 | A |
5313582 | Hendel | May 1994 | A |
5367643 | Chang | Nov 1994 | A |
5383182 | Therasse et al. | Jan 1995 | A |
5463622 | Keller | Oct 1995 | A |
5563879 | Sanders et al. | Oct 1996 | A |
5602995 | Hendel | Feb 1997 | A |
5634015 | Chang | May 1997 | A |
5640399 | Rostoker | Jun 1997 | A |
5784357 | Wolker et al. | Jul 1998 | A |
5802051 | Peterson et al. | Sep 1998 | A |
5802052 | Venkataraman | Sep 1998 | A |
5802287 | Rostoker | Sep 1998 | A |
6052386 | Achilleoudis et al. | Apr 2000 | A |
6081507 | Chao | Jun 2000 | A |
6104696 | Kadambi | Aug 2000 | A |
6115390 | Chuah | Sep 2000 | A |
6154446 | Kadambi | Nov 2000 | A |
6175902 | Runaldue | Jan 2001 | B1 |
6310893 | Yuan et al. | Oct 2001 | B1 |
6345056 | Bharucha et al. | Feb 2002 | B1 |
6721271 | Beshai et al. | Apr 2004 | B1 |
6721326 | Shibata | Apr 2004 | B1 |
6839339 | Chuah | Jan 2005 | B1 |
6912222 | Wheeler et al. | Jun 2005 | B1 |
7065779 | Crocker et al. | Jun 2006 | B1 |
7095744 | Iny | Aug 2006 | B2 |
Number | Date | Country | |
---|---|---|---|
20050174940 A1 | Aug 2005 | US |
Number | Date | Country | |
---|---|---|---|
60252470 | Nov 2000 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09867506 | May 2001 | US |
Child | 11099582 | US |