System for arbitrating packetized data from the network to the peripheral resources and prioritizing the dispatching of packets onto the network

Information

  • Patent Grant
  • 5761534
  • Patent Number
    5,761,534
  • Date Filed
    Monday, May 20, 1996
    28 years ago
  • Date Issued
    Tuesday, June 2, 1998
    26 years ago
Abstract
A client interface supporting a plurality of peripheral channels and a network channel. The peripheral channels include a maintenance channel, message input channel, message output channel, express channel and several DMA channels. The client interface routes packets from the network to the peripheral resources and prioritizes the dispatching of packets onto the network. Express packets and message packets are given priority over DMA type packets. Priority to dispatch is rotated among the DMA channels.
Description

FIELD OF THE INVENTION
The present invention relates to computer systems and in particular to DMA control within computer systems.
BACKGROUND
Packet switching is a method of transmitting messages through a communication network by subdividing long messages into short packets, each containing a destination address. These packets travel to their destination through intermediate communication nodes. At each node, the packet is received and passed on to the next node.
Once the packet reaches its destination node, it must be removed from the communications network and must be routed to the appropriate location at that node. In some situations, there may be a large number of such distinct locations to which the packet could be routed.
Likewise, data may have to be written from one of the locations on the node to the network. In such a situation, packets from the multiple locations may compete with one another to be dispatched to the network. Therefore, outgoing packets must be prioritized and port arbitration must fairly determine ordering of the packets. There is a need in the art for a method of determining the priority of packets efficiently so that the packet dispatch rate is not compromised.
SUMMARY OF THE INVENTION
The present invention provides a mechanism for routing packets between a node connection of a computer network and the client node. Packets are taken from the network and the packet routing logic interprets the packet's header, directing the packet to one of a plurality of channels, including a plurality of DMA channels, a maintenance channel, an express channel for very small data payloads, and message channels. Outgoing packets from the channels are prioritized, with non DMA-channel packets given the highest priority. DMA-channel packets are managed by a port arbitration system to ensure that each DMA channel is allocated a fair share of bandwidth.





BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a plurality of client devices connected across a network.
FIG. 2 is a block diagram of a ring network topology which could be used for the network in the system of FIG. 1.
FIG. 3 shows the block diagram of one embodiment of the client interface illustrating the client interface directing the exchange of packets between the network and peripheral devices.
FIG. 4 is a more detailed block diagram of one embodiment of the client interface, having a plurality of input/output channels, memory registers, buffers associated with the channels and packet routing and port arbitration modules.
FIGS. 5a, 5b and 5c is a flowchart of one embodiment of the port arbitration module.





DETAILED DESCRIPTION
In the following Detailed Description, reference is made to the accompanying drawings which form a part hereof and in which is shown by way of illustration specific embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice and to use the invention, and it is to be understood that other embodiments may be utilized and that changes may be made without departing from the spirit and scope of the present invention. The following Detailed Description is, therefore, not to be taken in a limiting sense and the scope of the invention is defined by the appended claims. In the figures, elements having the same number perform essentially the same functions.
FIG. 1 is a block diagram showing a plurality of client nodes 110 connected across network 120. Network 120 could be configured in several ways. FIG. 2 illustrates one such network, a ring topology. In FIG. 2, a plurality of client nodes 110 are connected to form a ring by communication line 220.
FIG. 3 is a more detailed block diagram of one embodiment of the client node 110 shown in FIGS. 1 and 2. In this embodiment, client node 110 includes client interface 310, microprocessor 350, network node connector 320 and peripheral device 365. Client interface 310 is connected to peripheral device 365 by several peripheral channels 360.1 through 360.n. In one embodiment, peripheral device 365 could be an array of disk drives. In another embodiment, peripheral device 365 could be a general purpose computer. Client interface 310 and microprocessor 350 are both connected via communication line 370 to network bus 380. Client interface 310 is controlled by microprocessor 350. In one embodiment, microprocessor 350 is a microSPARC, available from Sun Systems, Palo Alto, Calif.
Client interface 310 is connected to network node connector 320, by network communication line 375. Network node connector 320 is also connected to network 120 (by, e.g., communication line 220, as shown in FIG. 2). Such a network is described in "RECONFIGURABLE RING-BASED NETWORK SYSTEM," U.S. patent application Ser. No. 08/614,860, still pending, filed Mar. 13, 1996 filed herewith, the description of which is hereby incorporated by reference. The peripheral channel described in U.S. patent application Ser. No. 08/614,860 circulates packets around its dual-ring network.
One embodiment of client interface 310 is shown, in more detail, by FIG. 4. In this embodiment, five peripheral DMA channels are implemented: DMA channel 0 360.0, DMA Channel 1 360.1, DMA channel 2 360.2, DMA channel 3 360.3 and DMA channel 4 360.4. In one such embodiment, each DMA channel 360 operates half-duplex at a burst rate of 200 Mb/s and is managed by a DMA engine 410.0 through 410.4. Ten DMA buffer registers 420.0 through 420.9 are associated with DMA channels 360; each DMA channel 360 is connected to two DMA buffer registers 420. (DMA buffer registers 420 are paired for performance considerations. Only one of the paired DMA buffer registers 420 may be actively transferring data to/from each DMA channel 360. During transmission or reception, the non-active buffer register of each pair can be programmed.)
In one embodiment, client interface 310 can be implemented to optionally support a RAID (Redundant Array of Inexpensive Disk) storage system by including RAID control block 484 within client interface 310. When operating in RAID mode, all of the DMA engines operate in unison. Data passes into and out of RAID control block 484 instead of normal data path 486. RAID control block 484 splits the data on a 64-bit word basis among DMA engines 410.0 through 410.4. Data coming from DMA engines 410.0 through 410.4 is recombined for transmission to network communication line 375 by network node connector 320.
Client interface 310 also has: msg.sub.-- in register 440, which is used to send packets to microprocessor 350. Msg.sub.-- in register 440 has enough storage for three packets in buffers 442.0, 442.1 and 442.2; msg.sub.-- out register 450, which receives packets from microprocessor 350 and which has a single storage buffer 452; express register 490 which is fed data by express bypass 491; general registers 460; port arbitration block 480; and packet routing logic 470 which is associated to virtual input channels 471.0 through 471.3. Associated with general registers 460 is maintenance responder 462, which is a block of logic that responds to maintenance packets. In one embodiment, data movement between client interface 310 and network bus 380 is performed at a rate of at least 10 Mb/s. Express channel 496 carries packets with data payloads of only 0 or 1 word between express register 490 and network bus 380. Packets carried by express channel 496 pre-empt packets carried on any other channel. Maintenance channel 492 carries maintenance-type packets to network bus 380.
General Register Operation
In one embodiment of the present invention, client interface 310 has 11 general registers 460.1 through 460.11. These registers are:
______________________________________FIG. Register General Register4 label Address* Access Width Description______________________________________460.1 ba + 0 read 32 Client.sub.-- ID, IC type & revision460.2 ba + 4 read & write 6 RAID-3 configuration460.3 ba + 8 read & write 17 Interrupt mask, selects interrupt types460.4 ba + C read 17 Interrupt status460.5 ba + 10 read & write 18 PKT, congestion control460.6 ba + 14 read & write 32 FLOW, congestion control460.7 ba + 18 read & write 32 Client.sub.-- info, bits 32-63460.8 ba + 1C read & write 32 Client.sub.-- info, bits 0-31460.9 ba + 20 read & write 5 Force packet buffer parity error, enable message echoes460.10 ba + 24 read 8 Parity error status460.11 ba + 28 write n/a Clear parity error status______________________________________ *ba = base address = 48000000 Hex
(a) RAID 3 Configuration Register
Bit 15 of RAID-3 Configuration General Register 460.2 causes the client interface to operate in striped mode for RAID-3 disk controller operation. RAID-3 is a disk I/O protocol which increases disk performance and fault tolerance. RAID-3 stands for "Redundant Array of Inexpensive Disks, Level 3." If bit 15 of this general register is set, bits 0-4 are used as a stripe mask. Bits 0-4 are unused if bit 15 is clear, indicating no striping. If in striping mode, bit 0 enables stripe 0, bit 1 stripe 1, and so forth with bit 4 enabling stripe 4, which is the parity stripe. Stripe 0 data is sent to DMA channel 0 360.0, stripe 1 to DMA channel 1 360.1, and so forth. In striped operation, either four or five of the stripe enable bits must be set. If four are set, data is reconstructed from the four streams during target write operations mastered by client interface 310 and during slave reads with the client interface 310 operating as a slave. While RAID-3 operation is enabled, all DMA programming is done through DMA engine 0 410.0. Changes to the RAID-3 configuration register can occur only when all direct memory access is inactive. One embodiment of a RAID system is described in RAID STRIPING ON A SINGLE FIBRE CHANNEL ARBITRATED LOOP, U.S. patent application Ser. No. 08/650,632, still pending, filed May 20, 1996 herewith, the details of which are incorporated by reference. The serial RAID-3 striping application describes how to connect an array of disk drives serially so that only a single channel is needed to stripe data to the array.
(b) Interrupt Mask Register
Interrupt mask register 460.3 is used to enable or disable particular interrupts from propagating to microprocessor 350. A "1" in the interrupt mask bit position enables the corresponding interrupt type. Interrupt status register 460.3 is not affected by the contents of the interrupt mask. The interrupt types available in one embodiment of the current invention are:
______________________________________Bit Interrupt Type______________________________________0 Error1 Message input channel 02 Message input channel 13 Message input channel 24 Message output channel5 Channel 0 even channel (DMA buffer 0)6 Channel 0 odd channel (DMA buffer 1)7 Channel 1 even channel (DMA buffer 2)8 Channel 1 odd channel (DMA buffer 3)9 Channel 2 even channel (DMA buffer 4)10 Channel 2 odd channel (DMA buffer 5)11 Channel 3 even channel (DMA buffer 6)12 Channel 3 odd channel (DMA buffer 7)13 Channel 4 even channel (DMA buffer 8)14 Channel 4 odd channel (DMA buffer 9)15 Express output16 Express input______________________________________
(c) Force Packet Buffer Parity Error Register
Force Packet Buffer Parity Error Register 460.8 is used in diagnostic mode to inject a parity error into msg.sub.-- in register 440, msg.sub.-- out register 450, or express register 490. A write to this register with one of bits 0, 1, 2, or 3 set will set the corresponding bit in the parity error register. This bit will cause parity to be reversed. Bit 0 of this register forces a parity error for the parity bit associated with data bits 0-15. Bit 1 of this register forces a parity error for the parity bit associated with data bits 16-31. Bit 2 does the same for data bits 32-47 and bit 3 does it for data bits 48-63. These buffers use parcel parity. Once the register is set, all writes to these buffers will have the parity bits toggled. When diagnostics are complete, the register must be cleared by software. Because only packet buffers have parity, writes to registers are not affected.
Setting bit 4 of this register enables client echoes to be routed to msg.sub.-- in 440 if the sequence number indicates the echo should be routed to it. If bit 4 is not set, then client echoes headed for msg.sub.-- in 440 are discarded. Power-on and resets clear bit 4.
(d) Parity Error Status Register
Parity error status register 460.10 holds parity error flags from RAID-3 data and from maintenance register 494 input data. Any bit set in this register will set the error interrupt.
(e) Clear Parity Error Status Register
Clear Parity Error Status Register 460.11 is used to clear Parity Error Status Register 460.10. A write with bit 0 set will clear bits 7-0 of Parity Error Status Register 460.10.
Message Input Channel
Msg.sub.-- in register 440 is used for a variety of packet types, but reception of messages is its primary use during system operation. All received messages are routed into msg.sub.-- in register 440 as well as MMR read response packets, maintenance read response packets, MMR write response packets, maintenance write response packets, block init packets, block done packets, corrupt packets, and unexpected packets. Msg.sub.-- in register 440 is associated with three packet buffers: message input buffer 0 (MIC0) 442.0, input buffer 1 (MIC1) 442.1 and buffer 2 (MIC2) 442.2. Each of the three message input channel buffers have six memory registers within the msg.sub.-- in control logic 440. These registers are:
______________________________________MIC0 MIC1 MIC2Address Address Address Access Description______________________________________ba + 200 ba + 400 ba + 600 r read & clear flagsba + 2f0 ba + 4f0 ba + 6f0 r/w header symbol 0ba + 2f4 ba + 4f4 ba + 6f4 r/w header symbol 1ba + 2f8 ba + 4f8 ba + 6f8 r/w header symbol 2ba + 2fc ba + 4fc ba + 6fc r/w header symbol 3ba + 300 - ba + 500 - ba + 700 - r/w payload3fc 5fc 7fc symbols 0-63______________________________________
Packets which are routed to message input channel buffers 442.0, 442.1 and 442.2 are stored in rotating order beginning with channel 0. The status register contains three flags, bits 2 and 3 are parity error flags, and bit 1 is the done flag. These three message channels have no busy flags. The error and done flags are cleared when read, and should be read only after all packet information has been copied out. The error flags indicate a parity error occurred as data was copied out. The message input payload symbols cannot be read or written during system operation unless the channel is done. The symbols may be read and written after a message is received or in diagnostic operation when it is known that there are no incoming messages. Clearing the done flag opens the input channel for a new input.
Message Output Channel
Msg.sub.-- out register 450 is used to send any type of packets. The header field and optional data payload are fully programmable. Reads and writes of the payload must occur one word at a time. Symbols on msg.sub.-- out register 450 may not be read or written by microprocessor 350 while message output channel 450 is actively sending data. The busy flag sets and the done flag clears upon activation. The busy flag clears and the done flag sets when the packet buffer contents have been copied out and can be rewritten. The flags register contains the busy flag in bit 0, and the done flag in bit 1. The flags register also contains the parity error flags in bits 2 and 3. These parity error flags can set only on a microprocessor read of the header or payload symbols and will not set during normal system operation. The parity error flags are cleared and the busy and done flags are not affected by a read of the flags register. Msg.sub.-- out register 450 can be cleared and a transfer halted by a write to the flags register. The memory registers associated with msg.sub.-- out register 450 are:
______________________________________Address Access Description______________________________________ba + 800 r/w Flags Registerba + 804 r/w Data payload length, activate on writeba + 8f0 r/w header symbol 0ba + 8f4 r/w header symbol 1ba + 8f8 r/w header symbol 2ba + 8fc r/w header symbol 3ba + 900 - 9fc r/w payload symbols 0-63______________________________________
Express Channel
Express register 490 is used to send and receive express packets. Express packets have a payload length limited to 0 or 1 words. To send an express packet, the header and payload symbols are written by microprocessor 350 followed by a write to the Start Output Transfer memory register. This activates express channel 496. The channel busy flag sets and done flag clears upon activation. The channel busy flag will clear and the done flag will set after the packet has been sent. If the express packet will generate a response packet, that response packet is returned and stored in the same location as the express output data. Therefore, when an express response packet is pending, express register 490 may not be used to send another request until the response is received. After the response packet is stored, express register 490 will go done and generate an interrupt. Memory registers associated with express register 490 are:
______________________________________Address Access Description______________________________________ba + c00 r/w read output busy (bit 0) and done (bit 1), clear output on writeba + c04 w start output transfer, transfer payload symbols if bit 0 setba + c08 r read and clear input flags, bits 3 and 2 parity error, bit 1 doneba + cf0 r/w header symbol 0ba + cf4 r/w header symbol 1ba + cf8 r/w header symbol 2ba + cfc r/w header symbol 3ba + d00 r/w payload symbol 0ba + d0r r/w payload symbol 1______________________________________
Packet Routing Module and Input Elastic Buffers
There is a 16 symbol elastic buffer for each virtual input channel 471.0 through 471.3. The purpose of the elastic buffers are to maintain a constant flow of symbols despite the long (greater than 10 clocks) flow control delays. Virtual input channels 471.0 through 471.3 allow packets of different types to pass each other on the physical channel. If packets associated with one kind of transfer become backed up, packets of other types can still flow. The virtual channel a packet uses is determined by bits 15 and 16 of the first header symbol.
Packets which are MMR response, maintenance response, block init, block done, and message type packets are routed to msg.sub.-- in register 440. Block init response, block done response and data response packets are routed to a particular numbered DMA engine 410.0 through 410.4 based on the packet sequence number. The slave address is used to select the channel buffer path for data request packets. Slave address bits 63-61 select the channel buffer path as follows:
______________________________________Slave Address Bits 63-61 Channel______________________________________0 DMA engine 0 for Buffer 0 410.01 DMA engine 1 for Buffer 1 410.12 DMA engine 2 for Buffer 2 410.23 DMA engine 3 for Buffer 3 410.34 DMA engine 4 for Buffer 4 410.45-7 Msg in buffer 442.0, 442.1 or 442.2______________________________________
Additionally, DMA request packets can be routed to msg.sub.-- in register 440 based on the slave address. This allows a DMA engine to be programmed to target msg.sub.-- in register 440 when mastering DMA transfers. This mode is used for diagnostic purposes.
Packet Priority Module
Port Arbitration module 480 ensures packets to be transmitted are sent to network node connector 320 in a prioritized order. Non-DMA packets (maintenance responses and message packets) receive the highest priority. DMA packets, from the 5 DMA channels 410.0 through 410.4, have the lowest priority. These DMA packets are transmitted on a rotating priority to ensure fair bandwidth allocation.
FIG. 5 is a flowchart illustrating the determination of which of several DMA packets should be given priority and dispatched. In one embodiment, this flowchart logic is implemented in the Verilog coding language. Port Arbitration module 480 determines priority with the use of 4 vectors: CURRENT.sub.-- PORTS, DMA.sub.-- PRIORITY, DMA.sub.-- WORK.sub.-- VEC, and ACTIVE.sub.-- PORT. CURRENT.sub.-- PORTS is a 5-bit vector which represents the current active DMA chamiels. Hence, if channels 0, 1 and 4 are active, CURRENT.sub.-- PORTS is set as "10011". DMA.sub.-- PRIORITY is a 5-bit vector which represents the DMA channel having the highest priority at any particular time. Only one bit in this vector is set at any one time. Hence, if channel 3 has priority, then the vector is set as "01000". This vector is left shifted (end around) when the end-of-packet signal is reached. DMA.sub.-- WORK.sub.-- VEC is a 5-bit vector which stores a temporary result. ACTIVE.sub.-- PORT is a 7-bit vector that indicates the port which is active at any particular time. This vector's leftmost bit represents maintenance channel 496. The next bit represents message channel 430. The remaining 5 bits represent the DMA channels 360.0 through 360.4.
At step 505, arbitration module 480 decodes the START.sub.-- OF.sub.-- PACKET signals. Such a signal can be associated with any of the five DMA channels 360.0 through 360.4, the message channel 430 or the maintenance channel 496 and indicates when a channel has begun transmitting a packet. Next, at step 510, arbitration module 480 decodes the END.sub.-- OF.sub.-- PACKET signals. These signals are associated with the same channels as the start of packet signals are. For each of these seven channels 360.0 through 360.4, 430 and 496, at step 515 the channel's ACTIVE.sub.-- FLAG status is set to FALSE if either the channel had an acknowledged END.sub.-- OF.sub.-- PACKET signal or if the channel had an END.sub.-- OF.sub.-- PACKET.sub.-- HELD and that channel was the active channel. Otherwise, if the channel had a START.sub.-- OF.sub.-- PACKET signal, the ACTIVE.sub.-- FLAG is set to TRUE.
At step 520, the END.sub.-- OF.sub.-- PACKET.sub.-- HELD flag for the channel is set FALSE if that channel was active and already had the END.sub.-- OF.sub.-- PACKET.sub.-- HELD flag set TRUE. Otherwise, if the channel had a unacknowledged END.sub.-- OF.sub.-- PACKET signal, then the END.sub.-- OF.sub.-- PACKET.sub.-- HELD is set TRUE. If the system is reset, at step 525 the channel's HELD flag is cleared. Otherwise, if the channel has a START.sub.-- OF.sub.-- PACKET signal, the HELD flag is set TRUE.
If the END.sub.-- OF.sub.-- PACKET flag of one of the channels is set and acknowledged, then at step 530 the SUM.sub.-- END.sub.-- OF.sub.-- PACKET flag is set TRUE. At step 540, port arbitration module 445 assigns the CURRENT.sub.-- PORTS vector to be the concatenation of the active flags from the five DMA channels. For example, if channels 0 and 1 are active, then CURRENT.sub.-- PORTS is set to "00011". In the next step, 550, CURRENT.sub.-- PORTS is shifted to the right according to the DMA.sub.-- PRIORITY vector by the RS subroutine in order to obtain the temporary vector DMA.sub.-- WORK.sub.-- VEC. DMA.sub.-- PRIORITY, which is used by the RS subroutine is a 5-bit vector representing the DMA channel to be given the highest priority. For instance, if DMA channel 2 has priority then DMA.sub.-- PRIORITY is "00100" and the RS subroutine will shift CURRENT.sub.-- PORTS to the right by two bits. Another subroutine, LS, works similarly shifting data to the left.
At step 555, all of the bits in the ACTIVE.sub.-- PORT vector are negated and ANDed together to set the NOT.sub.-- ACTIVE flag. At step 560, the port arbiter section of the code selects the highest priority of the DMA.sub.-- WORK.sub.-- VEC. At step 565, using the LS routine, the DMA.sub.-- WORK.sub.-- VEC is left shifted by DMA.sub.-- PRIORITY again to recover the actual port to be selected and assigned as the ACTIVE.sub.-- PORT vector. The purpose of the RS/LS subroutines is to put the most recently used port in a position of least priority. The selection of the ACTIVE.sub.-- PORT takes place in just one clock cycle.
If the RAID option is actuated, then DMA Channel 1 is always given priority and so in step 575, DMA.sub.-- PRIORITY is set as "00010". Otherwise in step 580, if the SUM.sub.-- END.sub.-- OF.sub.-- PACKET or VC.sub.-- LW.sub.-- EOP flag is TRUE, then the next higher channel is given priority by setting its bit in DMA.sub.-- PRIORITY, else the same channel keeps the high priority to itself.
The benefits of port arbitration logic is that port arbitration 480 determines the active port in one clock period. Without this described approach, multiple clock periods would be needed to correctly determine the active port.
As an example, suppose that at a given point, the following packets are ready to be dispatched to the network and must therefore be processed by the port arbitration logic:
Packet A: DMA packet from DMA Engine 0
Packet B: Express packet
Packet C: DMA packet from DMA Engine 3
Packet D: DMA packet from DMA Engine 4
Packet E: Message packet.
Express packets receive the highest priority. Therefore, Packet B is dispatched first. Then Packet E is dispatched since non-DMA packets have the next highest priority. The remaining packets (A, C, and D) all originate from DMA engines and must compete for priority. Suppose that DMA channel 1 currently has priority. There are no packets to be dispatched for DMA channel 1 and therefore, the next highest channel with a packet should be given priority. Packet C, from DMA channel 3 is dispatched. Channel 3's priority is then minimized and the next higher channel is given priority. Packet D from channel 4 is dispatched. Finally, Packet A from channel 0 is dispatched.
Other embodiments of the client interface are possible without departing from the scope and spirit of the present invention. Other embodiments of this invention include a configuration allowing implementing additional DMA engines and DMA buffers for a larger number of DMA channels.
Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiment shown. This application is intended to cover any adaptations or variations of the present invention. Therefore, it is manifestly intended that this invention be limited only by the claims and the equivalents thereof.
Claims
  • 1. In a computer network having a plurality of client nodes, a client interface device, comprising:
  • a plurality of channels, comprising:
  • a network channel for dispatching data packets to and receiving data packets from the computer network;
  • a plurality of DMA channels, each of the plurality of DMA channels connected to a pair of DMA registers;
  • an express channel connected to an express register;
  • a maintenance channel connected to a maintenance responder;
  • a message input channel connected to a plurality of message registers;
  • a message output channel connected to a plurality of message registers;
  • a plurality of general registers;
  • packet routing logic connected to a plurality of virtual input buffers, said packet routing logic having means for interpreting header information from network data packets and means for routing packets to one of the plurality of channels based on the header information; and
  • channel arbitration logic, having means for accepting data packets from the plurality of channels and means for prioritizing data packets from the plurality of channels.
  • 2. The client interface as recited in claim 1, further comprising a RAID controller connected to the plurality of DMA registers and the channel arbitration logic, providing I/O protocol for a Redundant Array of Inexpensive Disks system.
  • 3. A method for arbitrating packetized data on a computer system having a plurality of client interfaces, including a first client interface, connected across a network, said client interface having a plurality of DMA channels connected to a plurality of peripherals, and said client interface having a single network channel over which packetized data must be arbitrated, the method comprising the steps of:
  • defining an active-channel vector, indicating the DMA channel of the plurality of DMA channels using the network channel;
  • receiving a plurality of data packets from the plurality of DMA channels;
  • defining a current-packets vector based on the plurality of data packets from the channels;
  • defining a channel-priority vector, indicating which of the plurality of DMA channels is to be given highest priority;
  • performing a right-shift on the current-packets vector to create an arbitration vector;
  • selecting a high-priority bit from the arbitration vector;
  • performing a left-shift on the arbitration vector to place the most recently used DMA channel in a position of least priority; and
  • changing the active-channel vector to indicate the DMA channel given use of the network channel based upon the arbitration vector.
  • 4. A system for arbitrating packetized data on a computer system having a plurality of client interfaces, including a first client interface, connected across a network, comprising:
  • a plurality of channels;
  • a network channel connecting the client interface to the network;
  • a port arbitrator to fairly dispatch the packetized data from the plurality of channels to the network via the network channel;
  • wherein the port arbitrator comprises:
  • an active-channel vector, indicating the channel using the network channel;
  • data packet receivers to receive packetized data from the channels;
  • a current-packets vector based on the plurality of data packets from the channels;
  • a channel-priority vector, indicating which of the DMA channels is to be given highest priority;
  • a rightwise shifter, which bit shifts the current-packets vector to the right to create an arbitration vector;
  • a high-priority selector which selects a bit from the arbitration vector; and
  • a leftwise shifter, which bit shifts the arbitration vector to the left to place the most recently used channel in a position of least priority.
STATEMENT REGARDING GOVERNMENT RIGHTS

The present invention was made with government support under MDA 972-95-3-0032, awarded by ARPA. The Government has certain rights in this invention.

US Referenced Citations (23)
Number Name Date Kind
4739321 Friedman et al. Apr 1988
4901234 Heath et al. Feb 1990
5107493 Eng et al. Apr 1992
5195100 Katz et al. Mar 1993
5233618 Glider et al. Aug 1993
5265235 Sindhu et al. Nov 1993
5274799 Brant et al. Dec 1993
5287535 Sakawaga et al. Feb 1994
5303244 Watson Apr 1994
5345565 Jibbe et al. Sep 1994
5388217 Benzschawel et al. Feb 1995
5402428 Kakuta et al. Mar 1995
5404353 Ben-Michael et al. Apr 1995
5452444 Solomon et al. Sep 1995
5499337 Gordon Mar 1996
5513192 Janku et al. Apr 1996
5519844 Stallmo May 1996
5522031 Ellis et al. May 1996
5530808 Hammond et al. Jun 1996
5530948 Islan Jun 1996
5619722 Lovernich Apr 1997
5638516 Duzett et al. Jun 1997
5655151 Bowes et al. Aug 1997
Non-Patent Literature Citations (4)
Entry
Gustavson, D B, "The Scalable Coherent Interface and Related Standards Projects", IEEE Micro, 10-22, (Feb., 1992).
"IEEE Standard for Scalable Coherent Interface (SCI)", IEEE Std 1596-1992, 1-248, (Mar., 1992).
Patterson, D A, et al., "A Case For Redundant Arrays Of Inexpensive Disks (RAID)", University of California at Berkeley, Report No. UCB/CSD 87/391, (Dec. 1987).
Scott,S, "The SCX Channel: A New, Supercomputer-Class System Interconnect", HOT Interconnects III, Abstract, pp. 1-11, (Aug. 1-11, 1995).