[go: up one dir, main page]

US20140348177A1 - Managing flow control buffer - Google Patents

Managing flow control buffer Download PDF

Info

Publication number
US20140348177A1
US20140348177A1 US14/454,804 US201414454804A US2014348177A1 US 20140348177 A1 US20140348177 A1 US 20140348177A1 US 201414454804 A US201414454804 A US 201414454804A US 2014348177 A1 US2014348177 A1 US 2014348177A1
Authority
US
United States
Prior art keywords
data
queue
network node
segments
data segments
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.)
Abandoned
Application number
US14/454,804
Inventor
James Tierney
David Stuart
Bradley Venables
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.)
RPX Clearinghouse LLC
Original Assignee
Rockstar Consortium US LP
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 Rockstar Consortium US LP filed Critical Rockstar Consortium US LP
Priority to US14/454,804 priority Critical patent/US20140348177A1/en
Publication of US20140348177A1 publication Critical patent/US20140348177A1/en
Assigned to RPX CLEARINGHOUSE LLC reassignment RPX CLEARINGHOUSE LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BOCKSTAR TECHNOLOGIES LLC, CONSTELLATION TECHNOLOGIES LLC, MOBILESTAR TECHNOLOGIES LLC, NETSTAR TECHNOLOGIES LLC, ROCKSTAR CONSORTIUM LLC, ROCKSTAR CONSORTIUM US LP
Assigned to JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT reassignment JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT SECURITY AGREEMENT Assignors: RPX CLEARINGHOUSE LLC, RPX CORPORATION
Assigned to RPX CORPORATION, RPX CLEARINGHOUSE LLC reassignment RPX CORPORATION RELEASE (REEL 038041 / FRAME 0001) Assignors: JPMORGAN CHASE BANK, N.A.
Abandoned 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/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/622Queue service order
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Definitions

  • Data communication networks use flow control to regulate the flow of data and reduce congestion at various points within a network.
  • Flow control is used between nodes in a network by sending messages across a transmission medium indicating when a data packet is ready to be received.
  • Flow control is also used between devices in a network by providing signals on control lines to indicate device status.
  • Flow control between network devices typically includes monitoring the state of a data buffer to prevent overflow or underflow of the data buffer.
  • a method includes maintaining a count of data segments, the count including data segments in a queue and data segments in transit between a data source and the queue, and controlling a flow of data segments from the data source, based on a value of the count.
  • Embodiments of the invention may include one or more of the following features.
  • the data source includes an input buffer.
  • the data segments in transit include data segments in a data pipeline of a device that reads data segments from the data source.
  • Maintaining the count includes incrementing the count when a data segment leaves the data source, and decrementing the count when a data segment leaves the queue.
  • the queue has at least as many elements as a maximum number of data segments in transit.
  • the queue has fewer elements than twice a maximum number of data segments in transit.
  • the queue is one of a plurality of queues stored in a memory buffer.
  • the method also includes maintaining counts of data segments for each of the queues.
  • Controlling the flow of data segments includes accepting a data segment for a designated one of the queues from the data source only when the count for the designated queue is less than a predetermined number.
  • the predetermined number is equal to the number of elements in the designated queue.
  • the invention features an apparatus including a data source, a memory buffer in communication with the data source and storing a queue, and circuitry configured to maintain a count of data segments, the count including data segments in the queue and data segments in transit between the data source and the queue.
  • the circuitry is further configured to control a flow of data segments from the data source, based on a value of the count.
  • the invention features an system including a first buffer, a processor having a data pipeline in communication with the first buffer, a second buffer in communication with the processor and storing a queue, one or more communication lines in communication with the first buffer, a switch fabric in communication with the second buffer, and circuitry configured to maintain a count of data segments, the count including data segments in the queue and data segments in transit between the data source and the queue.
  • the circuitry is further configured to control a flow of data segments from the data source, based on a value of the count.
  • the invention features a processor including a data source, and circuitry configured to maintain a count of data segments, the count including data segments in a queue and data segments in transit between the data source and the queue.
  • the circuitry is further configured to control a flow of data segments from the data source, based on a value of the count.
  • Embodiments of the invention may include one or more of the following advantages.
  • the amount of buffer space used by the queues can be reduced by keeping track of the number of data segments in transit between a flow controllable source and a queue.
  • Throughput of the traffic management system can be kept high by having enough buffer space to prevent underflow, of the queues and/or to match flow control turn-on latency.
  • FIG. 1 is a block diagram depicting a system for transferring data packets between a WAN network and a LAN network.
  • FIG. 2 is a block diagram of a traffic management system.
  • FIG. 3 is a block diagram of a portion of an interface between a traffic manager and a fabric access module for handling ingress traffic to a switch fabric.
  • FIG. 4 is a state transition diagram for a finite state machine in a flow control module.
  • FIG. 5 is a block diagram of another example of a portion of an interface between a traffic manager and a fabric access module for handling ingress traffic to a switch fabric.
  • a system 10 for transmitting data packets from a computer system 12 to other computer systems 16 , 18 via a wide area network (WAN) 14 and a local area network (LAN) 20 includes a network device 22 (e.g., a switch or a router) that collects a stream of “n” data packets 24 , and prepares each of the data packets for transmission through the LAN 20 and delivery to the appropriate destination computer system 16 or computer system 18 .
  • “data packet — 1” is transmitted from the computer system 12 for delivery to computer system 18 and “data packet — 2” is transmitted for delivery to computer system 16 .
  • the network device 22 includes a traffic management system 26 that processes the data packet stream 24 .
  • the traffic management system 26 uses a switch fabric 28 having a set of ports 30 (e.g., 16 or 32 ports) to switch traffic among a set of physical communication lines 32 (e.g., optical fiber or Ethernet cable).
  • the ports handle different types of traffic. For example, some of the ports are “access ports” for connecting to LANs such as LAN 20 , and some of the ports are “trunk ports” typically having a larger bandwidth than the access ports for connecting to WANs such as WAN 14 .
  • the ports are bidirectional, handling both incoming “ingress” traffic and outgoing “egress” traffic (on separate lines).
  • An incoming data packet is received over one of the communication lines 32 by a transceiver 34 .
  • the transceiver converts an incoming optical bit stream into an electronic bit stream.
  • a transceiver handles a single communication line or a set of multiple communication lines.
  • Each of the communication lines 32 is bidirectional, i.e., having separate transmit and receive optical fibers.
  • the traffic management system 26 includes a physical access module 36 that processes the electronic bit stream for a transceiver 34 .
  • the physical access module 36 extracts packets from the electronic bit stream for a receive mode and combines packets into the proper format (e.g., SONET/SDH frames) for a transmit mode.
  • the physical access module also buffers ingress and egress traffic.
  • a traffic manager 38 handles tasks such as processing data packets received by the physical access module 36 according to a standard protocol (e.g., a data link layer protocol).
  • the traffic manager 38 buffers data received from the physical access module 36 in an internal buffer 79 ( FIG. 2 ).
  • the traffic manager 38 forwards this data to the fabric access module 40 while respecting the flow control information received from the fabric access module 40 .
  • the traffic manager discards data if queues in its internal buffer 79 grow beyond set limits.
  • the traffic manager 3 B includes a dedicated control unit, such as a network processing unit (NPU), to perform these tasks.
  • the traffic manager 38 has a control unit 80 for the ingress traffic and a control unit 81 for the egress traffic.
  • the traffic manager 38 can have separate control units for interfacing with the physical access module 36 and the fabric access module 40 , or a single control unit. Other arrangements are possible.
  • the traffic management system 26 also includes a fabric access module 40 (for each port) for buffering data packets and transferring data packets and control signals between the traffic management system 26 and the switch fabric 28 .
  • the switch fabric 28 has a port 50 that is in communication with a fabric access module 40 .
  • the port 50 communicates with the fabric access module over an interface that includes an input bus 51 for ingress traffic, a control bus 52 for control signals, and an output bus 53 for egress traffic.
  • the switch fabric 28 includes a control module 54 that handles reading and writing of control signals and directing traffic arriving on an input bus of one port (e.g., port 50 ) through a switching core 55 to an output bus of another port (e.g., port 56 ).
  • the fabric access module 40 for port 50 includes a control unit 62 (e.g., a processor or an application specific integrated circuit (ASIC)) that handles traffic and control signals for the ingress direction and a control unit 64 that handles traffic and control signals for the egress direction.
  • Ingress traffic arriving from the traffic manager 38 on a bus 72 is stored in an input buffer 66 .
  • the input buffer 66 is divided into separate queues, one for each of the other ports of the switch fabric 28 . This allocation of memory resources in the input buffer 66 is useful for preventing packets, which arrive for a busy port from using all of the buffer space in the input buffer 66 , and consequently blocking traffic on other ports.
  • An output buffer 68 stores packets from the switch fabric to send to the traffic manager 38 via bus 76 .
  • the output buffer 68 is divided into separate queues for multiple priority classes.
  • the physical access module 36 has a control unit 102 that handles traffic and control signals for the ingress direction and a control unit 104 that handles traffic and control signals for the egress direction.
  • Ingress traffic arriving from a transceiver 34 is stored in an input buffer 106 .
  • a single transceiver 34 may handle multiple bidirectional communication lines 32 .
  • An output buffer 108 stores packets from the traffic manager 38 to send out on one of the communication lines 32 of the transceiver 34 .
  • the output buffer 108 is divided into separate queues for each of the communication lines 32 .
  • the traffic manager 38 uses the control unit 80 to coordinate the flow of ingress traffic from the physical access module 36 to the fabric access module 40 , and the control unit 81 to coordinate the flow of egress traffic from the fabric access module 40 to the physical access module 36 .
  • Ingress traffic is received over the bus 96 , passed through a buffer 79 and a set of pipeline registers 10 , of the control unit 80 , and output onto the bus 72 .
  • the traffic manager 38 uses control signals over control buses 98 and 74 to coordinate the transfer of data packets and to select a queue for each packet based on the packet's destination port.
  • Egress traffic is received over the bus 76 , passed through a buffer 83 and a set of pipeline registers of the control unit 81 , and output onto the bus 92 .
  • the traffic manager 38 uses control signals over control buses 78 and 94 to coordinate the transfer of data packets and to select a queue for each packet based on the packet's destination communication line.
  • FIG. 3 a portion of an interface between a traffic manager 38 and a fabric access module 40 for handling ingress traffic to the switch fabric 28 is shown. Since there are potentially many traffic managers 38 in the traffic management system 26 that are sending data packets to the switch fabric 28 (via a fabric access module 40 ), there may be congestion if a burst of data packets from many switch fabric ports are switched to the same switch fabric port output bus. Flow control is used to regulate traffic flow from the traffic manager 38 , through the fabric access module 40 , to the switch fabric 28 .
  • the traffic manager 38 supports incremental flow control based on priority classes. If packets are labeled (e.g., by bits in a header) according to a set of priority classes (e.g., four priority classes labeled by two priority bits) then the traffic manager 38 can perform incremental flow control by turning off lower priority traffic while continuing to send higher priority traffic.
  • a set of priority classes e.g., four priority classes labeled by two priority bits
  • a CLOCK signal 110 is used to synchronize the transfer of a data packet over the data bus 72 in segments of up to 32 bits per clock cycle.
  • the traffic manager 38 receives a packet in segments from the physical access module 36 . Alternatively, the traffic manager may receive a packet and split the packet into the appropriate number of segments, or a small packet can be sent in a single segment.
  • the fabric access module 40 transfers the segments to the switch fabric 28 , and the switch fabric 28 switches the segments to the appropriate output port in the appropriate order for each packet.
  • the traffic manager 38 stores a flag for each queue indicating whether the switch fabric 28 is accepting segments for that queue (the flow control “XON state”), or is not accepting segments for that queue (the flow control “XOFF state”).
  • the traffic manager 38 buffers data received from the physical access module 36 and forwards this data to the fabric access module 40 based on the flow control state for the respective queues.
  • the flow control state (XON or XOFF) is determined by the traffic manager 38 based on flow control information, as described in more detail below.
  • the traffic manager When a queue for a packet is in the XON state, the traffic manager sends the packet segments to the fabric access module 40 .
  • the control unit 80 uses the pipeline 82 to increase the throughput of processed segments that are output onto the data bus 72 by the traffic manager 38 .
  • the pipeline has a number of stages S that is determined to suit the needs of the processing functions performed by the control unit 80 (e.g., 25 or 50 stages).
  • the control unit 80 stops reading packet segments from the internal buffer 79 , and any segments remaining in the pipeline 82 continue to cycle out of the pipeline and into the appropriate queue of the fabric access module 40 .
  • the traffic manager 38 To transfer the segments of a packet from the traffic manager 38 to the fabric access module 40 , the traffic manager 38 asserts the ENABLE signal to indicate that the traffic manager 38 is ready to transmit a packet to the fabric access module 40 .
  • the traffic manager 38 identifies a queue into which the packet is to be written, by sending an identifier over the data bus 72 .
  • the traffic manager 38 ′ asserts the START signal to notify the fabric access module 40 to read the queue identifier on the data bus 72 .
  • the traffic manager 38 deasserts the START signal and sends segments of a data packet for the identified queue over the data bus 72 in subsequent clock cycles.
  • the traffic manager 38 can pause the transfer of the segments of a packet by deasserting the ENABLE signal, and can resume the transfer by reasserting the ENABLE signal.
  • the transfer of the packet is completed after an “end of packet” control signal (not shown) is received by the fabric access module 40 .
  • the control unit 80 may have segments for more than one packet in its pipeline 82 at any given time. For example, the final segment of one packet and the first segments of another are typically in the pipeline 82 at the same time. Also, since the transfer of the segments of a packet can be paused before it is complete (e.g., due to congestion and a flag switching from the XON state to the XOFF state), there may be segments for more than two packets in the pipeline 82 .
  • a segment written into a queue is typically sent to the switch fabric before the next segment is written into the queue.
  • each of the queues has either no segments or a single segment stored at a given time.
  • the pipeline 82 has S p segments stored in the S p stages, after the pipeline 82 has had a chance to fill (after S p clock cycles).
  • the switch fabric 28 When a particular switch fabric port becomes congested (e.g., due to filling of buffer space in the switch fabric 28 for data packets leaving the fabric on the output bus for that port), the switch fabric 28 notifies the fabric access modules 40 (over a control bus 52 ) to stop sending data for that port to the fabric. For incremental flow control, the switch fabric 28 first notifies the fabric access modules 40 to stop sending low-priority traffic when the switch fabric buffer reaches a low-priority threshold. As the switch fabric buffer reaches higher priority thresholds, the switch fabric 28 stops higher priority traffic. When a particular switch fabric port is no longer congested, the switch fabric 28 notifies the fabric access modules 40 to start sending data to the fabric again.
  • the switch fabric 28 may stop low-priority traffic for a single congested port, or for all ports at the same time.
  • the switch fabric flow control causes the traffic manager 38 to place a queue in the XON or XOFF state.
  • the switch fabric 28 sends a flow control signal to the fabric access module 40 to stop sending from a particular queue
  • the number of segments stored in that queue increases. This increase in segments causes the fabric access module 40 to send a “backpressure” indicator to the traffic manager 38 .
  • the traffic manager 38 places that queue in the XOFF state so that the queue will not overflow. After the traffic manager 38 places the queue in the XOFF state and stops transmitting segments for that queue, the queue may continue to grow due to segments for that queue flushing out of the pipeline 82 .
  • One approach to handling this pipeline flushing flow control latency is to include enough buffer space in each of the queues to absorb these segments.
  • Each queue stores a maximum number of elements S q (each element holding one segment) where S q ⁇ S p .
  • the buffer 66 has at least enough memory space for NS q segments.
  • the queue should have a size of S q ⁇ S p .
  • the traffic manager 38 places the queue in the XOFF state. If no segments are flushed into the queue, then there are S p segments built-up. However, there is enough buffer space in the queue to absorb S p more segments that may be flushed into the queue.
  • a flow control module 84 uses circuitry (e.g., a field-programmable gate array (FPGA)) to transition between flow control XON and XOFF states for each queue. For each queue, the flow control module 84 maintains a count F of segments “in transit” from the input buffer 79 of the traffic manager 38 to the output of the fabric access module 40 . The flow control module 84 executes a separate finite state machine (FSM) for each queue for determining the transitions between flow control states.
  • FSM finite state machine
  • the count F of data segments in transit includes data segments in a queue of the traffic manager 38 and data segments in transit between the input buffer 79 and the queue.
  • data segments in transit includes data segments in registers of the pipeline 82 .
  • the data segments in transit can include data segments in any of a variety of storage or communication devices that may be between the input buffer 79 and the queue.
  • the data segments in transit can include segments in a memory device (e.g., a scheduling pipeline, a frame modification pipeline, a data FIFO, or an intermediate queue with no flow control capability) or in a data communication system (e.g., a transmission system or a fabric system).
  • FIG. 4 shows a state transition diagram 200 for an FSM for one of the queues.
  • the FSM transitions to the XON state 204 .
  • the traffic manager 38 sends a RECEIVED control signal over a control line 120 from the traffic manager 38 to the flow control module 84 .
  • the RECEIVED control signal indicates to which queue the segment corresponds.
  • the FSM for the corresponding queue increments the value of F by 1.
  • the control module 62 handling the buffer 66 sends a SENT control signal to the flow control module 84 .
  • the SENT control signal indicates from which queue the segment was sent.
  • the FSM for the corresponding queue decrements the value of F by 1.
  • the SENT control signal also indicates the number of segments that are remaining in the queue (not including any segments that may still be in the pipeline 82 ).
  • the flow control module 84 uses this number of segments remaining to perform a validation check of the state of the corresponding FSM and correct any errors detected.
  • the FSM transitions to the XOFF state 206 . If the fabric access module 40 has stopped sending segments from the corresponding queue (due to a flow control signal from the switch fabric 28 ) then the total segments F in will not change until the fabric access module 40 starts sending from that queue again. When the fabric access module 40 starts sending again, the FSM decrements the value of F by 1 (in response to a SENT control signal) and transitions to the XON state 204 . Changes in the state of a queue (as determined by the flow control module 84 ) are sent to the traffic manager 38 via control signals QUEUEID and QUEUESTATE that identify the queue and the state of the queue, respectively.
  • a queue does not need to have a size (i.e., maximum number of elements) of S q ⁇ 2S p in order to ensure that there are at least S p segments built-up in the queue after changing to the XOFF state.
  • the flow control module 84 is incorporated into the control unit 80 .
  • the SENT control signal is sent over a control line 130 from the fabric access module 40 to the traffic manager 38 .
  • the control unit 80 performs the functions of the flow control module 84 as described above.
  • the traffic manager 38 can control the flow of traffic to another type of device (e.g., a framer).
  • another type of device e.g., a framer
  • the tracking of data in transit and data stored in a queue can be extended to include a collection of queues where the total data in transit for the collection of queues and the total number of data segment stored in the collection of queues can be tracked allowing flow control of the collection of queues through a single XON/OFF control.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A count of data segments is maintained. The count includes data segments in a queue and data segments in transit between a data source and the queue. A flow of data segments from the data source is controlled, based on a value of the count.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • The present application is a continuation of U.S. patent application Ser. No. 10/744,769, which was filed on Dec. 22, 2003, the disclosure of which is hereby incorporated by reference in its entirety.
  • BACKGROUND
  • Data communication networks use flow control to regulate the flow of data and reduce congestion at various points within a network. Flow control is used between nodes in a network by sending messages across a transmission medium indicating when a data packet is ready to be received. Flow control is also used between devices in a network by providing signals on control lines to indicate device status. Flow control between network devices typically includes monitoring the state of a data buffer to prevent overflow or underflow of the data buffer.
  • SUMMARY
  • According to an aspect of the invention a method includes maintaining a count of data segments, the count including data segments in a queue and data segments in transit between a data source and the queue, and controlling a flow of data segments from the data source, based on a value of the count.
  • Embodiments of the invention may include one or more of the following features.
  • The data source includes an input buffer.
  • The data segments in transit include data segments in a data pipeline of a device that reads data segments from the data source.
  • Maintaining the count includes incrementing the count when a data segment leaves the data source, and decrementing the count when a data segment leaves the queue.
  • The queue has at least as many elements as a maximum number of data segments in transit.
  • The queue has fewer elements than twice a maximum number of data segments in transit.
  • The queue is one of a plurality of queues stored in a memory buffer.
  • All of the queues have the same number of elements.
  • The method also includes maintaining counts of data segments for each of the queues.
  • Controlling the flow of data segments includes accepting a data segment for a designated one of the queues from the data source only when the count for the designated queue is less than a predetermined number.
  • The predetermined number is equal to the number of elements in the designated queue.
  • In general, in another aspect, the invention features an apparatus including a data source, a memory buffer in communication with the data source and storing a queue, and circuitry configured to maintain a count of data segments, the count including data segments in the queue and data segments in transit between the data source and the queue. The circuitry is further configured to control a flow of data segments from the data source, based on a value of the count.
  • In general, in another aspect, the invention features an system including a first buffer, a processor having a data pipeline in communication with the first buffer, a second buffer in communication with the processor and storing a queue, one or more communication lines in communication with the first buffer, a switch fabric in communication with the second buffer, and circuitry configured to maintain a count of data segments, the count including data segments in the queue and data segments in transit between the data source and the queue. The circuitry is further configured to control a flow of data segments from the data source, based on a value of the count.
  • In general, in another aspect, the invention features a processor including a data source, and circuitry configured to maintain a count of data segments, the count including data segments in a queue and data segments in transit between the data source and the queue. The circuitry is further configured to control a flow of data segments from the data source, based on a value of the count.
  • Embodiments of the invention may include one or more of the following advantages. The amount of buffer space used by the queues can be reduced by keeping track of the number of data segments in transit between a flow controllable source and a queue. Throughput of the traffic management system can be kept high by having enough buffer space to prevent underflow, of the queues and/or to match flow control turn-on latency.
  • Other features and advantages of the invention will become apparent from the following description, and from the claims.
  • DESCRIPTION OF DRAWINGS
  • FIG. 1 is a block diagram depicting a system for transferring data packets between a WAN network and a LAN network.
  • FIG. 2 is a block diagram of a traffic management system.
  • FIG. 3 is a block diagram of a portion of an interface between a traffic manager and a fabric access module for handling ingress traffic to a switch fabric.
  • FIG. 4 is a state transition diagram for a finite state machine in a flow control module.
  • FIG. 5 is a block diagram of another example of a portion of an interface between a traffic manager and a fabric access module for handling ingress traffic to a switch fabric.
  • DESCRIPTION
  • Referring to FIG. 1, a system 10 for transmitting data packets from a computer system 12 to other computer systems 16, 18 via a wide area network (WAN) 14 and a local area network (LAN) 20 includes a network device 22 (e.g., a switch or a router) that collects a stream of “n” data packets 24, and prepares each of the data packets for transmission through the LAN 20 and delivery to the appropriate destination computer system 16 or computer system 18. In this example, “data packet 1” is transmitted from the computer system 12 for delivery to computer system 18 and “data packet 2” is transmitted for delivery to computer system 16. To deliver the data packets to the appropriate computer system, the network device 22 includes a traffic management system 26 that processes the data packet stream 24.
  • In this example, the traffic management system 26 uses a switch fabric 28 having a set of ports 30 (e.g., 16 or 32 ports) to switch traffic among a set of physical communication lines 32 (e.g., optical fiber or Ethernet cable). The ports handle different types of traffic. For example, some of the ports are “access ports” for connecting to LANs such as LAN 20, and some of the ports are “trunk ports” typically having a larger bandwidth than the access ports for connecting to WANs such as WAN 14. The ports are bidirectional, handling both incoming “ingress” traffic and outgoing “egress” traffic (on separate lines).
  • An incoming data packet is received over one of the communication lines 32 by a transceiver 34. In the case of an optical fiber channel, the transceiver converts an incoming optical bit stream into an electronic bit stream. A transceiver handles a single communication line or a set of multiple communication lines. Each of the communication lines 32 is bidirectional, i.e., having separate transmit and receive optical fibers.
  • In this example, the traffic management system 26 includes a physical access module 36 that processes the electronic bit stream for a transceiver 34. The physical access module 36 extracts packets from the electronic bit stream for a receive mode and combines packets into the proper format (e.g., SONET/SDH frames) for a transmit mode. The physical access module also buffers ingress and egress traffic.
  • A traffic manager 38 handles tasks such as processing data packets received by the physical access module 36 according to a standard protocol (e.g., a data link layer protocol). The traffic manager 38 buffers data received from the physical access module 36 in an internal buffer 79 (FIG. 2). The traffic manager 38 forwards this data to the fabric access module 40 while respecting the flow control information received from the fabric access module 40. The traffic manager discards data if queues in its internal buffer 79 grow beyond set limits.
  • The traffic manager 3B includes a dedicated control unit, such as a network processing unit (NPU), to perform these tasks. The traffic manager 38 has a control unit 80 for the ingress traffic and a control unit 81 for the egress traffic. Alternatively, the traffic manager 38 can have separate control units for interfacing with the physical access module 36 and the fabric access module 40, or a single control unit. Other arrangements are possible.
  • The traffic management system 26 also includes a fabric access module 40 (for each port) for buffering data packets and transferring data packets and control signals between the traffic management system 26 and the switch fabric 28.
  • Referring to FIG. 2, a portion of the traffic management system 26 is shown interfacing with the switch fabric 28. The switch fabric 28 has a port 50 that is in communication with a fabric access module 40. The port 50 communicates with the fabric access module over an interface that includes an input bus 51 for ingress traffic, a control bus 52 for control signals, and an output bus 53 for egress traffic. The switch fabric 28 includes a control module 54 that handles reading and writing of control signals and directing traffic arriving on an input bus of one port (e.g., port 50) through a switching core 55 to an output bus of another port (e.g., port 56).
  • The fabric access module 40 for port 50 includes a control unit 62 (e.g., a processor or an application specific integrated circuit (ASIC)) that handles traffic and control signals for the ingress direction and a control unit 64 that handles traffic and control signals for the egress direction. Ingress traffic arriving from the traffic manager 38 on a bus 72 is stored in an input buffer 66. The input buffer 66 is divided into separate queues, one for each of the other ports of the switch fabric 28. This allocation of memory resources in the input buffer 66 is useful for preventing packets, which arrive for a busy port from using all of the buffer space in the input buffer 66, and consequently blocking traffic on other ports. An output buffer 68 stores packets from the switch fabric to send to the traffic manager 38 via bus 76. The output buffer 68 is divided into separate queues for multiple priority classes.
  • The physical access module 36 has a control unit 102 that handles traffic and control signals for the ingress direction and a control unit 104 that handles traffic and control signals for the egress direction. Ingress traffic arriving from a transceiver 34 is stored in an input buffer 106. A single transceiver 34 may handle multiple bidirectional communication lines 32. An output buffer 108 stores packets from the traffic manager 38 to send out on one of the communication lines 32 of the transceiver 34. The output buffer 108 is divided into separate queues for each of the communication lines 32.
  • The traffic manager 38 uses the control unit 80 to coordinate the flow of ingress traffic from the physical access module 36 to the fabric access module 40, and the control unit 81 to coordinate the flow of egress traffic from the fabric access module 40 to the physical access module 36. Ingress traffic is received over the bus 96, passed through a buffer 79 and a set of pipeline registers 10, of the control unit 80, and output onto the bus 72. The traffic manager 38 uses control signals over control buses 98 and 74 to coordinate the transfer of data packets and to select a queue for each packet based on the packet's destination port. Egress traffic is received over the bus 76, passed through a buffer 83 and a set of pipeline registers of the control unit 81, and output onto the bus 92. The traffic manager 38 uses control signals over control buses 78 and 94 to coordinate the transfer of data packets and to select a queue for each packet based on the packet's destination communication line.
  • Referring to FIG. 3, a portion of an interface between a traffic manager 38 and a fabric access module 40 for handling ingress traffic to the switch fabric 28 is shown. Since there are potentially many traffic managers 38 in the traffic management system 26 that are sending data packets to the switch fabric 28 (via a fabric access module 40), there may be congestion if a burst of data packets from many switch fabric ports are switched to the same switch fabric port output bus. Flow control is used to regulate traffic flow from the traffic manager 38, through the fabric access module 40, to the switch fabric 28.
  • The traffic manager 38 supports incremental flow control based on priority classes. If packets are labeled (e.g., by bits in a header) according to a set of priority classes (e.g., four priority classes labeled by two priority bits) then the traffic manager 38 can perform incremental flow control by turning off lower priority traffic while continuing to send higher priority traffic.
  • The fabric access module 40 stores data packets sent from the traffic manager 38 in a buffer 66 organized into a set of N queues. There is a separate queue for each destination port to which a packet may be switched and for each priority class. If the switch fabric 28 has P ports and there are C priority classes, then the number of queues in the buffer 66 is: N=CP (which includes queues for to traffic that is not switched, or sent back out of the same switch fabric port that the traffic enters).
  • A CLOCK signal 110 is used to synchronize the transfer of a data packet over the data bus 72 in segments of up to 32 bits per clock cycle. The traffic manager 38 receives a packet in segments from the physical access module 36. Alternatively, the traffic manager may receive a packet and split the packet into the appropriate number of segments, or a small packet can be sent in a single segment. The fabric access module 40 transfers the segments to the switch fabric 28, and the switch fabric 28 switches the segments to the appropriate output port in the appropriate order for each packet.
  • The traffic manager 38 stores a flag for each queue indicating whether the switch fabric 28 is accepting segments for that queue (the flow control “XON state”), or is not accepting segments for that queue (the flow control “XOFF state”). The traffic manager 38 buffers data received from the physical access module 36 and forwards this data to the fabric access module 40 based on the flow control state for the respective queues. The flow control state (XON or XOFF) is determined by the traffic manager 38 based on flow control information, as described in more detail below.
  • When a queue for a packet is in the XON state, the traffic manager sends the packet segments to the fabric access module 40. The control unit 80 uses the pipeline 82 to increase the throughput of processed segments that are output onto the data bus 72 by the traffic manager 38. The pipeline has a number of stages S that is determined to suit the needs of the processing functions performed by the control unit 80 (e.g., 25 or 50 stages). When a queue for a packet is in the XOFF state, the control unit 80 stops reading packet segments from the internal buffer 79, and any segments remaining in the pipeline 82 continue to cycle out of the pipeline and into the appropriate queue of the fabric access module 40.
  • To transfer the segments of a packet from the traffic manager 38 to the fabric access module 40, the traffic manager 38 asserts the ENABLE signal to indicate that the traffic manager 38 is ready to transmit a packet to the fabric access module 40. The traffic manager 38 identifies a queue into which the packet is to be written, by sending an identifier over the data bus 72. The traffic manager 38′ asserts the START signal to notify the fabric access module 40 to read the queue identifier on the data bus 72. The traffic manager 38 deasserts the START signal and sends segments of a data packet for the identified queue over the data bus 72 in subsequent clock cycles. The traffic manager 38 can pause the transfer of the segments of a packet by deasserting the ENABLE signal, and can resume the transfer by reasserting the ENABLE signal. The transfer of the packet is completed after an “end of packet” control signal (not shown) is received by the fabric access module 40.
  • The control unit 80 may have segments for more than one packet in its pipeline 82 at any given time. For example, the final segment of one packet and the first segments of another are typically in the pipeline 82 at the same time. Also, since the transfer of the segments of a packet can be paused before it is complete (e.g., due to congestion and a flag switching from the XON state to the XOFF state), there may be segments for more than two packets in the pipeline 82.
  • When there is no congestion and the switch fabric is accepting segments from the fabric access module 40, a segment written into a queue is typically sent to the switch fabric before the next segment is written into the queue. Under this scenario, each of the queues has either no segments or a single segment stored at a given time. The pipeline 82 has Sp segments stored in the Sp stages, after the pipeline 82 has had a chance to fill (after Sp clock cycles).
  • When a particular switch fabric port becomes congested (e.g., due to filling of buffer space in the switch fabric 28 for data packets leaving the fabric on the output bus for that port), the switch fabric 28 notifies the fabric access modules 40 (over a control bus 52) to stop sending data for that port to the fabric. For incremental flow control, the switch fabric 28 first notifies the fabric access modules 40 to stop sending low-priority traffic when the switch fabric buffer reaches a low-priority threshold. As the switch fabric buffer reaches higher priority thresholds, the switch fabric 28 stops higher priority traffic. When a particular switch fabric port is no longer congested, the switch fabric 28 notifies the fabric access modules 40 to start sending data to the fabric again.
  • Different priority-based flow control schemes can be used at the switch fabric 28. The switch fabric 28 may stop low-priority traffic for a single congested port, or for all ports at the same time. The switch fabric flow control causes the traffic manager 38 to place a queue in the XON or XOFF state.
  • When the switch fabric 28 sends a flow control signal to the fabric access module 40 to stop sending from a particular queue, the number of segments stored in that queue increases. This increase in segments causes the fabric access module 40 to send a “backpressure” indicator to the traffic manager 38. The traffic manager 38 places that queue in the XOFF state so that the queue will not overflow. After the traffic manager 38 places the queue in the XOFF state and stops transmitting segments for that queue, the queue may continue to grow due to segments for that queue flushing out of the pipeline 82.
  • One approach to handling this pipeline flushing flow control latency is to include enough buffer space in each of the queues to absorb these segments. Each queue stores a maximum number of elements Sq (each element holding one segment) where Sq≧Sp. The buffer 66 has at least enough memory space for NSq segments.
  • When a queue has been placed in the XOFF state and is ready to be placed in the XON state, it is useful to have Sp segments in that have been built-up in the queue since it may take Sp clock cycles for a segment that is received by the traffic manager 38 to flow through the pipeline 82 and enter the queue. Without enough segments built-up in the queue, the queue may “underflow” missing a potential opportunity to send a segment to the switch fabric 28.
  • If the number of segments that will be in the queue after the pipeline 82 is flushed is not known, then in order to ensure that there are at least Sp segments built-up in the queue after changing to the XOFF state, the queue should have a size of Sq≧Sp. After the number of segments in the queue grows to Sp segments, the traffic manager 38 places the queue in the XOFF state. If no segments are flushed into the queue, then there are Sp segments built-up. However, there is enough buffer space in the queue to absorb Sp more segments that may be flushed into the queue.
  • Another approach to handling the pipeline flushing flow control latency is to keep track of the number of segments that have been received by the traffic manager 38 for each queue, including those that are in the pipeline 82. A flow control module 84 uses circuitry (e.g., a field-programmable gate array (FPGA)) to transition between flow control XON and XOFF states for each queue. For each queue, the flow control module 84 maintains a count F of segments “in transit” from the input buffer 79 of the traffic manager 38 to the output of the fabric access module 40. The flow control module 84 executes a separate finite state machine (FSM) for each queue for determining the transitions between flow control states.
  • The count F of data segments in transit includes data segments in a queue of the traffic manager 38 and data segments in transit between the input buffer 79 and the queue. In this example, data segments in transit includes data segments in registers of the pipeline 82. The data segments in transit can include data segments in any of a variety of storage or communication devices that may be between the input buffer 79 and the queue. For example, the data segments in transit can include segments in a memory device (e.g., a scheduling pipeline, a frame modification pipeline, a data FIFO, or an intermediate queue with no flow control capability) or in a data communication system (e.g., a transmission system or a fabric system).
  • FIG. 4 shows a state transition diagram 200 for an FSM for one of the queues. The FSM starts in an INIT state 202 in which the flow control module initializes the count F of segments in transit for that queue to F=0. The FSM transitions to the XON state 204. When a segment is received by the traffic manager 38 into the pipeline 82, the traffic manager 38 sends a RECEIVED control signal over a control line 120 from the traffic manager 38 to the flow control module 84. The RECEIVED control signal indicates to which queue the segment corresponds. In response to the RECEIVED control signal, the FSM for the corresponding queue increments the value of F by 1.
  • When the fabric access module 40 sends a segment to the switch fabric 28, the control module 62 handling the buffer 66 sends a SENT control signal to the flow control module 84. The SENT control signal indicates from which queue the segment was sent. In response to the SENT control signal, the FSM for the corresponding queue decrements the value of F by 1. The SENT control signal also indicates the number of segments that are remaining in the queue (not including any segments that may still be in the pipeline 82). The flow control module 84 uses this number of segments remaining to perform a validation check of the state of the corresponding FSM and correct any errors detected.
  • When the value of F reaches Sq the FSM transitions to the XOFF state 206. If the fabric access module 40 has stopped sending segments from the corresponding queue (due to a flow control signal from the switch fabric 28) then the total segments F in will not change until the fabric access module 40 starts sending from that queue again. When the fabric access module 40 starts sending again, the FSM decrements the value of F by 1 (in response to a SENT control signal) and transitions to the XON state 204. Changes in the state of a queue (as determined by the flow control module 84) are sent to the traffic manager 38 via control signals QUEUEID and QUEUESTATE that identify the queue and the state of the queue, respectively.
  • For this approach, a queue does not need to have a size (i.e., maximum number of elements) of Sq≧2Sp in order to ensure that there are at least Sp segments built-up in the queue after changing to the XOFF state. The size of a queue can be Sq=Sp+Sl (with Sl<Sp), since the flow control module 84 keeps track of segments in the pipeline, reducing the flow control latency caused by the flushing of the queue. There may be a residual flow control latency that is taken into account by the additional number of queue elements Sl (e.g., Sl=1 or 2 elements).
  • In an alternative example of the interface between the traffic manager 38 and a fabric access module 40, shown in FIG. 5, the flow control module 84 is incorporated into the control unit 80. In this example, the SENT control signal is sent over a control line 130 from the fabric access module 40 to the traffic manager 38. The control unit 80 performs the functions of the flow control module 84 as described above.
  • In an alternative to a switch fabric 28, the traffic manager 38 can control the flow of traffic to another type of device (e.g., a framer).
  • The tracking of data in transit and data stored in a queue can be extended to include a collection of queues where the total data in transit for the collection of queues and the total number of data segment stored in the collection of queues can be tracked allowing flow control of the collection of queues through a single XON/OFF control.
  • Other embodiments are within the scope of the following claims.

Claims (22)

What is claimed is:
1. A network node for a packet data network, comprising:
a plurality of communication network interfaces configured to receive data packets from the packet data network and to transmit data packets on the packet data network;
a traffic management system coupled to the plurality of communication network interfaces, the traffic management system having a plurality of data paths, each data path comprising:
a respective first buffer;
a respective second buffer in communication with a respective processor and storing a respective queue;
at least one respective communication line in communication with the respective first buffer; and
a respective traffic management element configured:
to maintain a respective count of data segments, the respective count including data segments in the respective queue and data segments in transit between a respective one of the plurality of communication network interfaces and the respective queue; and
to control a flow of data segments from the respective one of the plurality of communication network interfaces based on a value of the respective count; and
a switch fabric in communication with the second buffers of the traffic management system, the switch fabric being configured to selectively couple a data packets between data paths of the traffic management system.
2. The network node of claim 1, wherein each data path of the plurality of data paths comprises a respective data pipeline between a respective first queue and a respective second queue; and
the data segments in transit comprise data segments in the respective data pipeline.
3. The network node of claim 1, wherein the respective traffic management element is configured to maintain the respective count of data segments by:
incrementing the respective count of data segments when a data segment leaves the respective communication network interface; and
decrementing the respective count of data segments when a data segment leaves the respective queue.
4. The network node of claim 1, wherein the respective queue has at least as many elements as a maximum number of data segments in transit.
5. The network node of claim 1, wherein the respective queue has fewer elements than twice a maximum number of data segments in transit.
6. The network node of claim 1, wherein each one of the plurality of communication network interfaces comprises a respective transceiver.
7. The network node of claim 6, wherein each one of the plurality of communication network interfaces comprises a respective physical access module coupled to the respective transceiver.
8. The network node of claim 1, wherein the traffic management element comprises a respective traffic manager module and a respective fabric access module.
9. The network node of claim 8, wherein:
the respective traffic manager module comprises a respective one of the first buffers, a respective one of the traffic management elements; and
the respective fabric access module comprises a respective one of the second buffers.
10. The network node of claim 8, wherein:
the respective traffic manager module comprises a respective one of the first buffers; and
the respective fabric access module comprises a respective one of the traffic management elements and a respective one of the second buffers.
11. The network node of claim 1, wherein the network node comprises a router.
12. The network node of claim 1, wherein the network node comprises a data switch.
13. A network node for a packet data network, comprising:
a plurality of communication network interfaces configured to receive data packets from the packet data network and to transmit data packets on the packet data network;
a traffic management system coupled to the plurality of communication network interfaces, the traffic management system having a plurality of data paths, each data path comprising:
a respective first buffer;
a respective second buffer in communication with a respective processor and storing a respective queue;
at least one respective communication line in communication with the respective first buffer; and
a respective traffic management element configured:
to maintain a respective count of data segments, the respective count including data segments in the respective queue and data segments in transit between a respective one of the plurality of communication network interfaces and the queue; and
to control a flow of data segments from the respective one of the plurality of communication network interfaces based on a value of the respective count; and
a framer in communication with the respective second buffer of the traffic management system.
14. The network node of claim 13, wherein each data path of the plurality of data paths comprises a respective data pipeline between a respective first queue and a respective second queue, and the data segments in transit comprise data segments in the respective data pipeline.
15. The network node of claim 13, wherein the respective traffic management element is configured to maintain the respective count of data segments by:
incrementing the respective count of data segments when a data segment leaves the respective communication network interface; and
decrementing the respective count of data segments when a data segment leaves the respective queue.
16. The network node of claim 13, wherein the respective queue has at least as many elements as a maximum number of data segments in transit.
17. The network node of claim 13, wherein the respective queue has fewer elements than twice a maximum number of data segments in transit.
18. The network node of claim 13, wherein each one of the plurality of communication network interfaces comprises a respective transceiver.
19. The network node of claim 18, wherein each one of the plurality of communication network interfaces comprises a respective physical access module coupled to the respective transceiver.
20. The network node of claim 13, wherein the respective traffic management element comprises a respective traffic manager module and a respective fabric access module.
21. The network node of claim 20, wherein:
the respective traffic manager module comprises a respective one of the first buffers, a respective one of the traffic management elements; and
the respective fabric access module comprises a respective one of the second buffers.
22. The network node of claim 20, wherein:
the respective traffic manager module comprises a respective one of the first buffers; and
the respective fabric access module comprises a respective one of the traffic management elements and a respective one of the second buffers.
US14/454,804 2003-12-22 2014-08-08 Managing flow control buffer Abandoned US20140348177A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/454,804 US20140348177A1 (en) 2003-12-22 2014-08-08 Managing flow control buffer

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/744,769 US8819265B2 (en) 2003-12-22 2003-12-22 Managing flow control buffer
US14/454,804 US20140348177A1 (en) 2003-12-22 2014-08-08 Managing flow control buffer

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/744,769 Continuation US8819265B2 (en) 2003-12-22 2003-12-22 Managing flow control buffer

Publications (1)

Publication Number Publication Date
US20140348177A1 true US20140348177A1 (en) 2014-11-27

Family

ID=34678961

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/744,769 Expired - Fee Related US8819265B2 (en) 2003-12-22 2003-12-22 Managing flow control buffer
US14/454,804 Abandoned US20140348177A1 (en) 2003-12-22 2014-08-08 Managing flow control buffer

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/744,769 Expired - Fee Related US8819265B2 (en) 2003-12-22 2003-12-22 Managing flow control buffer

Country Status (1)

Country Link
US (2) US8819265B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11606422B2 (en) 2021-01-20 2023-03-14 Samsung Electronics Co., Ltd. Server for controlling data transmission through data pipeline and operation method thereof

Families Citing this family (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7490162B1 (en) 2002-05-15 2009-02-10 F5 Networks, Inc. Method and system for forwarding messages received at a traffic manager
US7774484B1 (en) * 2002-12-19 2010-08-10 F5 Networks, Inc. Method and system for managing network traffic
US7969971B2 (en) 2004-10-22 2011-06-28 Cisco Technology, Inc. Ethernet extension for the data center
US7801125B2 (en) * 2004-10-22 2010-09-21 Cisco Technology, Inc. Forwarding table reduction and multipath network forwarding
US7830793B2 (en) * 2004-10-22 2010-11-09 Cisco Technology, Inc. Network device architecture for consolidating input/output and reducing latency
US7564869B2 (en) * 2004-10-22 2009-07-21 Cisco Technology, Inc. Fibre channel over ethernet
US8238347B2 (en) 2004-10-22 2012-08-07 Cisco Technology, Inc. Fibre channel over ethernet
US8098657B2 (en) * 2005-05-31 2012-01-17 Broadcom Corporation System and method for providing data commonality in a programmable transport demultiplexer engine
US7961621B2 (en) 2005-10-11 2011-06-14 Cisco Technology, Inc. Methods and devices for backward congestion notification
US8456994B2 (en) * 2005-12-09 2013-06-04 Avid Technology, Inic. Transmit request management in a distributed shared storage system
US8526303B2 (en) * 2006-01-31 2013-09-03 Broadcom Corporation Flow control mechanism in a data processing pipeline
US20070248318A1 (en) * 2006-03-31 2007-10-25 Rodgers Stephane W System and method for flexible mapping of AV vs record channels in a programmable transport demultiplexer/PVR engine
GB2440978B (en) * 2006-08-16 2012-01-04 Wireless Tech Solutions Llc Wireless communication system, apparatus for supporting data flow and methods therefor
US8259720B2 (en) 2007-02-02 2012-09-04 Cisco Technology, Inc. Triple-tier anycast addressing
US8149710B2 (en) * 2007-07-05 2012-04-03 Cisco Technology, Inc. Flexible and hierarchical dynamic buffer allocation
US8121038B2 (en) * 2007-08-21 2012-02-21 Cisco Technology, Inc. Backward congestion notification
US8154996B2 (en) * 2008-09-11 2012-04-10 Juniper Networks, Inc. Methods and apparatus for flow control associated with multi-staged queues
US8325749B2 (en) 2008-12-24 2012-12-04 Juniper Networks, Inc. Methods and apparatus for transmission of groups of cells via a switch fabric
US8213308B2 (en) 2008-09-11 2012-07-03 Juniper Networks, Inc. Methods and apparatus for defining a flow control signal related to a transmit queue
US8254255B2 (en) * 2008-12-29 2012-08-28 Juniper Networks, Inc. Flow-control in a switch fabric
US9264321B2 (en) 2009-12-23 2016-02-16 Juniper Networks, Inc. Methods and apparatus for tracking data flow based on flow state values
US9065773B2 (en) 2010-06-22 2015-06-23 Juniper Networks, Inc. Methods and apparatus for virtual channel flow control associated with a switch fabric
US8848533B1 (en) 2010-08-06 2014-09-30 Ciena Corporation Time division multiplex packet fabric ingress scheduler and method
WO2012038829A2 (en) * 2010-09-23 2012-03-29 Marvell Israel (M.I.S.L.) Ltd. Low latency first-in-first-out (fifo) buffer
US9660940B2 (en) 2010-12-01 2017-05-23 Juniper Networks, Inc. Methods and apparatus for flow control associated with a switch fabric
US9032089B2 (en) 2011-03-09 2015-05-12 Juniper Networks, Inc. Methods and apparatus for path selection within a network based on flow duration
JP5754328B2 (en) * 2011-09-28 2015-07-29 富士通株式会社 Switch device and switch method
US8811183B1 (en) 2011-10-04 2014-08-19 Juniper Networks, Inc. Methods and apparatus for multi-path flow control within a multi-stage switch fabric
WO2015179433A2 (en) * 2014-05-19 2015-11-26 Bay Microsystems, Inc. Methods and systems for accessing remote digital data over a wide area network (wan)
US10657438B2 (en) * 2017-04-17 2020-05-19 Cerebras Systems Inc. Backpressure for accelerated deep learning

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020146022A1 (en) * 2000-05-31 2002-10-10 Van Doren Stephen R. Credit-based flow control technique in a modular multiprocessor system
US20030016686A1 (en) * 2001-05-01 2003-01-23 Wynne John M. Traffic manager for network switch port

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB9828144D0 (en) * 1998-12-22 1999-02-17 Power X Limited Data switching apparatus
US6515963B1 (en) * 1999-01-27 2003-02-04 Cisco Technology, Inc. Per-flow dynamic buffer management
US20030066016A1 (en) * 2001-09-28 2003-04-03 Eric Wehage Methodology for detecting lost packets

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020146022A1 (en) * 2000-05-31 2002-10-10 Van Doren Stephen R. Credit-based flow control technique in a modular multiprocessor system
US20030016686A1 (en) * 2001-05-01 2003-01-23 Wynne John M. Traffic manager for network switch port

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11606422B2 (en) 2021-01-20 2023-03-14 Samsung Electronics Co., Ltd. Server for controlling data transmission through data pipeline and operation method thereof

Also Published As

Publication number Publication date
US20050138243A1 (en) 2005-06-23
US8819265B2 (en) 2014-08-26

Similar Documents

Publication Publication Date Title
US8819265B2 (en) Managing flow control buffer
US7120113B1 (en) Systems and methods for limiting low priority traffic from blocking high priority traffic
US7839797B2 (en) Event-driven flow control for a very high-speed switching node
US8391144B1 (en) Inter-device flow control
CN100405344C (en) Apparatus and method for distributing buffer status information in a switch fabric
US8625427B1 (en) Multi-path switching with edge-to-edge flow control
US8009569B2 (en) System and a method for maintaining quality of service through a congested network
US8014281B1 (en) Systems and methods for limiting the rates of data to/from a buffer
US8379524B1 (en) Prioritization and preemption of data frames over a switching fabric
US8379658B2 (en) Deferred queuing in a buffered switch
US20050138238A1 (en) Flow control interface
US7508831B1 (en) Flow control systems and methods for multi-level buffering schemes
US6487171B1 (en) Crossbar switching matrix with broadcast buffering
US8018851B1 (en) Flow control for multiport PHY
US20030026267A1 (en) Virtual channels in a network switch
JP4709526B2 (en) Method and apparatus for generating a low bandwidth channel within a high bandwidth channel
US7701949B1 (en) System and method for switching high priority traffic with low latency
US8086770B2 (en) Communication apparatus with data discard functions and control method therefor
US7068672B1 (en) Asynchronous receive and transmit packet crosspoint
US7342881B2 (en) Backpressure history mechanism in flow control
US8131854B2 (en) Interfacing with streams of differing speeds
JP2682434B2 (en) Output buffer type ATM switch

Legal Events

Date Code Title Description
AS Assignment

Owner name: RPX CLEARINGHOUSE LLC, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ROCKSTAR CONSORTIUM US LP;ROCKSTAR CONSORTIUM LLC;BOCKSTAR TECHNOLOGIES LLC;AND OTHERS;REEL/FRAME:034924/0779

Effective date: 20150128

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT, ILLINOIS

Free format text: SECURITY AGREEMENT;ASSIGNORS:RPX CORPORATION;RPX CLEARINGHOUSE LLC;REEL/FRAME:038041/0001

Effective date: 20160226

Owner name: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT, IL

Free format text: SECURITY AGREEMENT;ASSIGNORS:RPX CORPORATION;RPX CLEARINGHOUSE LLC;REEL/FRAME:038041/0001

Effective date: 20160226

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: RPX CORPORATION, CALIFORNIA

Free format text: RELEASE (REEL 038041 / FRAME 0001);ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:044970/0030

Effective date: 20171222

Owner name: RPX CLEARINGHOUSE LLC, CALIFORNIA

Free format text: RELEASE (REEL 038041 / FRAME 0001);ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:044970/0030

Effective date: 20171222