US7899927B1 - Multiple concurrent arbiters - Google Patents

Multiple concurrent arbiters Download PDF

Info

Publication number
US7899927B1
US7899927B1 US12/491,945 US49194509A US7899927B1 US 7899927 B1 US7899927 B1 US 7899927B1 US 49194509 A US49194509 A US 49194509A US 7899927 B1 US7899927 B1 US 7899927B1
Authority
US
United States
Prior art keywords
queues
arbiter
arbiters
same
conflict
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US12/491,945
Inventor
Debashis BASU
Avanindra Godbole
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Juniper Networks Inc
Original Assignee
Juniper Networks Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Juniper Networks Inc filed Critical Juniper Networks Inc
Priority to US12/491,945 priority Critical patent/US7899927B1/en
Priority to US13/014,250 priority patent/US8060647B2/en
Application granted granted Critical
Publication of US7899927B1 publication Critical patent/US7899927B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/32Flow control; Congestion control by discarding or delaying data units, e.g. packets or frames
    • H04L47/326Flow control; Congestion control by discarding or delaying data units, e.g. packets or frames with random discard, e.g. random early discard [RED]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/52Queue scheduling by attributing bandwidth to queues

Definitions

  • the present invention relates generally to arbitration, and more particularly, to a high performance dequeuing arbitration scheme.
  • Routers receive data on a physical media, such as optical fiber, analyze the data to determine its destination, and output the data on a physical media in accordance with the destination.
  • Routers were initially designed using a general purpose processor executing large software programs. As line rates and traffic volume increased, however, general purpose processors could not scale to meet these new demands. For example, as functionality was added to the software, such as accounting and policing functionality, these routers suffered performance degradation. In some instances, the routers failed to handle traffic at the required line rate when the new functionality was enabled.
  • Purpose-built routers are designed and built with components optimized for routing. They not only handle higher line rates and higher network traffic volume, but they also add functionality without compromising line rate performance.
  • a purpose-built router may include a number of input and output ports from which it transmits and receives information packets.
  • a switching fabric may be implemented in the router to carry the packets between ports.
  • purpose-built routers use buffers to temporarily queue packets waiting to be processed.
  • Arbiters may control the dequeuing of packets from the buffers. Different arbiters may operate on the same buffer to control different aspects of the buffering and dequeuing process. For example, one arbiter may select packets from the queues for transmission while another arbiter may examine the queues for congestion and drop packets from congested queues.
  • arbiters When using multiple arbiters that arbitrate over the same set of queues, it is desirable to implement the arbiters in a manner that is as efficient as possible. Preferably, total bandwidth through the arbiters should be maximized while sharing common resources related to the buffers.
  • concepts consistent with the invention include a system including arbiters that arbitrate among elements of a common resource.
  • the system additionally includes conflict logic configured to detect conflicts among the elements of the common resource. When a conflict is detected, the conflict logic alters processing relating to the conflict in one of the conflicting arbiters.
  • Another aspect consistent with the invention is directed to a method having a number of acts.
  • the acts include examining arbiters that arbitrate among queues for conflicts in arbitrating the queues and determining, when conflicts occur in arbitrating the queues, whether one of the conflicting arbiters has reached an arbitration point beyond a predetermined commit point. Additionally, the method includes invalidating processing in one arbiter related to the conflict when the one arbiter is not beyond the commit point.
  • Yet another aspect consistent with the principles of the invention is directed to a device including a number of queues and first and second arbiters.
  • the first arbiter is configured to select from among the queues and to receive data items from the selected queue.
  • the second arbiter is configured to monitor the queues for congestion and to drop data items from congested queues.
  • conflict detection logic detects conflicts between the first and second arbiters in arbitrating the queues. When a conflict is detected, the logic alters processing relating to the conflict in the one of the arbiters when the arbiter has not passed a predetermined commit point in processing.
  • Yet another aspect consistent with the principles of the invention is directed to a network device comprising processing elements that transmit data items to one another and transmit the data items to destinations external to the network device.
  • the processing elements include queues configured to store the data items before transmission of the data items, arbiters that independently arbitrate among data items in the queues, and conflict logic.
  • the conflict logic detects conflicts among the arbiters in accessing the queues, and, when a conflict is detected, the conflict logic clears processing relating to the conflict in one of the conflicting arbiters when the one of the conflicting arbiters has not passed a predetermined commit point.
  • FIG. 1 is a block diagram illustrating an exemplary routing system in which systems and methods consistent with the principles of the invention may be implemented;
  • FIG. 2 is a detailed block diagram illustrating portions of the routing system shown in FIG. 1 ;
  • FIG. 3 is a diagram conceptually illustrating notification flow through queues
  • FIG. 4 is a diagram illustrating a parallel implementation of arbiters consistent with principles of the invention.
  • FIG. 5 is a flow chart illustrating the operation of the arbiters of FIG. 4 .
  • a first arbiter arbitrates over a set of queues.
  • a second arbiter independently arbitrates over the same set of queues.
  • Conflict detection logic prioritizes the arbiters while maximizing total bandwidth of the two arbiters.
  • FIG. 1 is a block diagram illustrating an exemplary routing system 100 in which the present invention may be implemented.
  • System 100 receives a data stream from a physical link, processes the data stream to determine destination information, and transmits the data stream out on a link in accordance with the destination information.
  • System 100 may include packet forwarding engines (PFEs) 104 , a switch fabric 110 , and a routing engine (RE) 102 .
  • PFEs packet forwarding engines
  • RE routing engine
  • RE 102 performs high level management functions for system 100 .
  • RE 102 communicates with other networks and systems connected to system 100 to exchange information regarding network topology.
  • RE 102 creates routing tables based on network topology information, creates forwarding tables based on the routing tables, and forwards the forwarding tables to PFEs 104 .
  • PFEs 104 use the forwarding tables to perform route lookup for incoming packets.
  • RE 102 also performs other general control and monitoring functions for system 100 .
  • PFEs 104 are each connected to RE 102 and switch fabric 110 .
  • PFEs 104 receive data at ports on physical links connected to a network, such as a wide area network (WAN).
  • a network such as a wide area network (WAN).
  • Each physical link could be one of many types of transport media, such as optical fiber or Ethernet cable.
  • the data on the physical link is formatted according to one of several protocols, such as the synchronous optical network (SONET) standard or Ethernet.
  • SONET synchronous optical network
  • PFEs 104 process incoming data by stripping off the data link layer. PFEs 104 convert the remaining data into data structures referred to herein as D cells (where a cell may be a fixed length data unit). For example, in one embodiment, the data remaining after the data link layer is stripped off is packets. PFE 104 includes layer 2 (L2) and layer 3 (L3) packet header information, some control information regarding the packets, and the packet payload data in a series of D cells. In one embodiment, the L2, L3, and the control information are stored in the first two cells of the series of cells. The packet's payload data may also be stored as a series of cells.
  • L2 layer 2
  • L3 layer 3
  • PFEs 104 form data structures called notifications based on the L2, L3, and control information, and perform route lookups using the notification and the routing table from RE 102 to determine destination information. PFEs 104 may also further process the notification to perform protocol-specific functions, policing, and accounting, and might even modify the notification to form a new notification.
  • PFE 104 retrieves the cells for the packet, converts the notification or new notification into header information, forms a packet using the packet payload data from the cells and the header information, and transmits the packet from the port associated with the physical link.
  • the PFE 104 retrieves the cells for the packet, modifies the first two cells with the new notification and new control information, if necessary, and sends the cells to the other PFE via switch fabric 110 .
  • PFE 104 appends a sequence number to each cell, which allows the receiving PFE to reconstruct the order of the transmitted cells. Additionally, the receiving PFE uses the notification to form a packet using the packet data from the cells, and sends the packet out on the port associated with the appropriate physical link of the receiving PFE.
  • RE 102 , PFEs 104 , and switch fabric 110 perform routing based on packet-level processing.
  • PFEs 104 store each packet in cells while performing a route lookup using a notification, which is based on packet header information.
  • a packet might be received on one PFE and go back out to the network on the same PFE, or be sent through switch fabric 110 to be sent out to the network on a different PFE.
  • FIG. 2 is an exemplary detailed block diagram illustrating portions of routing system 100 .
  • PFEs 104 connect to one another through switch fabric 110 .
  • Each of PFEs 104 may include one or more physical interface cards (PICs) 210 and flexible port concentrators (FPCs) 220 .
  • PICs physical interface cards
  • FPCs flexible port concentrators
  • PICs 210 may transmit data between a WAN physical link and FPC 220 .
  • Different PICs are designed to handle different types of WAN physical links.
  • one of PICs 210 may be an interface for an optical link while the other PIC may be an interface for an Ethernet link.
  • PICs 210 may strip off the layer 1 (L1) protocol information and forward the remaining data, such as raw packets, to FPC 220 .
  • PICs 210 may receive packets from FPC 220 , encapsulate the packets in L1 protocol information, and transmit the data on the physical WAN link.
  • FPCs 220 perform routing functions and handle packet transfers to and from PICs 210 and switch fabric 110 . For each packet it handles, FPC 220 may perform the previously-discussed route lookup function.
  • FIG. 2 shows two PICs 210 connected to each of FPCs 220 and three FPCs 220 connected to switch fabric 110 , in other embodiments consistent with principles of the invention there can be more or fewer PICs 210 and FPCs 220 .
  • FPCs 220 generate notifications for received packets.
  • the notifications may include a reference to the actual packet data stored in memory and the appropriate outgoing interface (i.e., an outgoing port on one of PICs 210 ) associated with the packet.
  • the notifications may then stored in queues corresponding to the outgoing interface. For example, the notifications may be placed in one of a number of dedicated first-in-first-out (FIFO) queues.
  • FIFO queues may be prioritized so that higher priority packets have their notifications sent to higher priority queues.
  • FIG. 3 is a diagram conceptually illustrating notification data flow through a number of queues 301 - 303 .
  • a notification that reaches the head position in its queue 301 - 303 may be selected by arbiter 310 .
  • Notifications selected by arbiter 310 may be used to retrieve their corresponding packet data before being transmitted from system 100 .
  • notifications selected by arbiter 310 for a particular group of queues are assembled into a stream 320 .
  • a stream 320 may correspond to a particular output port on one of PICs 210 .
  • Each queue accordingly shares the bandwidth of the stream 320 .
  • Arbiter 310 may allow higher priority ones of queues 301 - 303 to use a greater portion of the bandwidth of stream 320 than lower priority queues. In this manner, arbiter 310 may control the flow of packets from its input queues.
  • This type of arbitration in which packets are selected based on flow control concerns related to the bandwidth of stream 320 will be referred to herein as “DQ” arbitration.
  • arbiter 310 may manage queue congestion by dropping notifications from one or more queues according to a probability that increases as the latency through one or more queues increases. In other words, when managing congestion in a queue, arbiters 310 may drop entries, on a per-queue basis, as the queues become congested.
  • RED Random Early Drop
  • RED algorithms are well known in the art and therefore will not be described further herein.
  • arbiter 310 To maximize arbitration efficiency, it is desirable for arbiter 310 to simultaneously implement both DQ arbitration and RED arbitration on the same set of queues.
  • FIG. 4 is a diagram illustrating a parallel implementation of RED and DQ arbitration schemes consistent with principles of the invention.
  • Arbitration system 400 includes a DQ arbiter 401 and a RED arbiter 402 that operate on queue component 410 .
  • Queue component 410 includes a series of queues 421 - 423 , such as FIFO queues. Queues 421 - 423 may correspond, for example, to different packet priority transmission levels that store notifications corresponding to the packets. Queues 421 - 423 may each be associated with corresponding local queue control logic (QCL) 431 - 433 .
  • QCL 431 - 433 handles the details associated with enqueuing and dequeuing data items from its associated queue.
  • Queue component 410 additionally includes a set of shared queue resources 440 and common control logic 445 .
  • Shared queue resources 440 include, for example, memory pointer registers for each queue that store the current head (next data item in the queue) and tail (last, or most recently added data item in the queue) locations in the queue, and bit vectors used to indicate whether a queue is busy (e.g., being accessed).
  • common control logic 445 provides common control functionality for queues 421 - 423 .
  • DQ arbiter 401 and RED arbiter 402 may each be implemented as a series of pipelined stages. DQ arbiter 401 and RED arbiter 402 may each include of a different number of stages. In one implementation, DQ arbiter 401 may be an eight stage pipeline and RED arbiter 402 may be a fourteen stage pipeline. Both RED arbiter 402 and DQ arbiter 401 may select a new queue every two cycles.
  • the pipelines may be structured so that the early stages of the DQ and RED pipelines read data from queues 421 - 423 and the later stages of the pipeline write back or update the queue head data pointers in shared resources 440 .
  • DQ arbiter 401 and RED arbiter 402 independently access queues 421 - 423 , and their corresponding resources, in queue component 410 .
  • Kill logic 403 provides conflict detection between DQ arbiter 401 and RED arbiter 402 .
  • kill logic 403 halts the access by one of DQ arbiter 401 or RED arbiter 402 when the kill logic 403 detects that the multiple accesses will lead to an error.
  • kill logic 403 will stop the access by RED arbiter 402 as long as RED arbiter 402 has not progressed beyond a predetermined “commit” point in its pipeline.
  • the commit point is the stage in the RED arbiter's pipeline that starts to write to or modify one of queues 421 - 423 .
  • kill logic 403 may kill the queue access by RED arbiter 402 up until stage nine. In this example, kill logic 403 generally attempts to give priority to DQ arbiter 401 .
  • FIG. 5 is a flow chart illustrating the operation of arbitration system 400 .
  • RED arbiter 402 and DQ arbiter 401 operate independently of one another on queues 421 - 423 , and thus each independently select their next queue on which to operate (act 501 ).
  • Kill logic 403 and common control logic 445 receive each arbiter's next active queue selection (act 502 ). For example, each arbiter may transmit a queue number, to queue component 410 , indicating its current selection.
  • common control logic 445 begins to transmit queue data, such as the next data item from the selected queue or an indication of whether the selected queue is busy. Additionally, control logic 445 may begin to update shared resources 440 by, for example, setting a bit to indicate that the selected queue is now busy (act 511 ).
  • kill logic 403 examines the selected queues for possible resource conflicts (act 503 ).
  • a conflict may occur if DQ arbiter 401 attempts to access a queue while RED arbiter 402 has already started a queue access (or vice-versa). If a conflict is detected, kill logic 403 determines the processing state of the queue by RED arbiter 402 to determine if it is beyond its commit state (acts 504 and 505 ). If RED arbiter 402 is not beyond its commit stage, kill logic 403 invalidates the entries in the pipeline stages in RED arbiter 402 that relate to the conflict (act 506 ).
  • common control logic 445 may still allow DQ arbiter 401 to continue operation. More particularly, common control logic 445 may advance the queue head pointer in shared resource component 440 to its next logical position before sending the queue's data item to DQ arbiter 401 . In this manner, DQ arbiter 401 bypasses the normal queue head pointer and uses the next position of the head pointer when accessing the queue.
  • RED arbiter 402 operates to drop data items from queues 421 - 423 , and does not care about the substantive contents of queues 421 - 423 , this type of “bypass” operation does not impact DQ arbiter 401 . Accordingly, if a bypass operation is possible (i.e., the selected queue contains at least one additional data item) and RED arbiter 402 decides to drop its data item, common control logic 445 bypasses the next data item in queues 421 - 423 and advances the position of the queue's head pointer to the following entry in the queue (acts 507 , 508 , and 511 ).
  • common control logic 445 allows DQ arbiter 401 to continue normal operation (acts 507 , 508 , 510 ). Otherwise, if the bypass operation is not possible, kill logic 403 invalidates the entries in the DQ arbiter's pipeline that relate to the selected queue (acts 507 and 509 ). RED arbiter 402 may continue to work on its selected queue (act 510 ).
  • the arbitration scheme described herein provides for a number of desirable features.
  • One of these features is that per queue, the arbitration scheme allows both DQ and RED arbitration schemes to run such that the DQ arbitration is not affected by the RED arbitration while allowing the RED arbitration to fully use all remaining bandwidth. Additionally, when aggregated across all queues, the arbitration scheme tends to maximize total RED and DQ bandwidth. Further, the arbitration scheme prevents any systematic bias for or against RED arbitration based on DQ arbitration activity and minimizes port and hardware implementation space needed to share resources used by the DQ and RED arbitration.

Abstract

Plural arbiters arbitrate over a set of queues. The arbiters are constructed as a series of pipelined stages. Conflict detection logic detects conflicts among the arbiters in arbitrating across the queues, and, when a conflict is detected, the conflict detection logic alters processing related to conflicting queues in one arbiter when another arbiter has not passed a predetermined commit point in processing the queue.

Description

RELATED APPLICATION
This application is a continuation of U.S. patent application Ser. No. 11/382,769 filed May 11, 2006, now U.S. Pat. No. 7,574,520 issued Aug. 11, 2009, which is a continuation of U.S. patent application Ser. No. 10/092,532 filed Mar. 8, 2002, now U.S. Pat. No. 7,073,005 issued Jul. 4, 2006, which claims priority under 35 U.S.C. §119 based on U.S. Provisional Application Ser. No. 60/348,637, filed Jan. 17, 2002, the entire disclosures of which are incorporated herein by reference.
BACKGROUND OF THE INVENTION
A. Field of the Invention
The present invention relates generally to arbitration, and more particularly, to a high performance dequeuing arbitration scheme.
B. Description of Related Art
Routers receive data on a physical media, such as optical fiber, analyze the data to determine its destination, and output the data on a physical media in accordance with the destination. Routers were initially designed using a general purpose processor executing large software programs. As line rates and traffic volume increased, however, general purpose processors could not scale to meet these new demands. For example, as functionality was added to the software, such as accounting and policing functionality, these routers suffered performance degradation. In some instances, the routers failed to handle traffic at the required line rate when the new functionality was enabled.
To meet the new demands, purpose-built routers were designed. Purpose-built routers are designed and built with components optimized for routing. They not only handle higher line rates and higher network traffic volume, but they also add functionality without compromising line rate performance.
A purpose-built router may include a number of input and output ports from which it transmits and receives information packets. A switching fabric may be implemented in the router to carry the packets between ports.
In order to control their high packet throughput, purpose-built routers use buffers to temporarily queue packets waiting to be processed. Arbiters may control the dequeuing of packets from the buffers. Different arbiters may operate on the same buffer to control different aspects of the buffering and dequeuing process. For example, one arbiter may select packets from the queues for transmission while another arbiter may examine the queues for congestion and drop packets from congested queues.
When using multiple arbiters that arbitrate over the same set of queues, it is desirable to implement the arbiters in a manner that is as efficient as possible. Preferably, total bandwidth through the arbiters should be maximized while sharing common resources related to the buffers.
SUMMARY OF THE INVENTION
Multiple arbiters share common resources of a number of queues. Conflict detection logic allows the arbiters to operate at a high combined bandwidth while giving preference to certain of the arbiters.
More specifically, in one aspect, concepts consistent with the invention include a system including arbiters that arbitrate among elements of a common resource. The system additionally includes conflict logic configured to detect conflicts among the elements of the common resource. When a conflict is detected, the conflict logic alters processing relating to the conflict in one of the conflicting arbiters.
Another aspect consistent with the invention is directed to a method having a number of acts. The acts include examining arbiters that arbitrate among queues for conflicts in arbitrating the queues and determining, when conflicts occur in arbitrating the queues, whether one of the conflicting arbiters has reached an arbitration point beyond a predetermined commit point. Additionally, the method includes invalidating processing in one arbiter related to the conflict when the one arbiter is not beyond the commit point.
Yet another aspect consistent with the principles of the invention is directed to a device including a number of queues and first and second arbiters. The first arbiter is configured to select from among the queues and to receive data items from the selected queue. The second arbiter is configured to monitor the queues for congestion and to drop data items from congested queues. Additionally, conflict detection logic detects conflicts between the first and second arbiters in arbitrating the queues. When a conflict is detected, the logic alters processing relating to the conflict in the one of the arbiters when the arbiter has not passed a predetermined commit point in processing.
Yet another aspect consistent with the principles of the invention is directed to a network device comprising processing elements that transmit data items to one another and transmit the data items to destinations external to the network device. The processing elements include queues configured to store the data items before transmission of the data items, arbiters that independently arbitrate among data items in the queues, and conflict logic. The conflict logic detects conflicts among the arbiters in accessing the queues, and, when a conflict is detected, the conflict logic clears processing relating to the conflict in one of the conflicting arbiters when the one of the conflicting arbiters has not passed a predetermined commit point.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, explain the invention. In the drawings,
FIG. 1 is a block diagram illustrating an exemplary routing system in which systems and methods consistent with the principles of the invention may be implemented;
FIG. 2 is a detailed block diagram illustrating portions of the routing system shown in FIG. 1;
FIG. 3 is a diagram conceptually illustrating notification flow through queues;
FIG. 4 is a diagram illustrating a parallel implementation of arbiters consistent with principles of the invention; and
FIG. 5 is a flow chart illustrating the operation of the arbiters of FIG. 4.
DETAILED DESCRIPTION
The following detailed description of the invention refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements. Also, the following detailed description does not limit the invention. Instead, the scope of the invention is defined by the appended claims and equivalents.
As described herein, a first arbiter arbitrates over a set of queues. A second arbiter independently arbitrates over the same set of queues. Conflict detection logic prioritizes the arbiters while maximizing total bandwidth of the two arbiters.
System Overview
FIG. 1 is a block diagram illustrating an exemplary routing system 100 in which the present invention may be implemented. System 100 receives a data stream from a physical link, processes the data stream to determine destination information, and transmits the data stream out on a link in accordance with the destination information. System 100 may include packet forwarding engines (PFEs) 104, a switch fabric 110, and a routing engine (RE) 102.
RE 102 performs high level management functions for system 100. For example, RE 102 communicates with other networks and systems connected to system 100 to exchange information regarding network topology. RE 102 creates routing tables based on network topology information, creates forwarding tables based on the routing tables, and forwards the forwarding tables to PFEs 104. PFEs 104 use the forwarding tables to perform route lookup for incoming packets. RE 102 also performs other general control and monitoring functions for system 100.
PFEs 104 are each connected to RE 102 and switch fabric 110. PFEs 104 receive data at ports on physical links connected to a network, such as a wide area network (WAN). Each physical link could be one of many types of transport media, such as optical fiber or Ethernet cable. The data on the physical link is formatted according to one of several protocols, such as the synchronous optical network (SONET) standard or Ethernet.
PFEs 104 process incoming data by stripping off the data link layer. PFEs 104 convert the remaining data into data structures referred to herein as D cells (where a cell may be a fixed length data unit). For example, in one embodiment, the data remaining after the data link layer is stripped off is packets. PFE 104 includes layer 2 (L2) and layer 3 (L3) packet header information, some control information regarding the packets, and the packet payload data in a series of D cells. In one embodiment, the L2, L3, and the control information are stored in the first two cells of the series of cells. The packet's payload data may also be stored as a series of cells.
PFEs 104 form data structures called notifications based on the L2, L3, and control information, and perform route lookups using the notification and the routing table from RE 102 to determine destination information. PFEs 104 may also further process the notification to perform protocol-specific functions, policing, and accounting, and might even modify the notification to form a new notification.
If the determined destination indicates that the packet should be sent out on a physical link connected to one of PFEs 104, then PFE 104 retrieves the cells for the packet, converts the notification or new notification into header information, forms a packet using the packet payload data from the cells and the header information, and transmits the packet from the port associated with the physical link.
If the destination indicates that the packet should be sent to another PFE via switch fabric 110, then the PFE 104 retrieves the cells for the packet, modifies the first two cells with the new notification and new control information, if necessary, and sends the cells to the other PFE via switch fabric 110. Before transmitting the cells over switch fabric 110, PFE 104 appends a sequence number to each cell, which allows the receiving PFE to reconstruct the order of the transmitted cells. Additionally, the receiving PFE uses the notification to form a packet using the packet data from the cells, and sends the packet out on the port associated with the appropriate physical link of the receiving PFE.
In summary, in one embodiment, RE 102, PFEs 104, and switch fabric 110 perform routing based on packet-level processing. PFEs 104 store each packet in cells while performing a route lookup using a notification, which is based on packet header information. A packet might be received on one PFE and go back out to the network on the same PFE, or be sent through switch fabric 110 to be sent out to the network on a different PFE.
FIG. 2 is an exemplary detailed block diagram illustrating portions of routing system 100. PFEs 104 connect to one another through switch fabric 110. Each of PFEs 104 may include one or more physical interface cards (PICs) 210 and flexible port concentrators (FPCs) 220.
PICs 210 may transmit data between a WAN physical link and FPC 220. Different PICs are designed to handle different types of WAN physical links. For example, one of PICs 210 may be an interface for an optical link while the other PIC may be an interface for an Ethernet link.
For incoming data, in one embodiment, PICs 210 may strip off the layer 1 (L1) protocol information and forward the remaining data, such as raw packets, to FPC 220. For outgoing data, PICs 210 may receive packets from FPC 220, encapsulate the packets in L1 protocol information, and transmit the data on the physical WAN link.
FPCs 220 perform routing functions and handle packet transfers to and from PICs 210 and switch fabric 110. For each packet it handles, FPC 220 may perform the previously-discussed route lookup function. Although FIG. 2 shows two PICs 210 connected to each of FPCs 220 and three FPCs 220 connected to switch fabric 110, in other embodiments consistent with principles of the invention there can be more or fewer PICs 210 and FPCs 220.
Arbitration Overview
As noted above, FPCs 220 generate notifications for received packets. The notifications may include a reference to the actual packet data stored in memory and the appropriate outgoing interface (i.e., an outgoing port on one of PICs 210) associated with the packet. The notifications may then stored in queues corresponding to the outgoing interface. For example, the notifications may be placed in one of a number of dedicated first-in-first-out (FIFO) queues. The FIFO queues may be prioritized so that higher priority packets have their notifications sent to higher priority queues.
FIG. 3 is a diagram conceptually illustrating notification data flow through a number of queues 301-303. A notification that reaches the head position in its queue 301-303 may be selected by arbiter 310. Notifications selected by arbiter 310 may be used to retrieve their corresponding packet data before being transmitted from system 100.
In FIG. 3, notifications selected by arbiter 310 for a particular group of queues are assembled into a stream 320. Typically, a stream 320 may correspond to a particular output port on one of PICs 210. Each queue accordingly shares the bandwidth of the stream 320. Arbiter 310 may allow higher priority ones of queues 301-303 to use a greater portion of the bandwidth of stream 320 than lower priority queues. In this manner, arbiter 310 may control the flow of packets from its input queues. This type of arbitration, in which packets are selected based on flow control concerns related to the bandwidth of stream 320 will be referred to herein as “DQ” arbitration.
In addition to managing the flow of notifications from queues 301-303 based on queue priority, arbiter 310 may manage queue congestion by dropping notifications from one or more queues according to a probability that increases as the latency through one or more queues increases. In other words, when managing congestion in a queue, arbiters 310 may drop entries, on a per-queue basis, as the queues become congested. One known technique for probabilistically dropping data items from a queue based on congestion is known as a Random Early Drop (RED) process. In general, RED algorithms are well known in the art and therefore will not be described further herein.
To maximize arbitration efficiency, it is desirable for arbiter 310 to simultaneously implement both DQ arbitration and RED arbitration on the same set of queues.
Parallel Arbitration Implementation
FIG. 4 is a diagram illustrating a parallel implementation of RED and DQ arbitration schemes consistent with principles of the invention. Arbitration system 400 includes a DQ arbiter 401 and a RED arbiter 402 that operate on queue component 410. Queue component 410 includes a series of queues 421-423, such as FIFO queues. Queues 421-423 may correspond, for example, to different packet priority transmission levels that store notifications corresponding to the packets. Queues 421-423 may each be associated with corresponding local queue control logic (QCL) 431-433. Local QCL 431-433 handles the details associated with enqueuing and dequeuing data items from its associated queue. Queue component 410 additionally includes a set of shared queue resources 440 and common control logic 445. Shared queue resources 440 include, for example, memory pointer registers for each queue that store the current head (next data item in the queue) and tail (last, or most recently added data item in the queue) locations in the queue, and bit vectors used to indicate whether a queue is busy (e.g., being accessed). Similarly, common control logic 445 provides common control functionality for queues 421-423.
DQ arbiter 401 and RED arbiter 402 may each be implemented as a series of pipelined stages. DQ arbiter 401 and RED arbiter 402 may each include of a different number of stages. In one implementation, DQ arbiter 401 may be an eight stage pipeline and RED arbiter 402 may be a fourteen stage pipeline. Both RED arbiter 402 and DQ arbiter 401 may select a new queue every two cycles. The pipelines may be structured so that the early stages of the DQ and RED pipelines read data from queues 421-423 and the later stages of the pipeline write back or update the queue head data pointers in shared resources 440.
DQ arbiter 401 and RED arbiter 402 independently access queues 421-423, and their corresponding resources, in queue component 410. Kill logic 403 provides conflict detection between DQ arbiter 401 and RED arbiter 402. When DQ arbiter 401 and RED arbiter 402 attempt to access the same one of queues 421-423, kill logic 403 halts the access by one of DQ arbiter 401 or RED arbiter 402 when the kill logic 403 detects that the multiple accesses will lead to an error. For example, in one implementation, if DQ logic 401 attempts to access a queue that is already being accessed by RED arbiter 402, kill logic 403 will stop the access by RED arbiter 402 as long as RED arbiter 402 has not progressed beyond a predetermined “commit” point in its pipeline. The commit point is the stage in the RED arbiter's pipeline that starts to write to or modify one of queues 421-423. Thus, if stages one through eight of the pipeline of RED arbiter 402 are read stages and stage nine begins a write stage back to the active queue 421-423, kill logic 403 may kill the queue access by RED arbiter 402 up until stage nine. In this example, kill logic 403 generally attempts to give priority to DQ arbiter 401.
FIG. 5 is a flow chart illustrating the operation of arbitration system 400. In general, RED arbiter 402 and DQ arbiter 401 operate independently of one another on queues 421-423, and thus each independently select their next queue on which to operate (act 501). Kill logic 403 and common control logic 445 receive each arbiter's next active queue selection (act 502). For example, each arbiter may transmit a queue number, to queue component 410, indicating its current selection. In response, common control logic 445 begins to transmit queue data, such as the next data item from the selected queue or an indication of whether the selected queue is busy. Additionally, control logic 445 may begin to update shared resources 440 by, for example, setting a bit to indicate that the selected queue is now busy (act 511).
Concurrently with act 511, kill logic 403 examines the selected queues for possible resource conflicts (act 503). A conflict may occur if DQ arbiter 401 attempts to access a queue while RED arbiter 402 has already started a queue access (or vice-versa). If a conflict is detected, kill logic 403 determines the processing state of the queue by RED arbiter 402 to determine if it is beyond its commit state (acts 504 and 505). If RED arbiter 402 is not beyond its commit stage, kill logic 403 invalidates the entries in the pipeline stages in RED arbiter 402 that relate to the conflict (act 506). If RED arbiter 402 is beyond its commit stage, it is too late to cancel the RED arbiter's queue access. In this situation, common control logic 445 may still allow DQ arbiter 401 to continue operation. More particularly, common control logic 445 may advance the queue head pointer in shared resource component 440 to its next logical position before sending the queue's data item to DQ arbiter 401. In this manner, DQ arbiter 401 bypasses the normal queue head pointer and uses the next position of the head pointer when accessing the queue. Because RED arbiter 402 operates to drop data items from queues 421-423, and does not care about the substantive contents of queues 421-423, this type of “bypass” operation does not impact DQ arbiter 401. Accordingly, if a bypass operation is possible (i.e., the selected queue contains at least one additional data item) and RED arbiter 402 decides to drop its data item, common control logic 445 bypasses the next data item in queues 421-423 and advances the position of the queue's head pointer to the following entry in the queue ( acts 507, 508, and 511). If a bypass operation is possible but RED arbiter 402 decides not to drop its data item, common control logic 445 allows DQ arbiter 401 to continue normal operation (acts 507, 508, 510). Otherwise, if the bypass operation is not possible, kill logic 403 invalidates the entries in the DQ arbiter's pipeline that relate to the selected queue (acts 507 and 509). RED arbiter 402 may continue to work on its selected queue (act 510).
SUMMARY
The arbitration scheme described herein provides for a number of desirable features. One of these features is that per queue, the arbitration scheme allows both DQ and RED arbitration schemes to run such that the DQ arbitration is not affected by the RED arbitration while allowing the RED arbitration to fully use all remaining bandwidth. Additionally, when aggregated across all queues, the arbitration scheme tends to maximize total RED and DQ bandwidth. Further, the arbitration scheme prevents any systematic bias for or against RED arbitration based on DQ arbitration activity and minimizes port and hardware implementation space needed to share resources used by the DQ and RED arbitration.
Although the above descriptions have been in the context of a DQ arbiter and a RED arbiter, the concepts consistent with the invention are not limited to these two types of arbiters. Other and additional numbers of arbiters could be used in their place.
It will be apparent to one of ordinary skill in the art that the embodiments as described above may be implemented in many different forms of software, firmware, and hardware in the entities illustrated in the figures. The actual specialized control hardware used to implement aspects consistent with principles of the invention is not limiting of the present invention.
The foregoing description of preferred embodiments of the present invention provides illustration and description, but is not intended to be exhaustive or to limit the invention to the precise form disclosed. Modifications and variations are possible in light of the above teachings or may be acquired from practice of the invention.
No element, act, or instruction used in the description of the present application should be construed as critical or essential to the invention unless explicitly described as such. Also, as used herein, the article “a” is intended to include one or more items. Where only one item is intended, the term “one” or similar language is used.
The scope of the invention is defined by the claims and their equivalents.

Claims (20)

1. A system comprising:
a plurality of arbiters that each simultaneously arbitrates among a common set of queues,
a first arbiter, of the plurality of arbiters, arbitrating among the queues to output data from the queues,
a second arbiter, of the plurality of arbiters, arbitrating among the queues to drop data from the queues; and
conflict logic to detect conflicts among the plurality of arbiters accessing a same one of the queues, and, when a conflict is detected and when a plurality of data items are stored in the same one of the queues, the conflict logic is to cause the second arbiter to access a first data item from the same one of the queues and to cause the first arbiter to access a different second data item from the same one of the queues.
2. The system of claim 1, where the same one of the queues includes a plurality of data items.
3. The system of claim 1, where each of the first and second arbiters is implemented as a series of pipeline stages.
4. The system of claim 1, where the first arbiter has a higher priority than the second arbiter.
5. The system of claim 1, where the conflict logic alters processing relating to the same one of the queues in the one of the conflicting arbiters when the one of the conflicting arbiters has not begun to write to or modify data in the same one of the queues.
6. The system of claim 1, where, when the conflict logic detects a conflict between the plurality of arbiters, the conflict logics invalidates processing relating to the same one of the queues in one of the conflicting arbiters.
7. The system of claim 4, where, when the conflict logic detects a conflict between the plurality of arbiters, the first arbiter is immediately able to access data in the same one of the queues.
8. The system of claim 7, where the queues are first-in-first-out (FIFO) queues.
9. A method comprising:
arbitrating, by a first arbiter, among a set of queues to output data from the queues;
arbitrating, by a second different arbiter, among the set of queues to drop data from the queues, where the arbitrating by the first arbiter is simultaneous with the arbitrating by the second arbiter;
identifying that a conflict occurs when the first and second arbiters access a same one of the queues;
determining, in response to identifying that the conflict occurs, whether a plurality of data items are stored in the same one of the queues; and
causing the second arbiter to access a first data item from the same one of the queues and the first arbiter to access a different second data item from the same one of the queues.
10. The method of claim 9, where the first and second arbiters each includes a series of pipelined stages and where the method further comprises:
determining whether the second arbiter has begun to modify the same one of the queues and determining whether processing of the same one of the queues, by the second arbiter, has passed a particular one of the pipelined stages.
11. The method of claim 10, where the determining further comprises, determining that the second arbiter has not begun to modify the same one of the queues; and
invalidating processing of the second arbiter in response to determining that the second arbiter has to not begun to modify the same one of the queues.
12. The method of claim 9, where the queues include first-in-first-out (FIFO) queues.
13. The method of claim 10, further comprising:
permitting processing by the second arbiter to proceed when the second arbiter is determined to have begun to modify the same one of the queues.
14. A device comprising:
a plurality of queues;
a first arbiter to select from among the plurality of queues to output a data item from the selected queue;
a second arbiter to select from among the plurality of queues to drop a data item from the selected queue; and
conflict detection logic coupled to the plurality of queues, the first arbiter, and the second arbiter, the conflict detection logic detecting a conflict between the first and second arbiters when the first and second arbiters select a same one of the plurality of queues, and, when the conflict is detected and a plurality of data items are stored in the same one of the queues, the conflict detection logic is to allow the second arbiter to access a first data item from the same one of the queues while the first arbiter accesses a different second data item from the same one of the queues.
15. The device of claim 14, where the conflict detection logic invalidates processing relating to the same one of the plurality of queues in the second arbiter when the second arbiter has not begun to write to or modify data in the same one of the plurality of queues.
16. The device of claim 15, where the first and second arbiters are implemented as separate series of pipelined stages.
17. The device of claim 15, where, when the conflict is detected, the conflict detection logic is further to invalidate processing relating to the same one of the plurality of queues in the second arbiter.
18. A network device comprising:
a plurality of queues to store data items before transmission of the data items;
a plurality of arbiters that independently arbitrate among data items in the plurality of queues, a first arbiter, of the plurality of arbiters, arbitrating among the plurality of queues to output data items from the queues, a second arbiter, of the plurality of arbiters, arbitrating among the plurality of queues to drop data items from the plurality of queues, and
conflict logic to detect conflicts among the plurality of arbiters in accessing the queues, and, when a conflict, relating to one of the queues, is detected, and when a plurality of data items are stored in the one of the queues, the conflict logic is to cause the second arbiter to access a first data item from the one of the queues and to cause the first arbiter to access a different second data item from the one of the queues.
19. The network device of claim 18, where each of the first and second arbiters is implemented as a series of pipeline stages.
20. The device of claim 18, where the conflict logic invalidates processing relating to the one of the queues in the second arbiter when the second arbiter has not begun to write to or modify data in the one of the queues.
US12/491,945 2002-01-17 2009-06-25 Multiple concurrent arbiters Expired - Fee Related US7899927B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/491,945 US7899927B1 (en) 2002-01-17 2009-06-25 Multiple concurrent arbiters
US13/014,250 US8060647B2 (en) 2002-01-17 2011-01-26 Multiple concurrent arbiters

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US34863702P 2002-01-17 2002-01-17
US10/092,532 US7073005B1 (en) 2002-01-17 2002-03-08 Multiple concurrent dequeue arbiters
US11/382,769 US7574520B1 (en) 2002-01-17 2006-05-11 Multiple concurrent arbiters
US12/491,945 US7899927B1 (en) 2002-01-17 2009-06-25 Multiple concurrent arbiters

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/382,769 Continuation US7574520B1 (en) 2002-01-17 2006-05-11 Multiple concurrent arbiters

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/014,250 Continuation US8060647B2 (en) 2002-01-17 2011-01-26 Multiple concurrent arbiters

Publications (1)

Publication Number Publication Date
US7899927B1 true US7899927B1 (en) 2011-03-01

Family

ID=36613899

Family Applications (4)

Application Number Title Priority Date Filing Date
US10/092,532 Expired - Lifetime US7073005B1 (en) 2002-01-17 2002-03-08 Multiple concurrent dequeue arbiters
US11/382,769 Expired - Lifetime US7574520B1 (en) 2002-01-17 2006-05-11 Multiple concurrent arbiters
US12/491,945 Expired - Fee Related US7899927B1 (en) 2002-01-17 2009-06-25 Multiple concurrent arbiters
US13/014,250 Expired - Fee Related US8060647B2 (en) 2002-01-17 2011-01-26 Multiple concurrent arbiters

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/092,532 Expired - Lifetime US7073005B1 (en) 2002-01-17 2002-03-08 Multiple concurrent dequeue arbiters
US11/382,769 Expired - Lifetime US7574520B1 (en) 2002-01-17 2006-05-11 Multiple concurrent arbiters

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/014,250 Expired - Fee Related US8060647B2 (en) 2002-01-17 2011-01-26 Multiple concurrent arbiters

Country Status (1)

Country Link
US (4) US7073005B1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110119421A1 (en) * 2002-01-17 2011-05-19 Juniper Networks, Inc. Multiple concurrent arbiters
CN113946525A (en) * 2020-07-16 2022-01-18 三星电子株式会社 System and method for arbitrating access to a shared resource
US11701215B2 (en) 2013-09-24 2023-07-18 Giner, Inc. System for gas treatment of a cell implant
US11723558B2 (en) 2016-11-03 2023-08-15 Arizona Board Of Regents On Behalf Of The University Of Arizona Encapsulation device systems with oxygen sensors with or without exogenous oxygen delivery

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7002980B1 (en) 2000-12-19 2006-02-21 Chiaro Networks, Ltd. System and method for router queue and congestion management
US8090869B2 (en) * 2002-06-04 2012-01-03 Alcatel Lucent Priority-biased exit queue arbitration with fairness
US7680139B1 (en) * 2004-03-25 2010-03-16 Verizon Patent And Licensing Inc. Systems and methods for queue management in packet-switched networks
US20060056424A1 (en) * 2004-09-15 2006-03-16 Yolin Lih Packet transmission using output buffer
US8903968B2 (en) * 2006-08-29 2014-12-02 International Business Machines Corporation Distributed computing environment
US20080059553A1 (en) * 2006-08-29 2008-03-06 Dawson Christopher J Application structure for supporting partial functionality in a distributed computing infrastructure
US7707364B2 (en) * 2007-09-10 2010-04-27 Intel Corporation Non-snoop read/write operations in a system supporting snooping
US8793421B2 (en) * 2011-10-31 2014-07-29 Apple Inc. Queue arbitration using non-stalling request indication
US10725997B1 (en) * 2012-06-18 2020-07-28 EMC IP Holding Company LLC Method and systems for concurrent collection and generation of shared data
US20150220872A1 (en) * 2014-02-03 2015-08-06 Cavium, Inc. Method and an apparatus for work packet queuing, scheduling, and ordering with conflict queuing
CN105468459B (en) 2015-12-02 2019-03-12 上海兆芯集成电路有限公司 Computer resource controller and control method
US10372642B2 (en) * 2016-09-29 2019-08-06 Intel Corporation System, apparatus and method for performing distributed arbitration
US10951526B2 (en) * 2017-06-30 2021-03-16 Intel Corporation Technologies for efficiently determining a root of congestion with a multi-stage network switch
CN115580585B (en) * 2022-11-17 2023-05-12 沐曦集成电路(南京)有限公司 Balanced arbitration method based on arbiter

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5485586A (en) 1992-01-10 1996-01-16 Digital Equipment Corporation Queue based arbitration using a FIFO data structure
US5831971A (en) 1996-08-22 1998-11-03 Lucent Technologies, Inc. Method for leaky bucket traffic shaping using fair queueing collision arbitration
US5872938A (en) 1996-06-28 1999-02-16 International Business Machines Corp. Service priority queue implemented with ordered sub-queues and sub-queue pointers pointing to last entries in respective sub-queues
US5917822A (en) 1995-11-15 1999-06-29 Xerox Corporation Method for providing integrated packet services over a shared-media network
US6154769A (en) 1998-03-27 2000-11-28 Hewlett-Packard Company Scheduling server requests to decrease response time and increase server throughput
US6163542A (en) 1997-09-05 2000-12-19 Carr; David Walter Virtual path shaping
US6286068B1 (en) 1994-10-03 2001-09-04 International Business Machines Corporation Queued arbitration mechanism for data processing system
US6304906B1 (en) 1998-08-06 2001-10-16 Hewlett-Packard Company Method and systems for allowing data service system to provide class-based services to its users
US6353618B1 (en) 1998-02-12 2002-03-05 Alcatel Canada Inc. Method and apparatus for controlling traffic flows in a packet-switched network
US20020118204A1 (en) 1999-07-02 2002-08-29 Milivoje Aleksic System of accessing data in a graphics system and method thereof
US20030135537A1 (en) 2002-01-12 2003-07-17 Mortensen Mikael Semaphore system based on process events
US6629220B1 (en) 1999-08-20 2003-09-30 Intel Corporation Method and apparatus for dynamic arbitration between a first queue and a second queue based on a high priority transaction type
US6829647B1 (en) 2000-06-09 2004-12-07 International Business Machines Corporation Scaleable hardware arbiter
US6836785B1 (en) 2000-11-22 2004-12-28 At&T Corp. Method and apparatus for throttling requests to a server having a buffer with varied acceptance limit based on server overload status and desired buffer delay time
US7073005B1 (en) 2002-01-17 2006-07-04 Juniper Networks, Inc. Multiple concurrent dequeue arbiters
US7133399B1 (en) 2000-10-31 2006-11-07 Chiaro Networks Ltd System and method for router central arbitration

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6667984B1 (en) * 1998-05-15 2003-12-23 Polytechnic University Methods and apparatus for arbitrating output port contention in a switch having virtual output queuing
US6353616B1 (en) * 1998-05-21 2002-03-05 Lucent Technologies Inc. Adaptive processor schedulor and method for reservation protocol message processing
US6594730B1 (en) * 1999-08-03 2003-07-15 Intel Corporation Prefetch system for memory controller
US6963576B1 (en) * 2000-09-28 2005-11-08 Force10 Networks, Inc. Scheduling and arbitration scheme for network processing device
US7046661B2 (en) * 2000-11-20 2006-05-16 Polytechnic University Scheduling the dispatch of cells in non-empty virtual output queues of multistage switches using a pipelined hierarchical arbitration scheme
US6940851B2 (en) * 2000-11-20 2005-09-06 Polytechnic University Scheduling the dispatch of cells in non-empty virtual output queues of multistage switches using a pipelined arbitration scheme
JP2002164916A (en) * 2000-11-22 2002-06-07 Fujitsu Ltd Repeater
US7424027B2 (en) * 2001-01-09 2008-09-09 Lucent Technologies Inc. Head of line blockage avoidance system and method of operation thereof
JP4605911B2 (en) * 2001-01-24 2011-01-05 富士通株式会社 Packet transmission device
US20020181453A1 (en) * 2001-06-01 2002-12-05 Norman Richard S. Cell-based switch fabric with distributed arbitration
US7203202B2 (en) * 2001-10-31 2007-04-10 Polytechnic University Arbitration using dual round robin matching with exhaustive service of winning virtual output queue
US7420987B1 (en) * 2002-01-17 2008-09-02 Juniper Networks, Inc. Arbiter for multiple mutually exclusive vectors
US7324536B1 (en) * 2003-06-26 2008-01-29 Nortel Networks Limited Queue scheduling with priority and weight sharing

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5485586A (en) 1992-01-10 1996-01-16 Digital Equipment Corporation Queue based arbitration using a FIFO data structure
US6286068B1 (en) 1994-10-03 2001-09-04 International Business Machines Corporation Queued arbitration mechanism for data processing system
US5917822A (en) 1995-11-15 1999-06-29 Xerox Corporation Method for providing integrated packet services over a shared-media network
US5872938A (en) 1996-06-28 1999-02-16 International Business Machines Corp. Service priority queue implemented with ordered sub-queues and sub-queue pointers pointing to last entries in respective sub-queues
US5831971A (en) 1996-08-22 1998-11-03 Lucent Technologies, Inc. Method for leaky bucket traffic shaping using fair queueing collision arbitration
US6163542A (en) 1997-09-05 2000-12-19 Carr; David Walter Virtual path shaping
US6353618B1 (en) 1998-02-12 2002-03-05 Alcatel Canada Inc. Method and apparatus for controlling traffic flows in a packet-switched network
US6154769A (en) 1998-03-27 2000-11-28 Hewlett-Packard Company Scheduling server requests to decrease response time and increase server throughput
US6304906B1 (en) 1998-08-06 2001-10-16 Hewlett-Packard Company Method and systems for allowing data service system to provide class-based services to its users
US20020118204A1 (en) 1999-07-02 2002-08-29 Milivoje Aleksic System of accessing data in a graphics system and method thereof
US6629220B1 (en) 1999-08-20 2003-09-30 Intel Corporation Method and apparatus for dynamic arbitration between a first queue and a second queue based on a high priority transaction type
US6829647B1 (en) 2000-06-09 2004-12-07 International Business Machines Corporation Scaleable hardware arbiter
US7133399B1 (en) 2000-10-31 2006-11-07 Chiaro Networks Ltd System and method for router central arbitration
US6836785B1 (en) 2000-11-22 2004-12-28 At&T Corp. Method and apparatus for throttling requests to a server having a buffer with varied acceptance limit based on server overload status and desired buffer delay time
US20030135537A1 (en) 2002-01-12 2003-07-17 Mortensen Mikael Semaphore system based on process events
US7073005B1 (en) 2002-01-17 2006-07-04 Juniper Networks, Inc. Multiple concurrent dequeue arbiters
US7574520B1 (en) * 2002-01-17 2009-08-11 Juniper Networks, Inc. Multiple concurrent arbiters

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
U.S. Appl. No. 11/382,769, filed May 11, 2006 entitled "Multiple Concurrent Arbiters" by D. Basu et al.

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110119421A1 (en) * 2002-01-17 2011-05-19 Juniper Networks, Inc. Multiple concurrent arbiters
US8060647B2 (en) 2002-01-17 2011-11-15 Juniper Networks, Inc, Multiple concurrent arbiters
US11701215B2 (en) 2013-09-24 2023-07-18 Giner, Inc. System for gas treatment of a cell implant
US11723558B2 (en) 2016-11-03 2023-08-15 Arizona Board Of Regents On Behalf Of The University Of Arizona Encapsulation device systems with oxygen sensors with or without exogenous oxygen delivery
CN113946525A (en) * 2020-07-16 2022-01-18 三星电子株式会社 System and method for arbitrating access to a shared resource
US20220019471A1 (en) * 2020-07-16 2022-01-20 Samsung Electronics Co., Ltd. Systems and methods for arbitrating access to a shared resource
US11720404B2 (en) * 2020-07-16 2023-08-08 Samsung Electronics Co., Ltd. Systems and methods for arbitrating access to a shared resource
CN113946525B (en) * 2020-07-16 2023-12-29 三星电子株式会社 System and method for arbitrating access to shared resources

Also Published As

Publication number Publication date
US7574520B1 (en) 2009-08-11
US7073005B1 (en) 2006-07-04
US20110119421A1 (en) 2011-05-19
US8060647B2 (en) 2011-11-15

Similar Documents

Publication Publication Date Title
US7899927B1 (en) Multiple concurrent arbiters
US7764606B1 (en) Maintaining packet order using hash-based linked-list queues
US7346001B1 (en) Systems and methods for limiting low priority traffic from blocking high priority traffic
US7814283B1 (en) Low latency request dispatcher
WO2020236259A1 (en) Algorithms for use of load information from neighboring nodes in adaptive routing
JP4358437B2 (en) System and method for scheduling and processing message transmissions in a digital data network
US7319669B1 (en) Method and system for controlling packet flow in networks
US7039058B2 (en) Switched interconnection network with increased bandwidth and port count
JP3832816B2 (en) Network processor, memory configuration and method
US7046633B2 (en) Router implemented with a gamma graph interconnection network
US8397233B2 (en) Systems and methods for preserving the order of data
US20090067431A1 (en) High performance network adapter (hpna)
US20020049901A1 (en) System and method for implementing source based and egress based virtual networks in an interconnection network
US20020118692A1 (en) Ensuring proper packet ordering in a cut-through and early-forwarding network switch
US7613192B1 (en) Reorder engine with error recovery
US7859999B1 (en) Memory load balancing for single stream multicast
JPH02131048A (en) Packet transfer method between adapter, contention eliminating device and token-ring device
KR20030051433A (en) Switching system
US8131854B2 (en) Interfacing with streams of differing speeds
US7720092B1 (en) Hierarchical round robin arbiter
US6636952B1 (en) Systems and methods for processing packet streams in a network device

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20150301