WO1999000738A1 - Method and apparatus for dynamic queue sizing - Google Patents

Method and apparatus for dynamic queue sizing Download PDF

Info

Publication number
WO1999000738A1
WO1999000738A1 PCT/US1998/013361 US9813361W WO9900738A1 WO 1999000738 A1 WO1999000738 A1 WO 1999000738A1 US 9813361 W US9813361 W US 9813361W WO 9900738 A1 WO9900738 A1 WO 9900738A1
Authority
WO
WIPO (PCT)
Prior art keywords
partition
queue
partition boundary
updated
boundary
Prior art date
Application number
PCT/US1998/013361
Other languages
French (fr)
Inventor
Shimon Muller
Original Assignee
Sun Microsystems, 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 Sun Microsystems, Inc. filed Critical Sun Microsystems, Inc.
Priority to EP98931656A priority Critical patent/EP0993635B1/en
Priority to DE69836812T priority patent/DE69836812T2/en
Priority to JP50579199A priority patent/JP2002508125A/en
Publication of WO1999000738A1 publication Critical patent/WO1999000738A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/901Buffering arrangements using storage descriptor, e.g. read or write pointers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements

Definitions

  • the present invention relates to the dynamic sizing of queues. More particularly, the present invention is directed to the resizing of queues in a network switch device.
  • Computer network devices typically include queues that function to buffer incoming and outgoing data that pass through the different ports of a switch.
  • the amount of data passing through the different ports of the switch can vary quite dramatically.
  • the queues may be structured to accommodate an expected maximum bandwidth.
  • a large portion of the queues remain unused as the situations that cause the maximum bandwidth utilization of the queue are infrequent.
  • Some systems therefore, set the queue size to accommodate some expected median bandwidth.
  • problems immediately occur when the actual bandwidth exceeds the expected median.
  • An inadequate size may have severe performance implications for the entire switch. For example, in the many-to-one situation, the traffic patterns crossing the switch are such that several input ports need to forward data to one output port. This may cause a temporary congestion on the output port. Similarly, in a one-to-many situation, multi-cast traffic that arises from the input port may need to be forwarded to many output ports. This may cause traffic multiplication and again result in temporary congestion on an output port. In still another situation, a fast input port may forward traffic to a slow output port. This again will result in temporary congestion at the output port.
  • Switches may need to provide multiple output queues per port in order to be able to support some of the quality of service (QOS) features, such as traffic type prioritization, traffic type discarding policies when one or more of the queues fill up and support for protocols that allow for bandwidth reservation and allocation such as RSVP (ReSerVation Protocol).
  • QOS quality of service
  • RSVP ReSerVation Protocol
  • the system and method of the present invention provides a flexible mechanism that enables a dynamic tuning of output queues.
  • This dynamic tuning capability enables the number and sizes of the queues to be modified without disrupting network services provided by the switch.
  • the system includes a completion register, programmable partition pointers and a block of memory that is allocated to function as the output queues.
  • the completion register is used to notify the software when partitioning has been completed.
  • the partition pointers are used to program the updated locations of the partitions.
  • the system preferably using a state machine or other control logic, monitors the partition pointers to determine when a value is modified to indicate that one or more of the partitions are to be moved.
  • the system upon detecting that a partition is to be moved, will determine when it is a safe time to move the partition such that no data is lost or incorrectly assigned to a different queue. Once it is determined that it is safe to move the partition, the partition boundary is moved to resize one or two queues and the corresponding partition completion bit is set in the completion register.
  • the software can function to dynamically reallocate the sizing of partitions according to usage, minimizing the under utilization and over utilization problems experienced in the prior art.
  • Figure 1 is a simplified block diagram of an exemplary network element that incorporates the teachings of the present invention.
  • FIG 2 is a simplified block diagram of a switch element utilized in the switch of Figure 1.
  • Figure 3 is a flow chart illustrating one embodiment of the process of the present invention.
  • Figure 4 is a simplified block diagram illustrating the memory space utilized for the queues and the parameters utilized in the process of dynamic reallocation of the partition boundaries between queues.
  • Figure 5 is a flow chart illustrating one embodiment of the process for reallocating partition boundaries.
  • Figure 6 is a flow chart illustrating one embodiment of the process for determining when a partition boundary is safe to move.
  • the system and method of the present invention provides a network element and process for lossless dynamic queue sizing. It is readily apparent that the process is applicable not only to network elements, but to other devices that require the benefit from dynamic queue sizing.
  • An exemplary network element is shown in Figure 1.
  • the network element is used to interconnect a number of nodes and end-stations in a variety of different ways.
  • an application of the multi-layer distributed network element would be to route packets according to predefined routing protocols over a homogenous data link layer such as the IEEE 802.3 standard, also known as the Ethernet. Other routing protocols can also be used.
  • the MLDNE's distributed architecture can be configured to route message traffic in accordance with a number of known or future routing algorithms.
  • the MLDNE is configured to handle message traffic using the Internet suite of protocols, and more specifically the Transmission Control Protocol (TCP) and the Internet Protocol (IP) over the Ethernet LAN standard and medium access control (MAC) data link layer.
  • TCP Transmission Control Protocol
  • IP Internet Protocol
  • MAC medium access control
  • the TCP is also referred to here as a Layer 4 protocol, while the IP is referred to repeatedly as a Layer 3 protocol.
  • a network element is configured to implement packet routing functions in a distributed manner, i.e., different parts of a function are performed by different subsystems in the MLDNE, while the final result of the functions remains transparent to the external nodes and end-stations.
  • the MLDNE has a scalable architecture which allows the designer to predictably increase the number of external connections by adding additional subsystems, thereby allowing greater flexibility in defining the MLDNE as a stand alone router.
  • the MLDNE 101 contains a number of subsystems 110 that are fully meshed and interconnected using a number of internal links 141 to create a larger switch. At least one internal link couples any two subsystems.
  • Each subsystem 110 includes a switch element 111 coupled to a forwarding memory 113 and an associated memory 114.
  • the forwarding memory (or database) 113 stores an address table used for matching with the headers of received packets.
  • the associated memory (or database) stores data associated with each entry in the forwarding memory that is used to identify forwarding attributes for forwarding the packets through the MLDNE.
  • a number of external ports (not shown) having input and output capability interface the external connections 117.
  • each subsystem supports multiple Gigabit Ethernet ports, Fast Ethernet ports and Ethernet ports.
  • Internal ports (not shown) also having input and output capability in each subsystem couple the internal links 141.
  • the MLDNE can connect multiple switching elements together to form a multigigabit switch.
  • the MLDNE 101 further includes a central processing system (CPS) 160 that is coupled to the individual subsystem 110 through a communication bus 151 such as the peripheral components interconnect (PCI).
  • the CPS 160 includes a central processing unit (CPU) 161 coupled to a central memory 163.
  • Central memory 163 includes a copy of the entries contained in the individual forwarding memories 113 of the various subsystems.
  • the CPS has a direct control and communication interface to each subsystem 110 and provides some centralized communication and control between switch elements.
  • FIG. 2 is a simplified block diagram illustrating an exemplary architecture of the switch element of Figure 1.
  • the switch element 200 depicted includes a central processing unit (CPU) interface 215, a switch fabric block 210, a network interface 205, a cascading interface 225, and a shared memory manager 220.
  • CPU central processing unit
  • Ethernet packets may enter or leave the network switch element 200 through any one of the three interfaces 205, 215, or 225.
  • the network interface 205 operates in accordance with corresponding Ethernet protocol to receive Ethernet packets from a network (not shown) and to transmit Ethernet packets onto the network via one or more external ports (not shown).
  • An optional cascading interface 225 may include one or more internal links (not shown) for interconnecting switching elements to create larger switches.
  • each switch element may be connected together with other switch elements in a full mesh topology to form a multi-layer switch as described above.
  • a switch may comprise a single switch element 200 with or without the cascading interface 225.
  • the CPU (not shown) may transmit commands or packets to the network switch element 200 via the CPU interface 215.
  • one or more software processes running on the CPU may manage entries in an external forwarding and filtering database 240, such as adding new entries and invalidating unwanted entries.
  • the CPU may be provided with direct access to the forwarding and filtering database.
  • the CPU port of the .CPU interface 215 resembles a generic input port into the switch element 200 and may be treated as if it were simply another external network interface port.
  • the CPU port does not need any media access control (MAC) functionality.
  • PCI peripheral components interconnect
  • Input packet processing may be performed by one or more input ports of the network interface 205.
  • Input packet processing includes the following: (1) receiving and verifying incoming Ethernet packets, (2) modifying packet headers when appropriate, (3) requesting buffer pointers from the shared memory manager 220 for storage of incoming packets, (4) requesting forwarding decisions from the switch fabric block 210, (5) transferring the incoming packet data to the shared memory manager 220 for temporary storage in an external shared memory 230, and (5) upon receipt of a forwarding decision, forwarding the buffer pointer(s) to the output port(s) indicated by the forwarding decision.
  • Output packet processing may be performed by one or more output ports of the network interface 205.
  • Output processing includes requesting packet data from the shared memory manager 220, transmitting packets onto the network, and requesting deallocation of buffer(s) after packets have been transmitted.
  • the network interface 205, the CPU interface 215, and the cascading interface 225 are coupled to the shared memory manager 220 and the switch fabric block 210.
  • critical functions such as packet forwarding and packet buffering are centralized as shown in Figure 2.
  • the shared memory manager 220 provides an efficient centralized interface to the external shared memory for buffering of incoming packets.
  • the switch fabric block 210 includes a search engine and learning logic for searching and maintaining the forwarding and filtering database with the assistance of the CPU.
  • the centralized switch fabric block 210 includes a search engine that provides access to the forwarding and filtering database on behalf of the interfaces 205, 215, and 225. Packet header matching, Layer 2 based learning, Layer 2 and Layer 3 packet forwarding, filtering, and aging are exemplary functions that may be performed by the switch fabric block 210. Each input port is coupled with the switch fabric block 210 to receive forwarding decisions for received packets. The forwarding decision indicates the outbound port(s) (e.g., external network port or internal cascading port) upon which the corresponding packet should be transmitted. Additional information may also be included in the forwarding decision to support hardware routing such as a new MAC destination address (DA) for MAC DA replacement.
  • DA new MAC destination address
  • Ethernet packets are centrally buffered and managed by the shared memory manager 220.
  • the shared memory manager 220 interfaces every input port and output port and performs dynamic memory allocation and deallocation on their behalf, respectively.
  • one or more buffers are allocated in the external shared memory and an incoming packet is stored by the shared memory manager 220 responsive to commands received from the network interface 205, for example.
  • the shared memory manager 220 retrieves the packet from the external shared memory and deallocates buffers that are no longer in use. To assure no buffers are released until all output ports have completed transmission of the data stored therein, the shared memory manager 220 preferably also tracks buffer ownership.
  • Figure 3 generally illustrates a process for dynamic queue sizing in accordance with the teaching of the present invention.
  • the completion register is cleared.
  • the completion register preferably is a register of multiple bits, one bit per queue, which indicates whether the resizing process or corresponding partition boundary affecting the queue has been completed. Alternately, the completion register contains 1 bit per boundary, similarly indicating when partition boundaries are completed or in process. As will be described below, once the resizing process or movement of the queue partition has been completed, the corresponding bit or bits in the completion register are set to indicate to the software that operations affecting the queue(s) can safely be processed.
  • the programmable partition pointers are updated with the new values that reflect how the partition boundaries are to be moved.
  • the values could simply be memory addresses of the memory space allocated for the queues. Alternative indications such as relative movement, or virtual addresses, as well as other addressing techniques are contemplated.
  • the software then continues to poll the completion register to determine when the partitioning process is complete. It is readily apparent that one or more of the partition pointers can be updated with new values to cause the corresponding partition boundaries to be moved. Thus, in any particular portion of the process, one or more of the partition boundaries can be moved.
  • the first partition boundary to be modified is referenced.
  • step 325 it is determined whether it is safe to move the partition.
  • this is performed by control logic or a state machine that checks the state of certain pointers and activity in the queue to determine when it is safe to move the partition so that data already written into a queue is not, by the queue resizing process, moved to an adjacent queue and data written into a queue is not lost by an overriding function performed by the adjacent queue.
  • control logic or a state machine that checks the state of certain pointers and activity in the queue to determine when it is safe to move the partition so that data already written into a queue is not, by the queue resizing process, moved to an adjacent queue and data written into a queue is not lost by an overriding function performed by the adjacent queue.
  • step 340 the partition boundary is then moved when it is safe and at step 345 the corresponding partition bit in the completion register is set.
  • the process then continues at step 350 for each partition boundary to be moved.
  • a simplified block diagram is shown in Figure 4. In this illustration and in the flow diagrams of Figures 5 and 6, the following pointers are maintained for each queue partitioned:
  • SOQx start of queue x indicates the first entry currently assigned to queue x.
  • EOQx end of queue x indicates the last entry currently assigned to queue x.
  • PEOQx partition end of queue x indicates last entry assigned to queue x as seen by the remainder of the device.
  • WPx write pointer x - indicates next available (free) entry in queue x.
  • RPx read pointer x indicates next active (occupied) entry in queue x.
  • Figure 4 illustrates a block of memory that is utilized to form the queues of the switch.
  • three queues qO, ql, q2... are described. It is readily apparent that the system can be configured to provide for a greater or lesser number of queues. In addition, it is preferred that a predetermined maximum number of queues are permissible, e.g., eight queues. If the current application requires fewer queues, the unused queues are maintained with a size entry of 1. Thus, the pointers remain accessible, but the amount of memory utilized for the queues is minimal. This greatly simplifies the reallocation process and enables the easy addition and removal of queues.
  • control logic preferably implemented as a state machine, references the partition pointers 410 and completion register 415, and maintains the various pointers 420 shown for the different queues 425, 430 and 435.
  • the remainder of the system interfaces with the queues through the partition pointers and completion register.
  • the partition pointers are used by the system (e.g., software) to tell the control logic 405 that the partition boundaries need to be changed, and the completion register indicates to the remainder of the system when the update process to move partitions is completed.
  • each partition pointer is checked against the end of queue (EOQx) value to determine if the partition pointer value has been changed, steps 510, 515, 522. If the partition pointer value has been changed, as indicated when the partition pointer value does not equal the corresponding end of queue value, then the values of the various queue pointers, Figure 5, step 517, 520, 525, are used by the control logic to determine when it is safe to move the particular partition.
  • EOQx end of queue
  • the process flow illustrates that for a particular partition boundary, the same process is performed using the same variables.
  • the process is depicted as such for purposes of illustration and such a step is not necessarily required to perform the process.
  • the process resizes a queue by movement of the lower boundary of a queue; it is readily apparent the other variations can be implemented (e.g., moving both lower boundaries and upper boundaries).
  • FIG. 6 is illustrative of one process performed to determine when it is safe to move the partition boundary, and once it is determined that it is safe, move the boundary. More particularly, the following process illustrates the prevention of loss of data due to preventing data written to a queue to appear in another queue due to the movement of the boundary before the data is output through the queue, and preventing data simply from being lost when the partition boundary is moved.
  • the depicted process assumes that the lower partition boundary of a particular queue is moved to resize the queue.
  • the queues are established in a contiguous memory space.
  • the size of the queue below the queue to be resized is also affected.
  • the pointers for the queue to be resized (referred to herein as the "current" queue) are identified by the "C” subscript and the pointers for the queue below the one to be resized (referred to herein as the "next" queue) are identified by the "N" subscript.
  • step 602 if the partition end of queue register value is less than the end of queue register value for the queue to be resized, then the queue is to be resized to be smaller and steps 604, 606, 608, 610, 612, 614, 616, 618, 620 are performed to determine when the resizing process is safe to perform and to resize the queue. If, at step 602, the partition end of queue register value is not less than the end of queue register value, then the queue is to be resized to be larger and steps 622, 624, 626, 628, 630, 632, 634, 636, 638, 640 are performed.
  • step 604 if the write pointer is greater than the partition end of queue value, then the write pointer would be out of bounds in the resized queue. If at step 606, the write pointer equals the read pointer, then no data is currently in the queue and it is safe to update the pointers to resize the queue, step 616. However, if at step 606, the write pointer does not equal the read pointer, control returns to step 604. If at step 604, the write pointer is not greater than the partition end of queue, it is then determined whether the write pointer is greater than or equal to the read pointer indicating that the current queue is not full. At step 614, the end of queue pointer is safely updated to the partition end of queue pointer and the write pointer is enabled.
  • step 608 if the write pointer is less than the read pointer and at step 610 the write pointer is equal to the partition end of queue, the current queue is full and the write pointer is stopped, step 612. Control returns to step 608 to wait until it is safe to update the end of queue pointer and enable the write pointer.
  • step 618 it is determined whether it is safe to update the start of queue pointer for the next adjacent queue affected by the resizing of the queue.
  • step 618 if the write pointer for the next queue is greater than or equal to the read pointer for the next queue, the start of queue pointer for the next queue is set to the partition end of queue value plus 1.
  • Steps 604, 606, 608, 610, 612, 614, 616, 618, 620 illustrate the process of determining when it is safe to update and the process of updating the appropriate pointers to resize the queue to be smaller.
  • a similar process is performed to resize the queue to be larger following steps 622, 624, 626, 628, 630, 632, 634, 636, 638, 640.

Abstract

A system and method for dynamically resizing queues (1023) used in a network switch (210) to accommodate potential congestion situations without experiencing data loss. In one embodiment, partiton pointer registers (410) are used to indicate when resizing is desirable. The control logic (405) then determines when it is safe to update the size of the queue such that no data loss occurs and timely updates the queue size.

Description

METHOD AND APPARATUS FOR DYNAMIC QUEUE SIZING
BACKGROUND OF THE INVENTION
1. FIELD OF THE INVENTION
The present invention relates to the dynamic sizing of queues. More particularly, the present invention is directed to the resizing of queues in a network switch device.
2. ART BACKGROUND
Computer network devices typically include queues that function to buffer incoming and outgoing data that pass through the different ports of a switch. The amount of data passing through the different ports of the switch can vary quite dramatically. In order to accommodate the various bandwidths encountered, the queues may be structured to accommodate an expected maximum bandwidth. However, in such a structure, a large portion of the queues remain unused as the situations that cause the maximum bandwidth utilization of the queue are infrequent. Some systems, therefore, set the queue size to accommodate some expected median bandwidth. However, problems immediately occur when the actual bandwidth exceeds the expected median.
An inadequate size may have severe performance implications for the entire switch. For example, in the many-to-one situation, the traffic patterns crossing the switch are such that several input ports need to forward data to one output port. This may cause a temporary congestion on the output port. Similarly, in a one-to-many situation, multi-cast traffic that arises from the input port may need to be forwarded to many output ports. This may cause traffic multiplication and again result in temporary congestion on an output port. In still another situation, a fast input port may forward traffic to a slow output port. This again will result in temporary congestion at the output port.
In addition to the problems caused by temporary congestion, other network requirements may cause other problems. Switches may need to provide multiple output queues per port in order to be able to support some of the quality of service (QOS) features, such as traffic type prioritization, traffic type discarding policies when one or more of the queues fill up and support for protocols that allow for bandwidth reservation and allocation such as RSVP (ReSerVation Protocol). Thus, it is desirable to provide a flexible mechanism that provides for dynamic tuning of the number and sizes of the output queues in a high performance switch network element without disrupting network services.
SUMMARY OF THE INVENTION
The system and method of the present invention provides a flexible mechanism that enables a dynamic tuning of output queues. This dynamic tuning capability enables the number and sizes of the queues to be modified without disrupting network services provided by the switch.
In one embodiment, the system includes a completion register, programmable partition pointers and a block of memory that is allocated to function as the output queues. The completion register is used to notify the software when partitioning has been completed. The partition pointers are used to program the updated locations of the partitions. The system, preferably using a state machine or other control logic, monitors the partition pointers to determine when a value is modified to indicate that one or more of the partitions are to be moved. The system, upon detecting that a partition is to be moved, will determine when it is a safe time to move the partition such that no data is lost or incorrectly assigned to a different queue. Once it is determined that it is safe to move the partition, the partition boundary is moved to resize one or two queues and the corresponding partition completion bit is set in the completion register.
Thus, the software can function to dynamically reallocate the sizing of partitions according to usage, minimizing the under utilization and over utilization problems experienced in the prior art.
BRTF.F DESCRIPTION OF THE DRAWINGS
The objects, features and advantages of the present invention will be apparent to one skilled in the art from the following detailed description in which:
Figure 1 is a simplified block diagram of an exemplary network element that incorporates the teachings of the present invention.
Figure 2 is a simplified block diagram of a switch element utilized in the switch of Figure 1. Figure 3 is a flow chart illustrating one embodiment of the process of the present invention.
Figure 4 is a simplified block diagram illustrating the memory space utilized for the queues and the parameters utilized in the process of dynamic reallocation of the partition boundaries between queues. Figure 5 is a flow chart illustrating one embodiment of the process for reallocating partition boundaries.
Figure 6 is a flow chart illustrating one embodiment of the process for determining when a partition boundary is safe to move.
DETAILED DESCRIPTION
In the following description, for purposes of explanation, numerous details are set forth in order to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art that these specific details are not required in order to practice the present invention. In other instances, well-known electrical structures such as circuits are shown in block diagram form in order not to obscure the present invention unnecessarily.
The system and method of the present invention provides a network element and process for lossless dynamic queue sizing. It is readily apparent that the process is applicable not only to network elements, but to other devices that require the benefit from dynamic queue sizing. An exemplary network element is shown in Figure 1.
The network element is used to interconnect a number of nodes and end-stations in a variety of different ways. In particular, an application of the multi-layer distributed network element (MLDNE) would be to route packets according to predefined routing protocols over a homogenous data link layer such as the IEEE 802.3 standard, also known as the Ethernet. Other routing protocols can also be used. The MLDNE's distributed architecture can be configured to route message traffic in accordance with a number of known or future routing algorithms. In a preferred embodiment, the MLDNE is configured to handle message traffic using the Internet suite of protocols, and more specifically the Transmission Control Protocol (TCP) and the Internet Protocol (IP) over the Ethernet LAN standard and medium access control (MAC) data link layer. The TCP is also referred to here as a Layer 4 protocol, while the IP is referred to repeatedly as a Layer 3 protocol. In one embodiment of the MLDNE, a network element is configured to implement packet routing functions in a distributed manner, i.e., different parts of a function are performed by different subsystems in the MLDNE, while the final result of the functions remains transparent to the external nodes and end-stations. As will be appreciated from the discussion below and the diagram in Figure 1, the MLDNE has a scalable architecture which allows the designer to predictably increase the number of external connections by adding additional subsystems, thereby allowing greater flexibility in defining the MLDNE as a stand alone router. As illustrated in block diagram form in Figure 1, the MLDNE 101 contains a number of subsystems 110 that are fully meshed and interconnected using a number of internal links 141 to create a larger switch. At least one internal link couples any two subsystems. Each subsystem 110 includes a switch element 111 coupled to a forwarding memory 113 and an associated memory 114. The forwarding memory (or database) 113 stores an address table used for matching with the headers of received packets. The associated memory (or database) stores data associated with each entry in the forwarding memory that is used to identify forwarding attributes for forwarding the packets through the MLDNE. A number of external ports (not shown) having input and output capability interface the external connections 117. In one embodiment, each subsystem supports multiple Gigabit Ethernet ports, Fast Ethernet ports and Ethernet ports. Internal ports (not shown) also having input and output capability in each subsystem couple the internal links 141. Using the internal links, the MLDNE can connect multiple switching elements together to form a multigigabit switch. The MLDNE 101 further includes a central processing system (CPS) 160 that is coupled to the individual subsystem 110 through a communication bus 151 such as the peripheral components interconnect (PCI). The CPS 160 includes a central processing unit (CPU) 161 coupled to a central memory 163. Central memory 163 includes a copy of the entries contained in the individual forwarding memories 113 of the various subsystems. The CPS has a direct control and communication interface to each subsystem 110 and provides some centralized communication and control between switch elements.
Figure 2 is a simplified block diagram illustrating an exemplary architecture of the switch element of Figure 1. The switch element 200 depicted includes a central processing unit (CPU) interface 215, a switch fabric block 210, a network interface 205, a cascading interface 225, and a shared memory manager 220.
Ethernet packets may enter or leave the network switch element 200 through any one of the three interfaces 205, 215, or 225. In brief, the network interface 205 operates in accordance with corresponding Ethernet protocol to receive Ethernet packets from a network (not shown) and to transmit Ethernet packets onto the network via one or more external ports (not shown). An optional cascading interface 225 may include one or more internal links (not shown) for interconnecting switching elements to create larger switches. For example, each switch element may be connected together with other switch elements in a full mesh topology to form a multi-layer switch as described above. Alternatively, a switch may comprise a single switch element 200 with or without the cascading interface 225. The CPU (not shown) may transmit commands or packets to the network switch element 200 via the CPU interface 215. In this manner, one or more software processes running on the CPU may manage entries in an external forwarding and filtering database 240, such as adding new entries and invalidating unwanted entries. In alternative embodiments, however, the CPU may be provided with direct access to the forwarding and filtering database. In any event, for purposes of packet forwarding, the CPU port of the .CPU interface 215 resembles a generic input port into the switch element 200 and may be treated as if it were simply another external network interface port. However, since access to the CPU port occurs over a bus such as a peripheral components interconnect (PCI) bus, the CPU port does not need any media access control (MAC) functionality.
Returning to the network interface 205, the two main tasks of input packet processing and output packet processing will now briefly be described. Input packet processing may be performed by one or more input ports of the network interface 205. Input packet processing includes the following: (1) receiving and verifying incoming Ethernet packets, (2) modifying packet headers when appropriate, (3) requesting buffer pointers from the shared memory manager 220 for storage of incoming packets, (4) requesting forwarding decisions from the switch fabric block 210, (5) transferring the incoming packet data to the shared memory manager 220 for temporary storage in an external shared memory 230, and (5) upon receipt of a forwarding decision, forwarding the buffer pointer(s) to the output port(s) indicated by the forwarding decision. Output packet processing may be performed by one or more output ports of the network interface 205. Output processing includes requesting packet data from the shared memory manager 220, transmitting packets onto the network, and requesting deallocation of buffer(s) after packets have been transmitted. The network interface 205, the CPU interface 215, and the cascading interface 225 are coupled to the shared memory manager 220 and the switch fabric block 210. Preferably, critical functions such as packet forwarding and packet buffering are centralized as shown in Figure 2. The shared memory manager 220 provides an efficient centralized interface to the external shared memory for buffering of incoming packets. The switch fabric block 210 includes a search engine and learning logic for searching and maintaining the forwarding and filtering database with the assistance of the CPU.
The centralized switch fabric block 210 includes a search engine that provides access to the forwarding and filtering database on behalf of the interfaces 205, 215, and 225. Packet header matching, Layer 2 based learning, Layer 2 and Layer 3 packet forwarding, filtering, and aging are exemplary functions that may be performed by the switch fabric block 210. Each input port is coupled with the switch fabric block 210 to receive forwarding decisions for received packets. The forwarding decision indicates the outbound port(s) (e.g., external network port or internal cascading port) upon which the corresponding packet should be transmitted. Additional information may also be included in the forwarding decision to support hardware routing such as a new MAC destination address (DA) for MAC DA replacement. Further, a priority indication may also be included in the forwarding decision to facilitate prioritization of packet traffic through the switch element 200. In the present embodiment, Ethernet packets are centrally buffered and managed by the shared memory manager 220. The shared memory manager 220 interfaces every input port and output port and performs dynamic memory allocation and deallocation on their behalf, respectively. During input packet processing, one or more buffers are allocated in the external shared memory and an incoming packet is stored by the shared memory manager 220 responsive to commands received from the network interface 205, for example. Subsequently, during output packet processing, the shared memory manager 220 retrieves the packet from the external shared memory and deallocates buffers that are no longer in use. To assure no buffers are released until all output ports have completed transmission of the data stored therein, the shared memory manager 220 preferably also tracks buffer ownership.
Figure 3 generally illustrates a process for dynamic queue sizing in accordance with the teaching of the present invention.
Referring to Figure 3, at step 305, the completion register is cleared. The completion register preferably is a register of multiple bits, one bit per queue, which indicates whether the resizing process or corresponding partition boundary affecting the queue has been completed. Alternately, the completion register contains 1 bit per boundary, similarly indicating when partition boundaries are completed or in process. As will be described below, once the resizing process or movement of the queue partition has been completed, the corresponding bit or bits in the completion register are set to indicate to the software that operations affecting the queue(s) can safely be processed.
At step 310, the programmable partition pointers are updated with the new values that reflect how the partition boundaries are to be moved. For example, the values could simply be memory addresses of the memory space allocated for the queues. Alternative indications such as relative movement, or virtual addresses, as well as other addressing techniques are contemplated. At step 315, the software then continues to poll the completion register to determine when the partitioning process is complete. It is readily apparent that one or more of the partition pointers can be updated with new values to cause the corresponding partition boundaries to be moved. Thus, in any particular portion of the process, one or more of the partition boundaries can be moved. At step 320, the first partition boundary to be modified is referenced.
At step 325, it is determined whether it is safe to move the partition. Preferably, this is performed by control logic or a state machine that checks the state of certain pointers and activity in the queue to determine when it is safe to move the partition so that data already written into a queue is not, by the queue resizing process, moved to an adjacent queue and data written into a queue is not lost by an overriding function performed by the adjacent queue. Thus, generally speaking, it is safe to move a partition when no data entries exist in the area affected by movement of the partition.
At step 340, the partition boundary is then moved when it is safe and at step 345 the corresponding partition bit in the completion register is set. The process then continues at step 350 for each partition boundary to be moved. A simplified block diagram is shown in Figure 4. In this illustration and in the flow diagrams of Figures 5 and 6, the following pointers are maintained for each queue partitioned:
SOQx: start of queue x indicates the first entry currently assigned to queue x. EOQx: end of queue x indicates the last entry currently assigned to queue x.
PEOQx: partition end of queue x indicates last entry assigned to queue x as seen by the remainder of the device.
WPx: write pointer x - indicates next available (free) entry in queue x. RPx: read pointer x indicates next active (occupied) entry in queue x.
Figure 4 illustrates a block of memory that is utilized to form the queues of the switch. In the present embodiment, three queues qO, ql, q2..., are described. It is readily apparent that the system can be configured to provide for a greater or lesser number of queues. In addition, it is preferred that a predetermined maximum number of queues are permissible, e.g., eight queues. If the current application requires fewer queues, the unused queues are maintained with a size entry of 1. Thus, the pointers remain accessible, but the amount of memory utilized for the queues is minimal. This greatly simplifies the reallocation process and enables the easy addition and removal of queues.
As noted earlier, control logic, preferably implemented as a state machine, references the partition pointers 410 and completion register 415, and maintains the various pointers 420 shown for the different queues 425, 430 and 435. As noted earlier, the remainder of the system interfaces with the queues through the partition pointers and completion register. The partition pointers are used by the system (e.g., software) to tell the control logic 405 that the partition boundaries need to be changed, and the completion register indicates to the remainder of the system when the update process to move partitions is completed.
In the present embodiment, the queues maintain pointers to buffers that contain the data that is being communicated through the corresponding port. It is readily apparent, however, that the queue structure could be used to maintain the data itself, as well as other information. One embodiment of the process for the update of queues is described with reference to Figure 5. To begin the partition update process, each partition pointer is checked against the end of queue (EOQx) value to determine if the partition pointer value has been changed, steps 510, 515, 522. If the partition pointer value has been changed, as indicated when the partition pointer value does not equal the corresponding end of queue value, then the values of the various queue pointers, Figure 5, step 517, 520, 525, are used by the control logic to determine when it is safe to move the particular partition. In the present embodiment, the process flow illustrates that for a particular partition boundary, the same process is performed using the same variables. However, the process is depicted as such for purposes of illustration and such a step is not necessarily required to perform the process. In addition, the process resizes a queue by movement of the lower boundary of a queue; it is readily apparent the other variations can be implemented (e.g., moving both lower boundaries and upper boundaries). Once it is safe to move the partition, the partition is moved, steps 530,
535 and 540, and the corresponding completion bit is set, steps 545, 550, 555. The control logic then continues to check again whether the partition register values have been again updated indicating that the boundaries require update to resize the queue(s). Figure 6 is illustrative of one process performed to determine when it is safe to move the partition boundary, and once it is determined that it is safe, move the boundary. More particularly, the following process illustrates the prevention of loss of data due to preventing data written to a queue to appear in another queue due to the movement of the boundary before the data is output through the queue, and preventing data simply from being lost when the partition boundary is moved.
The depicted process assumes that the lower partition boundary of a particular queue is moved to resize the queue. In addition, in the present embodiment, the queues are established in a contiguous memory space. Thus, when the partition boundary is moved, the size of the queue below the queue to be resized is also affected. To determine whether it is safe to resize the queue, the pointers for the queue to be resized (referred to herein as the "current" queue) are identified by the "C" subscript and the pointers for the queue below the one to be resized (referred to herein as the "next" queue) are identified by the "N" subscript.
At step 602, if the partition end of queue register value is less than the end of queue register value for the queue to be resized, then the queue is to be resized to be smaller and steps 604, 606, 608, 610, 612, 614, 616, 618, 620 are performed to determine when the resizing process is safe to perform and to resize the queue. If, at step 602, the partition end of queue register value is not less than the end of queue register value, then the queue is to be resized to be larger and steps 622, 624, 626, 628, 630, 632, 634, 636, 638, 640 are performed.
At step 604 if the write pointer is greater than the partition end of queue value, then the write pointer would be out of bounds in the resized queue. If at step 606, the write pointer equals the read pointer, then no data is currently in the queue and it is safe to update the pointers to resize the queue, step 616. However, if at step 606, the write pointer does not equal the read pointer, control returns to step 604. If at step 604, the write pointer is not greater than the partition end of queue, it is then determined whether the write pointer is greater than or equal to the read pointer indicating that the current queue is not full. At step 614, the end of queue pointer is safely updated to the partition end of queue pointer and the write pointer is enabled. At step 608, if the write pointer is less than the read pointer and at step 610 the write pointer is equal to the partition end of queue, the current queue is full and the write pointer is stopped, step 612. Control returns to step 608 to wait until it is safe to update the end of queue pointer and enable the write pointer. Next, at step 618, it is determined whether it is safe to update the start of queue pointer for the next adjacent queue affected by the resizing of the queue. At step 618, if the write pointer for the next queue is greater than or equal to the read pointer for the next queue, the start of queue pointer for the next queue is set to the partition end of queue value plus 1.
Steps 604, 606, 608, 610, 612, 614, 616, 618, 620 illustrate the process of determining when it is safe to update and the process of updating the appropriate pointers to resize the queue to be smaller. A similar process is performed to resize the queue to be larger following steps 622, 624, 626, 628, 630, 632, 634, 636, 638, 640.
The invention has been described in conjunction with the preferred embodiment. It is evident that numerous alternatives, modifications, variations and uses will be apparent to those skilled in the art in light of the foregoing description.

Claims

What is claimed is: 1. ΓÇó A method for modifying sizes of queues comprising the steps of: programming partition pointers to indicate an updated location of at least one partition boundary of at least one queue; for each partition boundary to be updated; checking states of the at least one queue affected by movement of the location of the partition boundary; determining when it is safe to move each location of the partition boundary; and when it is determined that it is safe to move the location of the partition boundary, updating the partition boundary to the updated location.
2. The method as set forth in claim 1, further comprising the steps of: setting a completion register to a first state to indicate that at least one partition boundary is to be updated; and setting the completion register to a second state to indicate that the step of updating the partition boundary has completed.
3. The method as set forth in claim 2, wherein: the step of setting the completion register to the first state comprises for each partition to be updated, setting a corresponding bit in the completion register to a first value; and the step of setting the completion register to the second state comprises for each partition that is updated, setting the corresponding bit in the completion register to a second value.
4. The method as set forth in claim 1, wherein the step of determining that it is safe comprises the step of determining that data is not located in the area affected by movement of the partition boundary.
5. An apparatus comprising: a memory comprising at least one queue, each queue defined by partition boundaries; at least one partition pointer, each partition pointer identifying a location of a partition boundary; and control logic coupled to the memory and the at least one partition pointer, said control logic detecting when the at least one partition pointer is updated to a new location, determining when it is safe to move the partition boundary, and when it is safe to move the partition boundary, moving the partition boundary.
6. The apparatus as set forth in claim 5, wherein the memory comprises a plurality of queues ordered contiguously.
7. The apparatus as set forth in claim 5, further comprising a completion register, said completion register set to a first state to indicate that at least one partition boundary is to be updated and set to a second state to indicate that the at least one partition pointer has been updated.
8. The apparatus as set forth in claim 7, wherein the completion register comprises a plurality of bits, each bit corresponding to a partition boundary, such that a corresponding bit is set to a first value when a corresponding partition boundary is to be updated and set to a second value after the corresponding partition boundary has been updated.
9. The apparatus as set forth in claim 5, further comprising a start of queue pointer and end of queue pointer corresponding to each queue, said partition boundary updated by modifying the start of queue or end of queue.
10. The apparatus as set forth in claim 5, further comprising a write pointer and read pointer corresponding to each queue, said write pointer and read pointer used to determine when it is safe to update the partition boundary.
11. In a switch coupled to a network, said switch comprising a plurality of output ports, each port comprising at least one queue utilized to control the buffering of data to be output through the output port, a method for dynamically resizing queues comprising the steps of: determining when a queue needs to be resized; programming a partition pointer corresponding to a partition boundary of the queue to indicate an updated location of the partition boundary; checking states of at least one queue affected by movement of the location of the partition boundary; determining when it is safe to move the location of the partition boundary; and when it is determined that it is safe to move the location of the partition boundary, updating the partition boundary to the updated location.
12. The method as set forth in claim 11, further comprising the steps of: setting a completion register to a first state to indicate that at least one partition boundary is to be updated; and setting the completion register to a second state to indicate that step of updating the partition boundary has completed.
13. The method as set forth in claim 12, wherein: the step of setting the completion register to the first state comprises for each partition to be updated, setting a corresponding bit in the completion register to a first value; and the step of setting the completion register to the second state comprises for each partition that is updated, setting the corresponding bit in the completion register to a second value.
14. The method as set forth in claim 11, wherein the step of determining that it is safe comprises the step of determining that data is not located in the area affected by movement of the partition boundary.
15. The method as set forth in claim 11, wherein the queue is resized to be larger.
16. The method as set forth in claim 11, wherein the queue is resized to be smaller.
PCT/US1998/013361 1997-06-30 1998-06-25 Method and apparatus for dynamic queue sizing WO1999000738A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP98931656A EP0993635B1 (en) 1997-06-30 1998-06-25 Method and apparatus for dynamic queue sizing
DE69836812T DE69836812T2 (en) 1997-06-30 1998-06-25 METHOD AND APPARATUS FOR DYNAMIC QUEUE ASSESSMENT
JP50579199A JP2002508125A (en) 1997-06-30 1998-06-25 Method and apparatus for dynamically sizing a queue

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/885,232 1997-06-30
US08/885,232 US6044418A (en) 1997-06-30 1997-06-30 Method and apparatus for dynamically resizing queues utilizing programmable partition pointers

Publications (1)

Publication Number Publication Date
WO1999000738A1 true WO1999000738A1 (en) 1999-01-07

Family

ID=25386455

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1998/013361 WO1999000738A1 (en) 1997-06-30 1998-06-25 Method and apparatus for dynamic queue sizing

Country Status (6)

Country Link
US (1) US6044418A (en)
EP (1) EP0993635B1 (en)
JP (1) JP2002508125A (en)
AT (1) ATE350708T1 (en)
DE (1) DE69836812T2 (en)
WO (1) WO1999000738A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6694388B1 (en) * 2000-05-31 2004-02-17 3Com Corporation Dynamic queuing system incorporating multiple queues sharing a single memory
US11850308B2 (en) 2007-06-26 2023-12-26 Bonafide Health, Llc Multiple unit dosage form having a therapeutic agent in combination with a nutritional supplement

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6611502B1 (en) 1999-01-15 2003-08-26 3Com Corportion Spanning tree with rapid propagation of topology changes
US6771610B1 (en) 1999-01-19 2004-08-03 3Com Corporation Spanning tree with protocol for bypassing port state transition timers
US6345327B1 (en) * 1999-02-19 2002-02-05 International Business Machines Corporation Queuing method and apparatus for providing direct data processing access using a queued direct input-output device
US6535490B1 (en) * 1999-03-04 2003-03-18 3Com Corporation High availability spanning tree with rapid reconfiguration with alternate port selection
US6657955B1 (en) * 1999-05-27 2003-12-02 Alcatel Canada Inc. Buffering system employing per traffic flow accounting congestion control
US6757679B1 (en) * 1999-06-25 2004-06-29 International Business Machines Corporation System for building electronic queue(s) utilizing self organizing units in parallel to permit concurrent queue add and remove operations
US6532501B1 (en) * 1999-09-30 2003-03-11 Silicon Graphics, Inc. System and method for distributing output queue space
US6643663B1 (en) * 1999-10-08 2003-11-04 The Belo Company Method and system for operating a content management system
US6526322B1 (en) * 1999-12-16 2003-02-25 Sirf Technology, Inc. Shared memory architecture in GPS signal processing
US6467075B1 (en) * 2000-03-24 2002-10-15 Nec Corporation Resolution of dynamic memory allocation/deallocation and pointers
US7720821B1 (en) 2000-06-30 2010-05-18 Sony Corporation Method of and apparatus for writing and reading time sensitive data within a storage device
KR100358152B1 (en) * 2000-12-22 2002-10-25 한국전자통신연구원 An ATM SAR module for a xDSL communication service chip
US6963569B1 (en) 2000-12-29 2005-11-08 Cisco Technology, Inc. Device for interworking asynchronous transfer mode cells
US6782461B2 (en) * 2002-02-25 2004-08-24 Intel Corporation Dynamically adjustable load-sharing circular queues
DE10219359B4 (en) * 2002-04-30 2007-05-03 Advanced Micro Devices, Inc., Sunnyvale Device and method with a cue mechanism
US6895481B1 (en) 2002-07-03 2005-05-17 Cisco Technology, Inc. System and method for decrementing a reference count in a multicast environment
US20040131055A1 (en) * 2003-01-06 2004-07-08 Juan-Carlos Calderon Memory management free pointer pool
US7356648B2 (en) * 2003-10-02 2008-04-08 International Business Machines Corporation Shared buffer having hardware controlled buffer regions
DE10356127A1 (en) * 2003-12-02 2005-07-07 Robert Bosch Gmbh Device for controlling a memory
US7447812B1 (en) 2004-03-23 2008-11-04 Integrated Device Technology, Inc. Multi-queue FIFO memory devices that support flow-through of write and read counter updates using multi-port flag counter register files
US7408875B2 (en) * 2004-04-09 2008-08-05 International Business Machines Corporation System and program product for actively managing central queue buffer allocation
US7349334B2 (en) * 2004-04-09 2008-03-25 International Business Machines Corporation Method, system and program product for actively managing central queue buffer allocation using a backpressure mechanism
CN1311350C (en) * 2004-04-30 2007-04-18 华为技术有限公司 Method for triggering queue management by sending events in communication queue management
US8230174B2 (en) * 2004-07-26 2012-07-24 Integrated Device Technology, Inc. Multi-queue address generator for start and end addresses in a multi-queue first-in first-out memory system
US7870310B2 (en) * 2004-07-26 2011-01-11 Integrated Device Technology, Inc. Multiple counters to relieve flag restriction in a multi-queue first-in first-out memory system
US7523232B2 (en) * 2004-07-26 2009-04-21 Integrated Device Technology, Inc. Mark/re-read and mark/re-write operations in a multi-queue first-in first-out memory system
US7805552B2 (en) * 2004-07-26 2010-09-28 Integrated Device Technology, Inc. Partial packet write and write data filtering in a multi-queue first-in first-out memory system
US20060155940A1 (en) 2005-01-10 2006-07-13 Mario Au Multi-queue FIFO memory systems that utilize read chip select and device identification codes to control one-at-a-time bus access between selected FIFO memory chips
US7624208B2 (en) * 2005-01-14 2009-11-24 International Business Machines Corporation Method, system, and computer program for managing a queuing system
US20070286221A1 (en) * 2006-06-13 2007-12-13 Mau-Lin Wu Memory management method and memory architecture for transmitting UWB PCA frames
US7493428B2 (en) 2006-07-25 2009-02-17 International Business Machines Corporation Method and system for dynamic queue splitting for maximizing throughput of queue based operations while maintaining per-destination order of operations
US7496707B2 (en) * 2006-08-22 2009-02-24 International Business Machines Corporation Dynamically scalable queues for performance driven PCI express memory traffic
US7543604B2 (en) * 2006-09-11 2009-06-09 Honeywell International Inc. Control valve
JP2008293484A (en) * 2007-04-27 2008-12-04 Panasonic Corp Buffer memory sharing apparatus
US8595391B1 (en) * 2008-03-14 2013-11-26 Xilinx, Inc. Automatic queue sizing for dataflow applications
US8443379B2 (en) * 2008-06-18 2013-05-14 Microsoft Corporation Peek and lock using queue partitioning
US9813362B2 (en) 2014-12-16 2017-11-07 Oracle International Corporation Framework for scheduling packets with multiple destinations in a virtual output queue network switch
US10270713B2 (en) * 2014-12-16 2019-04-23 Oracle International Corporation Scheduling packets with multiple destinations in a virtual output queue network switch
US10481951B2 (en) * 2016-11-15 2019-11-19 Red Hat Israel, Ltd. Multi-queue device assignment for application groups

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4807111A (en) * 1987-06-19 1989-02-21 International Business Machines Corporation Dynamic queueing method
US5410722A (en) * 1993-01-21 1995-04-25 Conner Peripherals, Inc. Queue system for dynamically allocating and moving memory registers between a plurality of pseudo queues
US5555405A (en) * 1993-07-06 1996-09-10 Digital Equipment Corporation Method and apparatus for free space management in a forwarding database having forwarding entry sets and multiple free space segment queues
US5706472A (en) * 1995-02-23 1998-01-06 Powerquest Corporation Method for manipulating disk partitions

Family Cites Families (144)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4539637A (en) * 1982-08-26 1985-09-03 At&T Bell Laboratories Method and apparatus for handling interprocessor calls in a multiprocessor system
GB8407102D0 (en) * 1984-03-19 1984-04-26 Int Computers Ltd Interconnection of communications networks
US4652874A (en) * 1984-12-24 1987-03-24 Motorola, Inc. Serial communication interface for a local network controller
US4641302A (en) * 1985-06-24 1987-02-03 Racal Data Communications Inc. High speed packet switching arrangement
JPS62243057A (en) * 1986-04-16 1987-10-23 Hitachi Ltd File transfer managing system
US4737953A (en) * 1986-08-04 1988-04-12 General Electric Company Local area network bridge
US4850042A (en) * 1987-04-14 1989-07-18 Westinghouse Electric Corp. Dual media local area network interfacing
US4811337A (en) * 1988-01-15 1989-03-07 Vitalink Communications Corporation Distributed load sharing
US4899333A (en) * 1988-03-31 1990-02-06 American Telephone And Telegraph Company At&T Bell Laboratories Architecture of the control of a high performance packet switching distribution network
US4922503A (en) * 1988-10-28 1990-05-01 Infotron Systems Corporation Local area network bridge
US4933938A (en) * 1989-03-22 1990-06-12 Hewlett-Packard Company Group address translation through a network bridge
US5220562A (en) * 1989-05-12 1993-06-15 Hitachi, Ltd. Bridge apparatus and a communication system between networks using the bridge apparatus
GB8915137D0 (en) * 1989-06-30 1989-08-23 Inmos Ltd Message routing
US5179557A (en) * 1989-07-04 1993-01-12 Kabushiki Kaisha Toshiba Data packet communication system in which data packet transmittal is prioritized with queues having respective assigned priorities and frequency weighted counting of queue wait time
US5163046A (en) * 1989-11-30 1992-11-10 At&T Bell Laboratories Dynamic window sizing in a data network
US5159685A (en) * 1989-12-06 1992-10-27 Racal Data Communications Inc. Expert system for communications network
US5210746A (en) * 1990-04-16 1993-05-11 Motorola, Inc. Communication system network having communication system fallback operation
US5301333A (en) * 1990-06-14 1994-04-05 Bell Communications Research, Inc. Tree structured variable priority arbitration implementing a round-robin scheduling policy
US5309437A (en) * 1990-06-29 1994-05-03 Digital Equipment Corporation Bridge-like internet protocol router
US5231633A (en) * 1990-07-11 1993-07-27 Codex Corporation Method for prioritizing, selectively discarding, and multiplexing differing traffic type fast packets
US5150358A (en) * 1990-08-23 1992-09-22 At&T Bell Laboratories Serving constant bit rate traffic in a broadband data switch
US5481540A (en) * 1990-08-24 1996-01-02 At&T Corp. FDDI bridge frame learning and filtering apparatus and method
US5251205A (en) * 1990-09-04 1993-10-05 Digital Equipment Corporation Multiple protocol routing
US5353412A (en) * 1990-10-03 1994-10-04 Thinking Machines Corporation Partition control circuit for separately controlling message sending of nodes of tree-shaped routing network to divide the network into a number of partitions
US5490260A (en) * 1990-12-14 1996-02-06 Ceram, Inc. Solid-state RAM data storage for virtual memory computer using fixed-sized swap pages with selective compressed/uncompressed data store according to each data size
CA2065578C (en) * 1991-04-22 1999-02-23 David W. Carr Packet-based data compression method
US5321813A (en) 1991-05-01 1994-06-14 Teradata Corporation Reconfigurable, fault tolerant, multistage interconnect network and protocol
US5500860A (en) * 1991-06-14 1996-03-19 Digital Equipment Corporation Router using multiple hop redirect messages to enable bridge like data forwarding
US5420862A (en) * 1991-06-14 1995-05-30 Digital Equipment Corporation Router using remote address resolution to enable bridge like data forwarding
US5392432A (en) * 1991-08-27 1995-02-21 At&T Corp. Method for automatic system resource reclamation for object-oriented systems with real-time constraints
US5623489A (en) * 1991-09-26 1997-04-22 Ipc Information Systems, Inc. Channel allocation system for distributed digital switching network
US5875464A (en) 1991-12-10 1999-02-23 International Business Machines Corporation Computer system with private and shared partitions in cache
CA2092134C (en) * 1992-03-24 1998-07-21 Anthony J. Mazzola Distributed routing network element
US5313454A (en) * 1992-04-01 1994-05-17 Stratacom, Inc. Congestion control for cell networks
US5343471A (en) * 1992-05-11 1994-08-30 Hughes Aircraft Company Address filter for a transparent bridge interconnecting local area networks
US5742760A (en) 1992-05-12 1998-04-21 Compaq Computer Corporation Network packet switch using shared memory for repeating and bridging packets at media rate
US5432907A (en) * 1992-05-12 1995-07-11 Network Resources Corporation Network hub with integrated bridge
US5457681A (en) * 1992-06-05 1995-10-10 Washington University ATM-Ethernet portal/concentrator
JPH066362A (en) * 1992-06-23 1994-01-14 Hitachi Ltd Message processing load distribution system for host system in lan
US5425028A (en) * 1992-07-16 1995-06-13 International Business Machines Corporation Protocol selection and address resolution for programs running in heterogeneous networks
US5291482A (en) * 1992-07-24 1994-03-01 At&T Bell Laboratories High bandwidth packet switch
US5490252A (en) * 1992-09-30 1996-02-06 Bay Networks Group, Inc. System having central processor for transmitting generic packets to another processor to be altered and transmitting altered packets back to central processor for routing
JP3104429B2 (en) * 1992-10-08 2000-10-30 株式会社日立製作所 Common buffer type ATM switch having copy function and copy method thereof
US5649109A (en) * 1992-10-22 1997-07-15 Digital Equipment Corporation Apparatus and method for maintaining forwarding information in a bridge or router using multiple free queues having associated free space sizes
US5404538A (en) * 1992-10-28 1995-04-04 International Business Machines Corporation Method and apparatus for multilevel bus arbitration
JPH07118717B2 (en) * 1993-01-05 1995-12-18 日本電気株式会社 Multi-protocol packet network configuration method
US5459714A (en) * 1993-02-22 1995-10-17 Advanced Micro Devices, Inc. Enhanced port activity monitor for an integrated multiport repeater
US5365514A (en) * 1993-03-01 1994-11-15 International Business Machines Corporation Event driven interface for a system for monitoring and controlling a data communications network
US5485578A (en) * 1993-03-08 1996-01-16 Apple Computer, Inc. Topology discovery in a multiple-ring network
US5386413A (en) * 1993-03-19 1995-01-31 Bell Communications Research, Inc. Fast multilevel hierarchical routing table lookup using content addressable memory
JPH077524A (en) * 1993-04-06 1995-01-10 Siemens Ag Method for accessing of communication subscriber to address identifier
US5402415A (en) * 1993-04-22 1995-03-28 Washington University Multicast virtual circuit switch using cell recycling
AU675302B2 (en) * 1993-05-20 1997-01-30 Nec Corporation Output-buffer switch for asynchronous transfer mode
US5426736A (en) * 1993-05-26 1995-06-20 Digital Equipment Corporation Method and apparatus for processing input/output commands in a storage system having a command queue
US5396602A (en) * 1993-05-28 1995-03-07 International Business Machines Corp. Arbitration logic for multiple bus computer system
GB9312135D0 (en) * 1993-06-11 1993-07-28 Inmos Ltd Generation of checking data
US5394402A (en) * 1993-06-17 1995-02-28 Ascom Timeplex Trading Ag Hub for segmented virtual local area network with shared media access
JP2546505B2 (en) * 1993-06-23 1996-10-23 日本電気株式会社 Address learning device in CLAD
US5515376A (en) * 1993-07-19 1996-05-07 Alantec, Inc. Communication apparatus and methods
US5473607A (en) * 1993-08-09 1995-12-05 Grand Junction Networks, Inc. Packet filtering for data networks
US5422838A (en) * 1993-10-25 1995-06-06 At&T Corp. Content-addressable memory with programmable field masking
US5574861A (en) * 1993-12-21 1996-11-12 Lorvig; Don Dynamic allocation of B-channels in ISDN
US5485455A (en) * 1994-01-28 1996-01-16 Cabletron Systems, Inc. Network having secure fast packet switching and guaranteed quality of service
JP2713153B2 (en) * 1994-03-09 1998-02-16 日本電気株式会社 Bridge device
JPH07254906A (en) * 1994-03-16 1995-10-03 Mitsubishi Electric Corp Shift register having priority processing function, packet communication switching device using it, atm network using it, packet communication system having priority processing and atm communication system with priority processing
JP3542159B2 (en) 1994-03-17 2004-07-14 株式会社日立製作所 Bridge with multiprocessor structure
US5509123A (en) * 1994-03-22 1996-04-16 Cabletron Systems, Inc. Distributed autonomous object architectures for network layer routing
US5459717A (en) * 1994-03-25 1995-10-17 Sprint International Communications Corporation Method and apparatus for routing messagers in an electronic messaging system
US5493564A (en) * 1994-03-25 1996-02-20 Sprint International Communications Corp. Method and apparatus for global routing of electronic messages
EP0676878A1 (en) * 1994-04-07 1995-10-11 International Business Machines Corporation Efficient point to point and multi point routing mechanism for programmable packet switching nodes in high speed data transmission networks
DE69428186T2 (en) * 1994-04-28 2002-03-28 Hewlett Packard Co Multicast device
EP0680173B1 (en) * 1994-04-28 2003-09-03 Hewlett-Packard Company, A Delaware Corporation Multicasting apparatus
EP0680178A1 (en) * 1994-04-28 1995-11-02 Hewlett-Packard Company Cell switch fabric chip
EP0681381A1 (en) * 1994-05-06 1995-11-08 International Business Machines Corporation Method and apparatus for modifying frame check sequences in intermediate high speed network nodes
EP0684716B1 (en) * 1994-05-25 2002-02-27 International Business Machines Corporation A data communication network and method for operating said network
US5461611A (en) * 1994-06-07 1995-10-24 International Business Machines Corporation Quality of service management for source routing multimedia packet networks
US5617421A (en) * 1994-06-17 1997-04-01 Cisco Systems, Inc. Extended domain computer network using standard links
US5583981A (en) * 1994-06-28 1996-12-10 Microsoft Corporation Method and system for changing the size of edit controls on a graphical user interface
EP0691769A1 (en) * 1994-07-07 1996-01-10 International Business Machines Corporation Voice circuit emulation system in a packet switching network
US5615340A (en) * 1994-07-21 1997-03-25 Allied Telesyn Int'l Corp. Network interfacing apparatus and method using repeater and cascade interface with scrambling
US5751967A (en) 1994-07-25 1998-05-12 Bay Networks Group, Inc. Method and apparatus for automatically configuring a network device to support a virtual network
US5640605A (en) * 1994-08-26 1997-06-17 3Com Corporation Method and apparatus for synchronized transmission of data between a network adaptor and multiple transmission channels using a shared clocking frequency and multilevel data encoding
US5619500A (en) * 1994-09-01 1997-04-08 Digital Link Corporation ATM network interface
US5594727A (en) * 1994-09-19 1997-01-14 Summa Four, Inc. Telephone switch providing dynamic allocation of time division multiplex resources
US5490139A (en) * 1994-09-28 1996-02-06 International Business Machines Corporation Mobility enabling access point architecture for wireless attachment to source routing networks
US5675741A (en) * 1994-10-25 1997-10-07 Cabletron Systems, Inc. Method and apparatus for determining a communications path between two nodes in an Internet Protocol (IP) network
US5784573A (en) 1994-11-04 1998-07-21 Texas Instruments Incorporated Multi-protocol local area network controller
US5837021A (en) 1994-12-09 1998-11-17 L'air Liquide, Societe Anonyme Pour L'etude Et L'exploitation Des Procedes Georges Claude Installation for the treatment of at least one fluid, by passage through two adjacent masses of material
US5619497A (en) * 1994-12-22 1997-04-08 Emc Corporation Method and apparatus for reordering frames
KR0132960B1 (en) 1994-12-22 1998-04-21 양승택 Method and apparatus for detecting congestion status of
JP3014080B2 (en) 1994-12-28 2000-02-28 三菱電機株式会社 Exchange adapter and general-purpose computer
US5550816A (en) * 1994-12-29 1996-08-27 Storage Technology Corporation Method and apparatus for virtual switching
US5566170A (en) * 1994-12-29 1996-10-15 Storage Technology Corporation Method and apparatus for accelerated packet forwarding
US5563878A (en) 1995-01-05 1996-10-08 International Business Machines Corporation Transaction message routing in digital communication networks
JP3099663B2 (en) 1995-02-09 2000-10-16 株式会社デンソー Communications system
US5561666A (en) * 1995-03-06 1996-10-01 International Business Machines Corporation Apparatus and method for determining operational mode for a station entering a network
US5633865A (en) * 1995-03-31 1997-05-27 Netvantage Apparatus for selectively transferring data packets between local area networks
US5724348A (en) 1995-04-05 1998-03-03 International Business Machines Corporation Efficient hardware/software interface for a data switch
US5561791A (en) * 1995-04-10 1996-10-01 Digital Equipment Corporation Method and apparatus for conditioning timed program independent of transport timing
JPH08288965A (en) 1995-04-18 1996-11-01 Hitachi Ltd Switching system
US5608726A (en) * 1995-04-25 1997-03-04 Cabletron Systems, Inc. Network bridge with multicast forwarding table
US5802278A (en) 1995-05-10 1998-09-01 3Com Corporation Bridge/router architecture for high performance scalable networking
JP3515263B2 (en) 1995-05-18 2004-04-05 株式会社東芝 Router device, data communication network system, node device, data transfer method, and network connection method
JP2770782B2 (en) 1995-05-31 1998-07-02 日本電気株式会社 LAN connection device
US5815737A (en) 1995-06-05 1998-09-29 Pmc-Sierra, Inc. Approach for identifying a subset of asynchronous transfer mode (ATM) VPI/VCI values in the complete VPI/VCI range
US5619661A (en) * 1995-06-05 1997-04-08 Vlsi Technology, Inc. Dynamic arbitration system and method
US5734865A (en) 1995-06-07 1998-03-31 Bull Hn Information Systems Inc. Virtual local area network well-known port routing mechanism for mult--emulators in an open system environment
US5636371A (en) * 1995-06-07 1997-06-03 Bull Hn Information Systems Inc. Virtual network mechanism to access well known port application programs running on a single host system
US5790808A (en) 1995-07-06 1998-08-04 3 Com Active topology maintenance in reconfiguring bridged local area networks with state transition with forgetting interval
US5651002A (en) * 1995-07-12 1997-07-22 3Com Corporation Internetworking device with enhanced packet header translation and memory
US5751971A (en) 1995-07-12 1998-05-12 Cabletron Systems, Inc. Internet protocol (IP) work group routing
US5754540A (en) 1995-07-18 1998-05-19 Macronix International Co., Ltd. Expandable integrated circuit multiport repeater controller with multiple media independent interfaces and mixed media connections
US5691984A (en) * 1995-08-15 1997-11-25 Honeywell Inc. Compact, adaptable brouting switch
US5740175A (en) 1995-10-03 1998-04-14 National Semiconductor Corporation Forwarding database cache for integrated switch controller
US5633710A (en) * 1995-10-04 1997-05-27 Egs Inc. System for self-aligning vehicle headlamps
JPH09130421A (en) 1995-11-02 1997-05-16 Furukawa Electric Co Ltd:The Virtual network controlling method
US5784559A (en) 1995-11-06 1998-07-21 Sun Microsystems, Inc. Full duplex flow control for ethernet networks
US5757771A (en) 1995-11-14 1998-05-26 Yurie Systems, Inc. Queue management to serve variable and constant bit rate traffic at multiple quality of service levels in a ATM switch
US5684800A (en) * 1995-11-15 1997-11-04 Cabletron Systems, Inc. Method for establishing restricted broadcast groups in a switched network
US5754801A (en) 1995-11-20 1998-05-19 Advanced Micro Devices, Inc. Computer system having a multimedia bus and comprising a centralized I/O processor which performs intelligent data transfers
JP2842522B2 (en) 1995-12-06 1999-01-06 日本電気株式会社 ATM switch and control method thereof
US5689506A (en) * 1996-01-16 1997-11-18 Lucent Technologies Inc. Multicast routing in multistage networks
US5838681A (en) 1996-01-24 1998-11-17 Bonomi; Flavio Dynamic allocation of port bandwidth in high speed packet-switched digital switching systems
US5754774A (en) 1996-02-15 1998-05-19 International Business Machine Corp. Client/server communication system
US5740375A (en) 1996-02-15 1998-04-14 Bay Networks, Inc. Forwarding internetwork packets by replacing the destination address
US5724358A (en) 1996-02-23 1998-03-03 Zeitnet, Inc. High speed packet-switched digital switch and method
US5781549A (en) 1996-02-23 1998-07-14 Allied Telesyn International Corp. Method and apparatus for switching data packets in a data network
US5764634A (en) 1996-03-13 1998-06-09 International Business Machines Corporation Lan switch with zero latency
US5764636A (en) 1996-03-28 1998-06-09 Cisco Technology, Inc. Color blocking logic mechanism for a high-performance network switch
US5740171A (en) 1996-03-28 1998-04-14 Cisco Systems, Inc. Address translation mechanism for a high-performance network switch
US5742604A (en) 1996-03-28 1998-04-21 Cisco Systems, Inc. Interswitch link mechanism for connecting high-performance network switches
US5812527A (en) 1996-04-01 1998-09-22 Motorola Inc. Simplified calculation of cell transmission rates in a cell based netwook
US5923654A (en) 1996-04-25 1999-07-13 Compaq Computer Corp. Network switch that includes a plurality of shared packet buffers
US5878043A (en) 1996-05-09 1999-03-02 Northern Telecom Limited ATM LAN emulation
US5748631A (en) 1996-05-09 1998-05-05 Maker Communications, Inc. Asynchronous transfer mode cell processing system with multiple cell source multiplexing
US5802052A (en) 1996-06-26 1998-09-01 Level One Communication, Inc. Scalable high performance switch element for a shared memory packet or ATM cell switch fabric
US5872783A (en) 1996-07-24 1999-02-16 Cisco Systems, Inc. Arrangement for rendering forwarding decisions for packets transferred among network switches
US5898687A (en) 1996-07-24 1999-04-27 Cisco Systems, Inc. Arbitration mechanism for a multicast logic engine of a switching fabric circuit
US5748905A (en) 1996-08-30 1998-05-05 Fujitsu Network Communications, Inc. Frame classification using classification keys
US5835491A (en) 1996-11-21 1998-11-10 Xerox Corporation Method for supporting multicast capabilities in switching networks with a reservation ring
US5878232A (en) 1996-12-27 1999-03-02 Compaq Computer Corporation Dynamic reconfiguration of network device's virtual LANs using the root identifiers and root ports determined by a spanning tree procedure
US5852607A (en) 1997-02-26 1998-12-22 Cisco Technology, Inc. Addressing mechanism for multiple look-up tables
US5859849A (en) 1997-05-06 1999-01-12 Motorola Inc. Modular switch element for shared memory switch fabric
US5856977A (en) 1997-05-15 1999-01-05 Yang; Muh-Rong Distribution network switch for very large gigabit switching architecture

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4807111A (en) * 1987-06-19 1989-02-21 International Business Machines Corporation Dynamic queueing method
US5410722A (en) * 1993-01-21 1995-04-25 Conner Peripherals, Inc. Queue system for dynamically allocating and moving memory registers between a plurality of pseudo queues
US5555405A (en) * 1993-07-06 1996-09-10 Digital Equipment Corporation Method and apparatus for free space management in a forwarding database having forwarding entry sets and multiple free space segment queues
US5706472A (en) * 1995-02-23 1998-01-06 Powerquest Corporation Method for manipulating disk partitions

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6694388B1 (en) * 2000-05-31 2004-02-17 3Com Corporation Dynamic queuing system incorporating multiple queues sharing a single memory
US11850308B2 (en) 2007-06-26 2023-12-26 Bonafide Health, Llc Multiple unit dosage form having a therapeutic agent in combination with a nutritional supplement

Also Published As

Publication number Publication date
US6044418A (en) 2000-03-28
DE69836812T2 (en) 2007-10-11
EP0993635A1 (en) 2000-04-19
EP0993635A4 (en) 2005-06-08
ATE350708T1 (en) 2007-01-15
EP0993635B1 (en) 2007-01-03
JP2002508125A (en) 2002-03-12
DE69836812D1 (en) 2007-02-15

Similar Documents

Publication Publication Date Title
US6044418A (en) Method and apparatus for dynamically resizing queues utilizing programmable partition pointers
US6877048B2 (en) Dynamic memory allocation between inbound and outbound buffers in a protocol handler
US6246680B1 (en) Highly integrated multi-layer switch element architecture
US6922408B2 (en) Packet communication buffering with dynamic flow control
JP4150336B2 (en) Configuration to create multiple virtual queue pairs from compressed queue pairs based on shared attributes
JP3734704B2 (en) Packet classification engine
CA2358525C (en) Dynamic assignment of traffic classes to a priority queue in a packet forwarding device
EP1012712B1 (en) Computer interface for direct mapping of application data
US7633861B2 (en) Fabric access integrated circuit configured to bound cell reorder depth
US7865633B2 (en) Multiple context single logic virtual host channel adapter
US20020048270A1 (en) Network switch using network processor and methods
EP1005739A1 (en) Shared memory management in a switched network element
EP1466449A1 (en) Deferred queuing in a buffered switch
WO2000000892A1 (en) Systems and methods for implementing pointer management
WO2002103537A1 (en) Switch assisted frame aliasing for storage virtualization
JPH04227155A (en) Method and apparatus for network information transfer
US7525904B1 (en) Redundant packet routing and switching device and method
US6678782B1 (en) Flow architecture for remote high-speed interface application
JP4408376B2 (en) System, method and logic for queuing packets to be written to memory for exchange
JP4209186B2 (en) A processor configured to reduce memory requirements for fast routing and switching of packets
US7710991B1 (en) Scalable packet routing and switching device and method
US20070104187A1 (en) Cache-based free address pool
AU7243400A (en) Method and apparatus for call buffer protection in the event of congestion
JP2000259523A (en) Data transfer device, lan communication system and data transfer method
JP3524338B2 (en) Fabric with storage device and control device thereof

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1998931656

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1998931656

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1998931656

Country of ref document: EP