US20060029079A1 - Pipeline scheduler including a hierarchy of schedulers and multiple scheduling lanes - Google Patents

Pipeline scheduler including a hierarchy of schedulers and multiple scheduling lanes Download PDF

Info

Publication number
US20060029079A1
US20060029079A1 US10/913,055 US91305504A US2006029079A1 US 20060029079 A1 US20060029079 A1 US 20060029079A1 US 91305504 A US91305504 A US 91305504A US 2006029079 A1 US2006029079 A1 US 2006029079A1
Authority
US
United States
Prior art keywords
scheduler
scheduling
item
category
parent
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.)
Granted
Application number
US10/913,055
Other versions
US7876763B2 (en
Inventor
Earl Cohen
Robert Olsen
Eugene Feinberg
Gregory Ries
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.)
Cisco Technology Inc
Original Assignee
Cisco Technology 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 Cisco Technology Inc filed Critical Cisco Technology Inc
Assigned to CISCO TECHNOLOGY, INC., A CORPORATION OF CALIFORNIA reassignment CISCO TECHNOLOGY, INC., A CORPORATION OF CALIFORNIA ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: COHEN, EARL T., FEINBERG, EUGENE M., OLSEN, ROBERT, RIES, GREGORY L.
Priority to US10/913,055 priority Critical patent/US7876763B2/en
Priority to US11/022,246 priority patent/US7522609B2/en
Priority to US11/070,932 priority patent/US8077618B2/en
Priority to CN2005800226632A priority patent/CN1981484B/en
Priority to PCT/US2005/024066 priority patent/WO2006023141A2/en
Priority to EP05764490A priority patent/EP1774714B1/en
Priority to CA2575869A priority patent/CA2575869C/en
Priority to CA2575814A priority patent/CA2575814C/en
Priority to EP05778432A priority patent/EP1774721B1/en
Priority to CN2005800242194A priority patent/CN1989738B/en
Priority to PCT/US2005/027922 priority patent/WO2006017753A2/en
Publication of US20060029079A1 publication Critical patent/US20060029079A1/en
Priority to US12/426,245 priority patent/US8325736B2/en
Publication of US7876763B2 publication Critical patent/US7876763B2/en
Application granted granted Critical
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • 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/6215Individual queue per QOS, rate or priority
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/26Flow control; Congestion control using explicit feedback to the source, e.g. choke packets
    • H04L47/263Rate modification at the source after receiving feedback
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/60Queue scheduling implementing hierarchical scheduling
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Definitions

  • One embodiment of the invention relates to communications and computer systems, especially routers, packet switching systems, and other devices; and more particularly, one embodiment relates to a pipeline scheduler including a hierarchy of individual schedulers with multiple scheduling lanes for scheduling items, such as, but not limited to packets or indications thereof, such that different classes of priority items can be propagated through the hierarchy of schedulers accordingly.
  • IP Internet Protocol
  • a network device such as a switch or router, typically receives, processes, and forwards or discards a packet.
  • an enqueuing component of such a device receives a stream of various sized packets which are accumulated in an input buffer. Each packet is analyzed, and an appropriate amount of memory space is allocated to store the packet. The packet is stored in memory, while certain attributes (e.g., destination information and other information typically derived from a packet header or other source) are maintained in separate memory. Once the entire packet is written into memory, the packet becomes eligible for processing, and an indicator of the packet is typically placed in an appropriate destination queue for being serviced according to some scheduling methodology.
  • attributes e.g., destination information and other information typically derived from a packet header or other source
  • Ordinary time division multiplexing is a method commonly used for sharing a common resource between several clients. All scheduled clients are served one at a time at predetermined times and for pre-allocated time periods, which is a very useful property for many applications. This method is often used for multiplexing multiple synchronous items over a higher speed communications link, such as that used for multiplexing multiple telephone calls over a single facility or interleaving packets.
  • bandwidth of the resource is typically wasted.
  • RR Ordinary round-robin
  • All clients are served in a cyclic order. In each round every client will be served if it is eligible. When served, each client is permitted to send one packet.
  • Servicing of queues is simple to implement and can be done in constant time, but, due to the varying size of packets, does not allocate bandwidth fairly. For example, certain higher priority or larger bandwidth ports or streams of packets may not get their desired amount of bandwidth, which may especially be the case when serving one large and numerous smaller traffic streams or when different priorities of traffic are scheduled.
  • high priority e.g., low latency
  • guaranteed bandwidth e.g., guaranteed bandwidth
  • best effort traffic e.g., spare bandwidth
  • other classifications of traffic compete for a common resource.
  • Various known scheduling methods are designed to provide isolation, prioritization, and fair bandwidth allocation to traffic competing for a common resource. These are known as fair queuing methods. Some examples are Weighted Fair Queuing (WFQ), Self-Clocked Fair Queuing (SCFQ), and Deficit Round Robin/Surplus Round Robin (referred to as DRR).
  • WFQ Weighted Fair Queuing
  • SCFQ Self-Clocked Fair Queuing
  • DRR Deficit Round Robin/Surplus Round Robin
  • WFQ and SCFQ depend upon arrival times as well as previous link utilization in order to calculate the next best packet to send.
  • the accepted “ideal” behavior is bit-by-bit or weighted bit-by-bit round robin, which states that the next packet to send should be the packet which would have completed if all packets currently in the system send one bit each round robin (which is typically not practical in a packet-based system).
  • DRR is a method used for sharing a common resource between several clients with different ratios between clients (i.e., some clients are allowed to consume more of the resources than others).
  • the ratio between clients is typically defined by a parameter called a quantum.
  • This DRR approach works in rounds, where a round is one round-robin iteration over the queues that have items to be sent. Typically, when the queue is scheduled, it is allowed to transmit until its deficit becomes negative (or non-positive), and then the next queue is served. Packets coming in on different flows are stored in different queues. Each round, each queue is allocated a quantum worth of bytes, which are added to the deficit of each queue. Each queue is allowed to send out one or more packets in a DRR round, with the exact number of packets being sent in a round being dependent on its quantum and the size of the packets being sent.
  • the deficit is a positive (or non-negative) value (i.e., it is authorized to send a packet) in a DRR round for a queue and it has one or more packets to send
  • a packet is sent and its quantum is reduced based on the size of the sent packet. If there are no more packets in a queue after the queue has been serviced, one implementation sets the deficit corresponding to the queue to zero, while one implementation does this only if its deficit is negative. Otherwise, the remaining amount (i.e., the deficit minus the number of bits sent) is maintained for the next DRR round.
  • DRR is a method that does not depend upon actual arrival times and has complexity of O(1)—that is the amount of work required is a constant and independent of the number of packets enqueued.
  • a packet should be sent every time a queue is scheduled no matter its size.
  • the quantum used in DRR should be at least one maximum packet size (MTU) to guarantee that when the quantum is added to any deficit, the resulting value is at least zero.
  • MTU maximum packet size
  • DRR provides fair bandwidth allocation and is easy to implement. It is work conserving and, because of its O(1) properties, it scales well with higher link speeds and larger number of queues. However, its scheduling behavior deviates quite a bit from the bit-by-bit round robin “ideal”. In particular, latency for a system with N queues is Q*N where Q is the average quantum, which must be at least one maximum transmission unit (MTU).
  • bandwidth is being sold to end customers based on types and aggregation of traffic.
  • customers might subscribe to certain types of traffic with different delay and bandwidth requirements, such as voice, video, gaming, email, instant messaging, and Internet browsing.
  • Some of these traffic types can be very time and delay sensitive, while other types of traffic can be serviced using a best effort without too much impact on the service.
  • this traffic may be aggregated into a digital subscriber line (DSL) or virtual LAN (VLAN) services, which typically have their own service requirements, especially including a maximum subscribed rate.
  • DSL digital subscriber line
  • VLAN virtual LAN
  • packets are typically dropped or service backpressured.
  • indiscriminate dropping of packets or throttling of all types of traffic can especially impact services which are delay and bandwidth sensitive (e.g., voice and video services). Needed are new ways to accommodate different types and aggregations of traffic.
  • One embodiment includes a pipeline scheduler having a root scheduler and one or more layers of schedulers with each of these layers including at least one scheduler.
  • Each scheduler of the pipeline scheduler is configured to maintain items of different scheduling categories received from each of the particular scheduler's immediate children schedulers within the pipeline scheduler if any and/or from each immediate external source coupled to the particular scheduler if any, and to schedule the sending of the items of the different scheduling categories currently maintained to its parent schedule or external scheduler client.
  • FIG. 1A is a block diagram of an exemplary hierarchical pipelined scheduler used in one embodiment
  • FIG. 1B is a block diagram of an exemplary hierarchical pipelined scheduler used in one embodiment
  • FIG. 2 is a block diagram illustrating a parent scheduler and one of its child schedulers used in one embodiment
  • FIGS. 3 A-C are flow diagrams of processes for propagating items through a hierarchical pipelined scheduler in one embodiment.
  • FIG. 4 is a block diagram of a scheduler used in one embodiment.
  • Embodiments described herein include various elements and limitations, with no one element or limitation contemplated as being a critical element or limitation. Each of the claims individually recites an aspect of the invention in its entirety. Moreover, some embodiments described may include, but are not limited to, inter alia, systems, networks, integrated circuit chips, embedded processors, ASICs, methods, and computer-readable medium containing instructions. One or multiple systems, devices, components, etc. may comprise one or more embodiments, which may include some elements or limitations of a claim being performed by the same or different systems, devices, components, etc. The embodiments described hereinafter embody various aspects and configurations within the scope and spirit of the invention, with the figures illustrating exemplary and non-limiting configurations.
  • packet refers to packets of all types or any other units of information or data, including, but not limited to, fixed length cells and variable length packets, each of which may or may not be divisible into smaller packets or cells.
  • packet as used herein also refers to both the packet itself or a packet indication, such as, but not limited to all or part of a packet or packet header, a data structure value, pointer or index, or any other part or direct or indirect identification of a packet or information associated therewith.
  • these packets may contain one or more types of information, including, but not limited to, voice, data, video, and audio information.
  • the term “item” is used generically herein to refer to a packet or any other unit or piece of information or data, a device, component, element, or any other entity.
  • processing a packet typically refers to performing some steps or actions based on the packet contents (e.g., packet header or other fields), and such steps or action may or may not include modifying, storing, dropping, and/or forwarding the packet and/or associated data.
  • system is used generically herein to describe any number of components, elements, sub-systems, devices, packet switch elements, packet switches, routers, networks, computer and/or communication devices or mechanisms, or combinations of components thereof.
  • computer is used generically herein to describe any number of computers, including, but not limited to personal computers, embedded processing elements and systems, control logic, ASICs, chips, workstations, mainframes, etc.
  • processing element is used generically herein to describe any type of processing mechanism or device, such as a processor, ASIC, field programmable gate array, computer, etc.
  • device is used generically herein to describe any type of mechanism, including a computer or system or component thereof.
  • task and “process” are used generically herein to describe any type of running program, including, but not limited to a computer process, task, thread, executing application, operating system, user process, device driver, native code, machine or other language, etc., and can be interactive and/or non-interactive, executing locally and/or remotely, executing in foreground and/or background, executing in the user and/or operating system address spaces, a routine of a library and/or standalone application, and is not limited to any particular memory partitioning technique.
  • network and “communications mechanism” are used generically herein to describe one or more networks, communications media or communications systems, including, but not limited to the Internet, private or public telephone, cellular, wireless, satellite, cable, local area, metropolitan area and/or wide area networks, a cable, electrical connection, bus, etc., and internal communications mechanisms such as message passing, interprocess communications, shared memory, etc.
  • messages is used generically herein to describe a piece of information which may or may not be, but is typically communicated via one or more communication mechanisms of any type.
  • storage mechanism includes any type of memory, storage device or other mechanism for maintaining instructions or data in any format.
  • Computer-readable medium is an extensible term including any memory, storage device, storage mechanism, and other storage and signaling mechanisms including interfaces and devices such as network interface cards and buffers therein, as well as any communications devices and signals received and transmitted, and other current and evolving technologies that a computerized system can interpret, receive, and/or transmit.
  • memory includes any random access memory (RAM), read only memory (ROM), flash memory, integrated circuits, and/or other memory components or elements.
  • storage device includes any solid state storage media, disk drives, diskettes, networked services, tape drives, and other storage devices.
  • Memories and storage devices may store computer-executable instructions to be executed by a processing element and/or control logic, and data which is manipulated by a processing element and/or control logic.
  • data structure is an extensible term referring to any data element, variable, data structure, database, and/or one or more organizational schemes that can be applied to data to facilitate interpreting the data or performing operations on it, such as, but not limited to memory locations or devices, sets, queues, trees, heaps, lists, linked lists, arrays, tables, pointers, etc.
  • a data structure is typically maintained in a storage mechanism.
  • pointer and “link” are used generically herein to identify some mechanism for referencing or identifying another element, component, or other entity, and these may include, but are not limited to a reference to a memory or other storage mechanism or location therein, an index in a data structure, a value, etc.
  • One embodiment includes a pipeline scheduler having a root scheduler and one or more layers of schedulers with each of these layers including at least one scheduler.
  • Each scheduler of the pipeline scheduler is configured to maintain items of different scheduling categories received from each of the particular scheduler's immediate children schedulers within the pipeline scheduler if any and/or from each immediate external source coupled to the particular scheduler if any, and to schedule the sending of the items of the different scheduling categories currently maintained to its parent schedule or external scheduler client.
  • the different scheduling categories include a high-priority traffic category and a rate-based traffic category.
  • each scheduler of the pipeline scheduler schedules traffic independently of other schedulers within the pipeline scheduler.
  • the scheduling traffic includes rate-based scheduling of items corresponding to the rate-based traffic category.
  • different scheduling categories further includes a low priority traffic category.
  • the low priority traffic category is of an intermediate priority below a high priority traffic and above another scheduling category (e.g., rate-based traffic, a lower strict priority category, a served over rate category, etc.).
  • a scheduler uses the same scheduling mechanism for each of the different categories of traffic.
  • the scheduler uses multiple different scheduling mechanisms in order to appropriately schedule the different scheduling categories (e.g., scheduling rate-based traffic is typically different than scheduling strict-priority based traffic).
  • the items are packets or indications corresponding to packets.
  • the corresponding child scheduler is configured to forward to its parent scheduler, in response to the request of the next item of the particular scheduling category, a best scheduled item for the particular scheduling category in the particular parent scheduler. In one embodiment, the corresponding child scheduler is configured to maintain an indication of a need by its parent scheduler for a best scheduled item of the particular scheduling category from the particular scheduler in response to the request of the next item of the particular scheduling category when it currently has no items of the particular scheduling category. In one embodiment, the corresponding child scheduler is configured to forward to the particular parent scheduler, in response to the maintained indication of the need by its parent scheduler for the best scheduled item of the particular scheduling category and the receipt of a new item of the particular scheduling category, the new item of the particular scheduling category.
  • each scheduler of the pipeline scheduler includes storage for one item of each of the different scheduling categories for each of its immediate child schedulers or external sources.
  • each scheduler of the pipeline scheduler includes a first scheduling mechanism for scheduling a first category of the different scheduling categories and a second scheduling mechanism for scheduling a second category of the different scheduling categories, wherein the first and second scheduling mechanisms schedule items using a different scheduling technique.
  • each scheduler of the one or more layers of schedulers is configured to identify whether or not its parent scheduler needs an item of a particular category of different scheduling categories, and it responds to at least receiving a particular item of the particular category and the identification that the parent needs an item of the particular category by forwarding the particular item to the parent scheduler.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler.
  • One embodiment receives a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the multiple different priority scheduling categories.
  • a best item of currently stored items which were received from the multiple particular child schedulers and corresponding to the particular scheduling category is forwarded to the particular parent scheduler, the best item having been received from a particular child scheduler of the multiple particular child schedulers. Additionally, a replacement item of the particular scheduling category is requested from the particular child scheduler.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler.
  • One embodiment receives a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the multiple different priority scheduling categories.
  • an identification is made that the particular parent scheduler does not currently have an item of a higher priority scheduling category than the particular scheduling category, and then a best item of currently stored items which were received from the multiple particular child schedulers and corresponding to the higher priority scheduling category than the particular scheduling category is forwarded to the particular parent scheduler, the best item having been received from a particular child scheduler of the multiple particular child schedulers, and requesting a replacement item of the higher priority scheduling category from the particular child scheduler.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler.
  • One embodiment receives a particular item from one of the multiple particular child schedulers, the particular item corresponding to a particular scheduling category of the multiple scheduling categories.
  • a recognition is made that the parent scheduler does not have an item from the particular scheduler corresponding to the particular scheduling category, and in response, sending the particular item to the particular parent scheduler.
  • the particular scheduler maintains a parent status data structure indicating whether or not the particular parent scheduler desires an item of each particular scheduling category of the multiple scheduling categories.
  • the recognition that the particular parent scheduler does not have an item from the particular scheduler corresponding to the particular scheduling category includes checking the parent status data structure.
  • the parent scheduler forwards items of different categories of the plurality of different scheduling categories to a single category of the plurality of different scheduling categories in its parent.
  • the parent of the parent scheduler treats items received from at least two different scheduling categories in the parent scheduler as from a same scheduling category of the plurality of different scheduling categories.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler.
  • One embodiment maintains indications of each of the multiple different priority scheduling categories for which the particular parent scheduler needs an item.
  • a request is received for the particular parent scheduler, the request including an identification of a particular scheduling category of the multiple different priority scheduling categories.
  • the indications of each of the multiple different priority scheduling categories for which the particular parent scheduler needs an item are updated to reflect the received request.
  • An identified scheduling category of the multiple different priority scheduling categories is identified based on the indications of each of the multiple different priority scheduling categories for which the particular parent scheduler needs an item, and in response: forwarding to the particular parent scheduler a best item of currently stored items which were received from the multiple particular child schedulers and corresponding to the identified scheduling category, the best item having been received from a particular child scheduler of the multiple particular child schedulers, and requesting a replacement item of the identified scheduling category from the particular child scheduler.
  • the identified scheduling category is the same as the particular scheduling category. In one embodiment, the identified scheduling category is a higher priority scheduling category than the particular scheduling category. In one embodiment, the identified scheduling category is the highest priority scheduling category in the multiple different priority scheduling categories for which an item is available to forward to the particular parent scheduler and an item is identified as being needed in the indications for which the particular parent scheduler needs an item.
  • the items are packets or indications corresponding to packets.
  • the best item is rate scheduled and the particular scheduler includes a rate scheduling data structure, and the method further comprises updating the rate scheduling data structure based on the best item.
  • FIG. 1A is a block diagram of an exemplary hierarchical pipelined scheduler 110 used in one embodiment. As illustrated, items 151 - 156 are received by hierarchical pipelined scheduler 110 and are propagated through one or more schedulers 121 - 144 to reach scheduler 111 and then forwarded to the scheduler client 100 .
  • Scheduler 111 is sometimes referred to as the root scheduler as it corresponds the root of a tree formed by schedulers 121 - 144 .
  • Each of the schedulers 111 - 144 schedules traffic independently, which typically includes two or more different scheduling categories (e.g., high-priority traffic, low-priority, rate-based traffic, etc.) By providing multiple scheduling lanes corresponding to different categories of traffic, items of a higher priority can propagate through hierarchical pipelined scheduler 110 without being blocked by or wait behind lower priority traffic.
  • each scheduler typically has a single parent scheduler or external client, and one or more child schedulers and/or external sources for items. The number of schedulers and their arrangement in an embodiment using a hierarchical pipeline scheduler is typically determined based on the needs of the application of the embodiment.
  • FIG. 1B illustrates an example use of hierarchical pipeline scheduler 170 in the context of items being packets or indications corresponding to packets. Note, one embodiment of a hierarchical pipelined scheduler is used for scheduling ingress packet traffic, and one embodiment of a hierarchical pipelined scheduler is used for scheduling egress packet traffic. In the illustrated example, hierarchical pipeline scheduler 170 is responsible for scheduling the sending of packets received from packet queues 195 - 198 .
  • Hierarchical pipelined scheduler 170 accomplishes this using multiple scheduling layers: a class of service scheduling layer using schedulers 191 - 194 , with their parent schedulers 181 - 182 corresponding to a VLAN scheduling layer, with their parent scheduler 171 corresponding to a port scheduler, which provides the packets or indications thereof to scheduler client 160 , corresponding to an interface.
  • Each of the schedulers 171 - 194 schedules traffic independently, which typically includes two or more different scheduling categories (e.g., high-priority traffic, low-priority, rate-based traffic, etc.) By providing multiple scheduling lanes corresponding to different categories of traffic, packets or indications thereof of a higher priority can propagate through hierarchical pipelined scheduler 110 without being blocked by or wait behind lower priority traffic.
  • each scheduler typically has a single parent scheduler or external client, and one or more child schedulers and/or external sources for items. The number of schedulers and their arrangement in an embodiment using a hierarchical pipeline scheduler is typically determined based on the needs of the application of the embodiment.
  • FIG. 2 is used to describe a parent scheduler 200 and one of its child schedulers 240 used in one embodiment.
  • parent scheduler 200 includes storage 201 - 203 for items received from each of its children schedulers ( 240 and others not shown) for each scheduling category (e.g., high-priority traffic, low-priority traffic, rate-based traffic, or whatever categories match the needs of the application of the embodiment).
  • scheduling category e.g., high-priority traffic, low-priority traffic, rate-based traffic, or whatever categories match the needs of the application of the embodiment.
  • parent scheduler 200 is able to propagate different types or priorities of traffic ahead of other traffic, even if such traffic was received earlier.
  • child scheduler 240 includes storage 241 - 243 for items received from each of its children schedulers for each scheduling category.
  • Any type of scheduling mechanism can be used to identify the best item from the items received its child schedulers or external sources.
  • a high-priority traffic and rate-based traffic. Items of the high-priority traffic are scheduled to be strictly forwarded before any rate-based items, with the rate-based traffic being scheduled (e.g., using a calendar scheduler, DRR, or other scheduling mechanism) in the remaining bandwidth.
  • One embodiment also maintains one or more data structures indicating the categories of traffic which it currently has stored, and those categories which its parent scheduler has stored or needs from it.
  • parent scheduler 200 maintains parent status information 211 and its schedule status information 212
  • child scheduler 240 maintains parent status information 251 (i.e., corresponding to parent scheduler 200 ) and its schedule status information 252 .
  • a child scheduler can readily determine (e.g., based on a comparison of its maintained parent and own status information) which type of traffic it has available to forward to its parent scheduler and which matches the needs of its parent scheduler.
  • each scheduler stores up to a single item of each category from each of its child schedulers or external item sources, and uses one or more bitmaps to maintain this status information. In one embodiment, each scheduler stores up to more than one item of each category from each of its child schedulers or external item sources, and uses one or more sets of counters to maintain this status information. Note, in one embodiment, one or more scheduling categories are consolidated into fewer and/or a single scheduling category by a sending scheduler and/or a receiving scheduler.
  • FIG. 3A illustrates a process used in one embodiment for propagating items to a parent scheduler upon startup or in response to a previously unfulfilled request to this child scheduler for an item of the particular scheduling category.
  • Processing begins with process block 300 .
  • process block 302 if an item has been previously received, then in process block 304 , the item is stored in the item storage corresponding to the sending child scheduler or external source for the scheduling category.
  • a determination is made in process block 306 , whether or not the item of that scheduling category is needed by the parent scheduler. In one embodiment, this is identified by comparing the indications of items needed in its parent status data structure with indications of items that it has received from its children in its schedule status data structure. Note, in one embodiment, items are not considered for forwarding (here and in regards to other forwarding decisions) if the propagation of its corresponding scheduling category has been halted due to a flow control or other mechanism.
  • process block 306 if the item of that scheduling category is needed by the parent scheduler, then in process block 308 , a corresponding item is sent to its parent and the parent status and schedule status data structures are updated. However, in one embodiment, the determination in process block 306 is whether or not an item of the same or higher-priority scheduling category is needed by the parent, and an item corresponding to the highest-priority scheduling category needed (typically at or above the scheduling category of the received item) is forwarded to the parent in process block 308 . Processing returns to process block 302 .
  • FIG. 3B illustrates a process used in one embodiment for scheduling items which have been received from its child schedulers or external sources. Processing begins at process block 340 . As indicated by process block 341 , processing is delayed or prevented until the parent scheduler or client needs an item. Then, as determined in process block 342 , if the scheduler has an item to send (and it is time to send a next item in one embodiment), then in process block 344 , a best item, typically of the highest priority scheduling category needed by the parent, to be forwarded to the parent scheduler or client is determined (or has been already determined), and this best item is sent. The scheduler's parent status and schedule status data structures are updated accordingly. Also, if the item was a rate-based item, then the rate scheduling data structure is updated.
  • the hierarchical scheduler allows different embodiment to use different scheduling mechanisms, while providing a mechanism to schedule traffic received from several child schedulers or external sources and to allow higher priority traffic to be propagated through the pipeline of schedulers without having to wait behind lower priority traffic.
  • one or more scheduling categories are consolidated into fewer and/or a single scheduling category by a sending scheduler and/or a receiving scheduler.
  • process block 346 a request for a replacement item is sent to the child scheduler or external source from which the sent item was received, typically along with an indication of the traffic category from which the sent item belongs. Processing then returns to process block 342 .
  • FIG. 3C illustrates a process used in one embodiment for propagating items to a parent scheduler in response to a request from the parent for an item of a particular scheduling category.
  • Processing begins with process block 360 .
  • the parent data structure which typically identifies the scheduling categories and possibly number of items for each that its parent needs, is updated based on the received request.
  • process block 366 a determination is made whether or not the scheduler currently has an item to send to the parent scheduler or external client. In one embodiment, this determination is simply a check to see if it has an item of the scheduling category corresponding to the received request (e.g., by checking the item storage or schedule status data structure).
  • this determination will be forced to be false even if such an item is stored in the scheduler if its parent scheduler is currently storing a higher priority item that it received from this scheduler.
  • an item will not be forwarded to its parent scheduler. This will not delay the scheduling of the item as a parent scheduler, in determining its next scheduled item, will typically only consider items of the highest priority category received from its children.
  • this lower priority item would not have been forwarded by the parent scheduler anyway, and by delaying its propagation, a better item might be received or determined by this scheduler in the mean time, and this approach might remove a race condition introduced by one implementation.
  • a best replacement item is selected from those items received from each of its child schedulers or external sources, and the selected item is sent to the parent and the schedule status and parent status data structures are updated accordingly.
  • this item is always of the same scheduling category as that indicated in the received request.
  • this item is an item of the highest priority scheduling category needed by the parent.
  • a request for a replacement item of the same scheduling category as the item forwarded to the parent is sent to the child scheduler or external source from which the item sent to the parent was received. Processing returns to process block 362 .
  • FIG. 4 is a block diagram of a an exemplary system or component 400 used in implementing a hierarchical pipelined scheduler, whether the entire hierarchical pipelined scheduler or just one or more of its schedulers.
  • system or component 400 performs one or more processes corresponding to one of the flow diagrams illustrated or otherwise described herein.
  • component 400 includes a processing element 401 (e.g., a processor, customized logic, etc.), memory 402 , storage devices 403 , and an interface 404 for receiving and sending packets, items, and/or other information, which are typically coupled via one or more communications mechanisms 409 (shown as a bus for illustrative purposes.)
  • Various embodiments of component 400 may include more or less elements.
  • the operation of component 400 is typically controlled by processing element 401 using memory 402 and storage devices 403 to perform one or more scheduling tasks or processes.
  • Memory 402 is one type of computer-readable medium, and typically comprises random access memory (RAM), read only memory (ROM), flash memory, integrated circuits, and/or other memory components.
  • Memory 402 typically stores computer-executable instructions to be executed by processing element 401 and/or data which is manipulated by processing element 401 for implementing functionality in accordance with the invention.
  • Storage devices 403 are another type of computer-readable medium, and typically comprise solid state storage media, disk drives, diskettes, networked services, tape drives, and other storage devices.
  • Storage devices 403 typically store computer-executable instructions to be executed by processing element 401 and/or data which is manipulated by processing element 401 for implementing functionality in accordance with the invention.

Abstract

Disclosed is a hierarchy of individual schedulers with multiple scheduling lanes for scheduling items, such as, but not limited to packets or indications thereof, such that different classes of priority items can be propagated through the hierarchy of schedulers accordingly. A pipeline scheduler typically includes a root scheduler and one or more layers of schedulers with each of these layers including at least one scheduler. Each scheduler is configured to maintain items of different scheduling categories received from each of the particular scheduler's immediate children schedulers within the pipeline scheduler if any and from each immediate external source coupled to the particular scheduler if any, and to schedule the sending of the items of the different scheduling categories currently maintained to its parent schedule or external scheduler client. The items may correspond to packets, indications of packets, or any other entity.

Description

    TECHNICAL FIELD
  • One embodiment of the invention relates to communications and computer systems, especially routers, packet switching systems, and other devices; and more particularly, one embodiment relates to a pipeline scheduler including a hierarchy of individual schedulers with multiple scheduling lanes for scheduling items, such as, but not limited to packets or indications thereof, such that different classes of priority items can be propagated through the hierarchy of schedulers accordingly.
  • BACKGROUND
  • The communications industry is rapidly changing to adjust to emerging technologies and ever increasing customer demand. This customer demand for new applications and increased performance of existing applications is driving communications network and system providers to employ networks and systems having greater speed and capacity (e.g., greater bandwidth). In trying to achieve these goals, a common approach taken by many communications providers is to use packet switching technology. Increasingly, public and private communications networks are being built and expanded using various packet technologies, such as Internet Protocol (IP). Note, nothing described or referenced in this document is admitted as prior art to this application unless explicitly so stated.
  • A network device, such as a switch or router, typically receives, processes, and forwards or discards a packet. For example, an enqueuing component of such a device receives a stream of various sized packets which are accumulated in an input buffer. Each packet is analyzed, and an appropriate amount of memory space is allocated to store the packet. The packet is stored in memory, while certain attributes (e.g., destination information and other information typically derived from a packet header or other source) are maintained in separate memory. Once the entire packet is written into memory, the packet becomes eligible for processing, and an indicator of the packet is typically placed in an appropriate destination queue for being serviced according to some scheduling methodology.
  • When there is a contention for resources, such as on output links of a packet switching system or interface or even for compute cycles in a computing device, it is important for resources to be allocated or scheduled according to some priority and/or fairness policy. Moreover, the amount of work required to schedule and to enqueue and dequeue a packet or other scheduled item is important, especially as the operating rate of systems increase. Many different mechanisms have been used by an individual scheduler to schedule packets, many of which are described hereinafter.
  • Ordinary time division multiplexing (TDM) is a method commonly used for sharing a common resource between several clients. All scheduled clients are served one at a time at predetermined times and for pre-allocated time periods, which is a very useful property for many applications. This method is often used for multiplexing multiple synchronous items over a higher speed communications link, such as that used for multiplexing multiple telephone calls over a single facility or interleaving packets. However, in a dynamic environment wherein items may not require the full amount of their allocated time slot such as when an item may only require none or only a portion of a particular allocated time slot, then bandwidth of the resource is typically wasted.
  • Ordinary round-robin (RR) is a another method commonly used for sharing a common resource between several clients. All clients are served in a cyclic order. In each round every client will be served if it is eligible. When served, each client is permitted to send one packet. Servicing of queues is simple to implement and can be done in constant time, but, due to the varying size of packets, does not allocate bandwidth fairly. For example, certain higher priority or larger bandwidth ports or streams of packets may not get their desired amount of bandwidth, which may especially be the case when serving one large and numerous smaller traffic streams or when different priorities of traffic are scheduled.
  • In some scenarios, high priority (e.g., low latency), guaranteed bandwidth, best effort traffic (e.g., spare bandwidth) and other classifications of traffic compete for a common resource. Various known scheduling methods are designed to provide isolation, prioritization, and fair bandwidth allocation to traffic competing for a common resource. These are known as fair queuing methods. Some examples are Weighted Fair Queuing (WFQ), Self-Clocked Fair Queuing (SCFQ), and Deficit Round Robin/Surplus Round Robin (referred to as DRR).
  • WFQ and SCFQ depend upon arrival times as well as previous link utilization in order to calculate the next best packet to send. The accepted “ideal” behavior is bit-by-bit or weighted bit-by-bit round robin, which states that the next packet to send should be the packet which would have completed if all packets currently in the system send one bit each round robin (which is typically not practical in a packet-based system). The inclusion of arrival times in the scheduling method, in order to calculate theoretical ideal departure times, typically requires insertion into a sorted list which is known to be an O(log N) problem worst case where N is the number of packets already enqueued.
  • DRR is a method used for sharing a common resource between several clients with different ratios between clients (i.e., some clients are allowed to consume more of the resources than others). The ratio between clients is typically defined by a parameter called a quantum. There are many variations and different implementations of DRR, including that described hereinafter.
  • DRR services queues using round-robin servicing with a quantum assigned to each queue. Unlike traditional round-robin, multiple packets up to the specified quantum can be sent resulting in each queue sending at least a quantum's worth of bytes. If the quantum for each queue is equal, then each queue will consume an equal amount of bandwidth.
  • This DRR approach works in rounds, where a round is one round-robin iteration over the queues that have items to be sent. Typically, when the queue is scheduled, it is allowed to transmit until its deficit becomes negative (or non-positive), and then the next queue is served. Packets coming in on different flows are stored in different queues. Each round, each queue is allocated a quantum worth of bytes, which are added to the deficit of each queue. Each queue is allowed to send out one or more packets in a DRR round, with the exact number of packets being sent in a round being dependent on its quantum and the size of the packets being sent. Typically, as long as the deficit is a positive (or non-negative) value (i.e., it is authorized to send a packet) in a DRR round for a queue and it has one or more packets to send, a packet is sent and its quantum is reduced based on the size of the sent packet. If there are no more packets in a queue after the queue has been serviced, one implementation sets the deficit corresponding to the queue to zero, while one implementation does this only if its deficit is negative. Otherwise, the remaining amount (i.e., the deficit minus the number of bits sent) is maintained for the next DRR round.
  • DRR is a method that does not depend upon actual arrival times and has complexity of O(1)—that is the amount of work required is a constant and independent of the number of packets enqueued. In order to be work conserving, a packet should be sent every time a queue is scheduled no matter its size. Thus, the quantum used in DRR should be at least one maximum packet size (MTU) to guarantee that when the quantum is added to any deficit, the resulting value is at least zero. DRR provides fair bandwidth allocation and is easy to implement. It is work conserving and, because of its O(1) properties, it scales well with higher link speeds and larger number of queues. However, its scheduling behavior deviates quite a bit from the bit-by-bit round robin “ideal”. In particular, latency for a system with N queues is Q*N where Q is the average quantum, which must be at least one maximum transmission unit (MTU).
  • These scheduling techniques can work well for scheduling a single layer of service. However, bandwidth is being sold to end customers based on types and aggregation of traffic. For example, customers might subscribe to certain types of traffic with different delay and bandwidth requirements, such as voice, video, gaming, email, instant messaging, and Internet browsing. Some of these traffic types can be very time and delay sensitive, while other types of traffic can be serviced using a best effort without too much impact on the service. Additionally, this traffic may be aggregated into a digital subscriber line (DSL) or virtual LAN (VLAN) services, which typically have their own service requirements, especially including a maximum subscribed rate. If a policer function is used to limit the traffic rate, then packets are typically dropped or service backpressured. However, indiscriminate dropping of packets or throttling of all types of traffic can especially impact services which are delay and bandwidth sensitive (e.g., voice and video services). Needed are new ways to accommodate different types and aggregations of traffic.
  • SUMMARY
  • Disclosed are, inter alia, methods, apparatus, data structures, computer-readable medium, and mechanisms, which may include or be used with a hierarchy of individual schedulers with multiple scheduling lanes for scheduling items, such as, but not limited to packets or indications thereof, such that different classes of priority items can be propagated through the hierarchy of schedulers accordingly. One embodiment includes a pipeline scheduler having a root scheduler and one or more layers of schedulers with each of these layers including at least one scheduler. Each scheduler of the pipeline scheduler is configured to maintain items of different scheduling categories received from each of the particular scheduler's immediate children schedulers within the pipeline scheduler if any and/or from each immediate external source coupled to the particular scheduler if any, and to schedule the sending of the items of the different scheduling categories currently maintained to its parent schedule or external scheduler client.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The appended claims set forth the features of the invention with particularity. The invention, together with its advantages, may be best understood from the following detailed description taken in conjunction with the accompanying drawings of which:
  • FIG. 1A is a block diagram of an exemplary hierarchical pipelined scheduler used in one embodiment;
  • FIG. 1B is a block diagram of an exemplary hierarchical pipelined scheduler used in one embodiment;
  • FIG. 2 is a block diagram illustrating a parent scheduler and one of its child schedulers used in one embodiment;
  • FIGS. 3A-C are flow diagrams of processes for propagating items through a hierarchical pipelined scheduler in one embodiment; and
  • FIG. 4 is a block diagram of a scheduler used in one embodiment.
  • DETAILED DESCRIPTION
  • Disclosed are, inter alia, methods, apparatus, data structures, computer-readable medium, and mechanisms, which may include or be used with a hierarchy of individual schedulers with multiple scheduling lanes for scheduling items, such as, but not limited to packets or indications thereof, such that different classes of priority items can be propagated through the hierarchy of schedulers accordingly.
  • Embodiments described herein include various elements and limitations, with no one element or limitation contemplated as being a critical element or limitation. Each of the claims individually recites an aspect of the invention in its entirety. Moreover, some embodiments described may include, but are not limited to, inter alia, systems, networks, integrated circuit chips, embedded processors, ASICs, methods, and computer-readable medium containing instructions. One or multiple systems, devices, components, etc. may comprise one or more embodiments, which may include some elements or limitations of a claim being performed by the same or different systems, devices, components, etc. The embodiments described hereinafter embody various aspects and configurations within the scope and spirit of the invention, with the figures illustrating exemplary and non-limiting configurations.
  • As used herein, the term “packet” refers to packets of all types or any other units of information or data, including, but not limited to, fixed length cells and variable length packets, each of which may or may not be divisible into smaller packets or cells. The term “packet” as used herein also refers to both the packet itself or a packet indication, such as, but not limited to all or part of a packet or packet header, a data structure value, pointer or index, or any other part or direct or indirect identification of a packet or information associated therewith. For example, often times a router operates on one or more fields of a packet, especially the header, so the body of the packet is often stored in a separate memory while the packet header is manipulated, and based on the results of the processing of the packet (i.e., the packet header in this example), the entire packet is forwarded or dropped, etc. Additionally, these packets may contain one or more types of information, including, but not limited to, voice, data, video, and audio information. The term “item” is used generically herein to refer to a packet or any other unit or piece of information or data, a device, component, element, or any other entity. The phrases “processing a packet” and “packet processing” typically refer to performing some steps or actions based on the packet contents (e.g., packet header or other fields), and such steps or action may or may not include modifying, storing, dropping, and/or forwarding the packet and/or associated data.
  • The term “system” is used generically herein to describe any number of components, elements, sub-systems, devices, packet switch elements, packet switches, routers, networks, computer and/or communication devices or mechanisms, or combinations of components thereof. The term “computer” is used generically herein to describe any number of computers, including, but not limited to personal computers, embedded processing elements and systems, control logic, ASICs, chips, workstations, mainframes, etc. The term “processing element” is used generically herein to describe any type of processing mechanism or device, such as a processor, ASIC, field programmable gate array, computer, etc. The term “device” is used generically herein to describe any type of mechanism, including a computer or system or component thereof. The terms “task” and “process” are used generically herein to describe any type of running program, including, but not limited to a computer process, task, thread, executing application, operating system, user process, device driver, native code, machine or other language, etc., and can be interactive and/or non-interactive, executing locally and/or remotely, executing in foreground and/or background, executing in the user and/or operating system address spaces, a routine of a library and/or standalone application, and is not limited to any particular memory partitioning technique. The steps, connections, and processing of signals and information illustrated in the figures, including, but not limited to any block and flow diagrams and message sequence charts, may typically be performed in the same or in a different serial or parallel ordering and/or by different components and/or processes, threads, etc., and/or over different connections and be combined with other functions in other embodiments, unless this disables the embodiment or a sequence is explicitly or implicitly required (e.g., for a sequence of read the value, process the value—the value must be obtained prior to processing it, although some of the associated processing may be performed prior to, concurrently with, and/or after the read operation). Furthermore, the term “identify” is used generically to describe any manner or mechanism for directly or indirectly ascertaining something, which may include, but is not limited to receiving, retrieving from memory, determining, defining, calculating, generating, etc.
  • Moreover, the terms “network” and “communications mechanism” are used generically herein to describe one or more networks, communications media or communications systems, including, but not limited to the Internet, private or public telephone, cellular, wireless, satellite, cable, local area, metropolitan area and/or wide area networks, a cable, electrical connection, bus, etc., and internal communications mechanisms such as message passing, interprocess communications, shared memory, etc. The term “message” is used generically herein to describe a piece of information which may or may not be, but is typically communicated via one or more communication mechanisms of any type.
  • The term “storage mechanism” includes any type of memory, storage device or other mechanism for maintaining instructions or data in any format. “Computer-readable medium” is an extensible term including any memory, storage device, storage mechanism, and other storage and signaling mechanisms including interfaces and devices such as network interface cards and buffers therein, as well as any communications devices and signals received and transmitted, and other current and evolving technologies that a computerized system can interpret, receive, and/or transmit. The term “memory” includes any random access memory (RAM), read only memory (ROM), flash memory, integrated circuits, and/or other memory components or elements. The term “storage device” includes any solid state storage media, disk drives, diskettes, networked services, tape drives, and other storage devices. Memories and storage devices may store computer-executable instructions to be executed by a processing element and/or control logic, and data which is manipulated by a processing element and/or control logic. The term “data structure” is an extensible term referring to any data element, variable, data structure, database, and/or one or more organizational schemes that can be applied to data to facilitate interpreting the data or performing operations on it, such as, but not limited to memory locations or devices, sets, queues, trees, heaps, lists, linked lists, arrays, tables, pointers, etc. A data structure is typically maintained in a storage mechanism. The terms “pointer” and “link” are used generically herein to identify some mechanism for referencing or identifying another element, component, or other entity, and these may include, but are not limited to a reference to a memory or other storage mechanism or location therein, an index in a data structure, a value, etc.
  • The term “one embodiment” is used herein to reference a particular embodiment, wherein each reference to “one embodiment” may refer to a different embodiment, and the use of the term repeatedly herein in describing associated features, elements and/or limitations does not establish a cumulative set of associated features, elements and/or limitations that each and every embodiment must include, although an embodiment typically may include all these features, elements and/or limitations. In addition, the phrase “means for xxx” typically includes computer-readable medium containing computer-executable instructions for performing xxx.
  • In addition, the terms “first,” “second,” etc. are typically used herein to denote different units (e.g., a first element, a second element). The use of these terms herein does not necessarily connote an ordering such as one unit or event occurring or coming before another, but rather provides a mechanism to distinguish between particular units. Additionally, the use of a singular tense of a noun is non-limiting, with its use typically including one or more of the particular thing rather than just one (e.g., the use of the word “memory” typically refers to one or more memories without having to specify “memory or memories,” or “one or more memories” or “at least one memory”, etc.). Moreover, the phrases “based on x” and “in response to x” are used to indicate a minimum set of items x from which something is derived or caused, wherein “x” is extensible and does not necessarily describe a complete list of items on which the operation is performed, etc. Additionally, the phrase “coupled to” is used to indicate some level of direct or indirect connection between two elements or devices, with the coupling device or devices modifying or not modifying the coupled signal or communicated information. The term “subset” is used to indicate a group of all or less than all of the elements of a set. The term “subtree” is used to indicate all or less than all of a tree. Moreover, the term “or” is used herein to identify a selection of one or more, including all, of the conjunctive items.
  • Disclosed are, inter alia, methods, apparatus, data structures, computer-readable medium, and mechanisms, which may include or be used with a hierarchy of individual schedulers with multiple scheduling lanes for scheduling items, such as, but not limited to packets or indications thereof, such that different classes of priority items can be propagated through the hierarchy of schedulers accordingly. One embodiment includes a pipeline scheduler having a root scheduler and one or more layers of schedulers with each of these layers including at least one scheduler. Each scheduler of the pipeline scheduler is configured to maintain items of different scheduling categories received from each of the particular scheduler's immediate children schedulers within the pipeline scheduler if any and/or from each immediate external source coupled to the particular scheduler if any, and to schedule the sending of the items of the different scheduling categories currently maintained to its parent schedule or external scheduler client.
  • In one embodiment, the different scheduling categories include a high-priority traffic category and a rate-based traffic category. In one embodiment, each scheduler of the pipeline scheduler schedules traffic independently of other schedulers within the pipeline scheduler. In one embodiment, the scheduling traffic includes rate-based scheduling of items corresponding to the rate-based traffic category. In one embodiment, different scheduling categories further includes a low priority traffic category. In one embodiment, the low priority traffic category is of an intermediate priority below a high priority traffic and above another scheduling category (e.g., rate-based traffic, a lower strict priority category, a served over rate category, etc.). In one embodiment, a scheduler uses the same scheduling mechanism for each of the different categories of traffic. In one embodiment, the scheduler uses multiple different scheduling mechanisms in order to appropriately schedule the different scheduling categories (e.g., scheduling rate-based traffic is typically different than scheduling strict-priority based traffic). In one embodiment, the items are packets or indications corresponding to packets.
  • In one embodiment, each particular parent scheduler of the pipeline scheduler having one or more children schedulers in the one or more layers of schedulers, in response to selecting an item of a particular scheduling category of the different scheduling categories to forward to its parent scheduler which was received from a corresponding child scheduler of its the one or more children schedulers, is configured to request a next item of the particular scheduling category from the corresponding child scheduler. In one embodiment, the corresponding child scheduler is configured to forward to its parent scheduler, in response to the request of the next item, a best scheduled item from one of the different scheduling categories with the priority at least that of the particular scheduling category from the corresponding child scheduler. In one embodiment, the corresponding child scheduler is configured to forward to its parent scheduler, in response to the request of the next item of the particular scheduling category, a best scheduled item for the particular scheduling category in the particular parent scheduler. In one embodiment, the corresponding child scheduler is configured to maintain an indication of a need by its parent scheduler for a best scheduled item of the particular scheduling category from the particular scheduler in response to the request of the next item of the particular scheduling category when it currently has no items of the particular scheduling category. In one embodiment, the corresponding child scheduler is configured to forward to the particular parent scheduler, in response to the maintained indication of the need by its parent scheduler for the best scheduled item of the particular scheduling category and the receipt of a new item of the particular scheduling category, the new item of the particular scheduling category.
  • In one embodiment, each scheduler of the pipeline scheduler includes storage for one item of each of the different scheduling categories for each of its immediate child schedulers or external sources. In one embodiment, each scheduler of the pipeline scheduler includes a first scheduling mechanism for scheduling a first category of the different scheduling categories and a second scheduling mechanism for scheduling a second category of the different scheduling categories, wherein the first and second scheduling mechanisms schedule items using a different scheduling technique. In one embodiment, each scheduler of the one or more layers of schedulers is configured to identify whether or not its parent scheduler needs an item of a particular category of different scheduling categories, and it responds to at least receiving a particular item of the particular category and the identification that the parent needs an item of the particular category by forwarding the particular item to the parent scheduler.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler. One embodiment receives a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the multiple different priority scheduling categories. In response to receiving the request, a best item of currently stored items which were received from the multiple particular child schedulers and corresponding to the particular scheduling category is forwarded to the particular parent scheduler, the best item having been received from a particular child scheduler of the multiple particular child schedulers. Additionally, a replacement item of the particular scheduling category is requested from the particular child scheduler.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler. One embodiment receives a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the multiple different priority scheduling categories. In response to receiving the request, an identification is made that the particular parent scheduler does not currently have an item of a higher priority scheduling category than the particular scheduling category, and then a best item of currently stored items which were received from the multiple particular child schedulers and corresponding to the higher priority scheduling category than the particular scheduling category is forwarded to the particular parent scheduler, the best item having been received from a particular child scheduler of the multiple particular child schedulers, and requesting a replacement item of the higher priority scheduling category from the particular child scheduler.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler. One embodiment receives a particular item from one of the multiple particular child schedulers, the particular item corresponding to a particular scheduling category of the multiple scheduling categories. A recognition is made that the parent scheduler does not have an item from the particular scheduler corresponding to the particular scheduling category, and in response, sending the particular item to the particular parent scheduler.
  • In one embodiment, the particular scheduler maintains a parent status data structure indicating whether or not the particular parent scheduler desires an item of each particular scheduling category of the multiple scheduling categories. In one embodiment, the recognition that the particular parent scheduler does not have an item from the particular scheduler corresponding to the particular scheduling category includes checking the parent status data structure. In one embodiment, the parent scheduler forwards items of different categories of the plurality of different scheduling categories to a single category of the plurality of different scheduling categories in its parent. In one embodiment, the parent of the parent scheduler treats items received from at least two different scheduling categories in the parent scheduler as from a same scheduling category of the plurality of different scheduling categories.
  • One embodiment schedules items corresponding to multiple different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having multiple particular child schedulers and a particular parent scheduler. One embodiment maintains indications of each of the multiple different priority scheduling categories for which the particular parent scheduler needs an item. A request is received for the particular parent scheduler, the request including an identification of a particular scheduling category of the multiple different priority scheduling categories. The indications of each of the multiple different priority scheduling categories for which the particular parent scheduler needs an item are updated to reflect the received request. An identified scheduling category of the multiple different priority scheduling categories is identified based on the indications of each of the multiple different priority scheduling categories for which the particular parent scheduler needs an item, and in response: forwarding to the particular parent scheduler a best item of currently stored items which were received from the multiple particular child schedulers and corresponding to the identified scheduling category, the best item having been received from a particular child scheduler of the multiple particular child schedulers, and requesting a replacement item of the identified scheduling category from the particular child scheduler.
  • In one embodiment, the identified scheduling category is the same as the particular scheduling category. In one embodiment, the identified scheduling category is a higher priority scheduling category than the particular scheduling category. In one embodiment, the identified scheduling category is the highest priority scheduling category in the multiple different priority scheduling categories for which an item is available to forward to the particular parent scheduler and an item is identified as being needed in the indications for which the particular parent scheduler needs an item.
  • In one embodiment the items are packets or indications corresponding to packets. In one embodiment, the best item is rate scheduled and the particular scheduler includes a rate scheduling data structure, and the method further comprises updating the rate scheduling data structure based on the best item.
  • FIG. 1A is a block diagram of an exemplary hierarchical pipelined scheduler 110 used in one embodiment. As illustrated, items 151-156 are received by hierarchical pipelined scheduler 110 and are propagated through one or more schedulers 121-144 to reach scheduler 111 and then forwarded to the scheduler client 100. Scheduler 111 is sometimes referred to as the root scheduler as it corresponds the root of a tree formed by schedulers 121-144. Each of the schedulers 111-144 schedules traffic independently, which typically includes two or more different scheduling categories (e.g., high-priority traffic, low-priority, rate-based traffic, etc.) By providing multiple scheduling lanes corresponding to different categories of traffic, items of a higher priority can propagate through hierarchical pipelined scheduler 110 without being blocked by or wait behind lower priority traffic. Note, each scheduler typically has a single parent scheduler or external client, and one or more child schedulers and/or external sources for items. The number of schedulers and their arrangement in an embodiment using a hierarchical pipeline scheduler is typically determined based on the needs of the application of the embodiment.
  • FIG. 1B illustrates an example use of hierarchical pipeline scheduler 170 in the context of items being packets or indications corresponding to packets. Note, one embodiment of a hierarchical pipelined scheduler is used for scheduling ingress packet traffic, and one embodiment of a hierarchical pipelined scheduler is used for scheduling egress packet traffic. In the illustrated example, hierarchical pipeline scheduler 170 is responsible for scheduling the sending of packets received from packet queues 195-198. Hierarchical pipelined scheduler 170 accomplishes this using multiple scheduling layers: a class of service scheduling layer using schedulers 191-194, with their parent schedulers 181-182 corresponding to a VLAN scheduling layer, with their parent scheduler 171 corresponding to a port scheduler, which provides the packets or indications thereof to scheduler client 160, corresponding to an interface.
  • Each of the schedulers 171-194 schedules traffic independently, which typically includes two or more different scheduling categories (e.g., high-priority traffic, low-priority, rate-based traffic, etc.) By providing multiple scheduling lanes corresponding to different categories of traffic, packets or indications thereof of a higher priority can propagate through hierarchical pipelined scheduler 110 without being blocked by or wait behind lower priority traffic. Note, each scheduler typically has a single parent scheduler or external client, and one or more child schedulers and/or external sources for items. The number of schedulers and their arrangement in an embodiment using a hierarchical pipeline scheduler is typically determined based on the needs of the application of the embodiment.
  • FIG. 2 is used to describe a parent scheduler 200 and one of its child schedulers 240 used in one embodiment. As shown, parent scheduler 200 includes storage 201-203 for items received from each of its children schedulers (240 and others not shown) for each scheduling category (e.g., high-priority traffic, low-priority traffic, rate-based traffic, or whatever categories match the needs of the application of the embodiment). By segregating the items by scheduling categories received from different child schedulers, parent scheduler 200 is able to propagate different types or priorities of traffic ahead of other traffic, even if such traffic was received earlier. Similarly, child scheduler 240 includes storage 241-243 for items received from each of its children schedulers for each scheduling category.
  • Any type of scheduling mechanism can be used to identify the best item from the items received its child schedulers or external sources. For example, one embodiment uses two types of traffic categories: a high-priority traffic and rate-based traffic. Items of the high-priority traffic are scheduled to be strictly forwarded before any rate-based items, with the rate-based traffic being scheduled (e.g., using a calendar scheduler, DRR, or other scheduling mechanism) in the remaining bandwidth.
  • One embodiment also maintains one or more data structures indicating the categories of traffic which it currently has stored, and those categories which its parent scheduler has stored or needs from it. For example, parent scheduler 200 maintains parent status information 211 and its schedule status information 212, and child scheduler 240 maintains parent status information 251 (i.e., corresponding to parent scheduler 200) and its schedule status information 252. In this manner, a child scheduler can readily determine (e.g., based on a comparison of its maintained parent and own status information) which type of traffic it has available to forward to its parent scheduler and which matches the needs of its parent scheduler. In one embodiment, each scheduler stores up to a single item of each category from each of its child schedulers or external item sources, and uses one or more bitmaps to maintain this status information. In one embodiment, each scheduler stores up to more than one item of each category from each of its child schedulers or external item sources, and uses one or more sets of counters to maintain this status information. Note, in one embodiment, one or more scheduling categories are consolidated into fewer and/or a single scheduling category by a sending scheduler and/or a receiving scheduler.
  • FIG. 3A illustrates a process used in one embodiment for propagating items to a parent scheduler upon startup or in response to a previously unfulfilled request to this child scheduler for an item of the particular scheduling category. Processing begins with process block 300. As determined in process block 302, if an item has been previously received, then in process block 304, the item is stored in the item storage corresponding to the sending child scheduler or external source for the scheduling category. A determination is made in process block 306, whether or not the item of that scheduling category is needed by the parent scheduler. In one embodiment, this is identified by comparing the indications of items needed in its parent status data structure with indications of items that it has received from its children in its schedule status data structure. Note, in one embodiment, items are not considered for forwarding (here and in regards to other forwarding decisions) if the propagation of its corresponding scheduling category has been halted due to a flow control or other mechanism.
  • As determined in process block 306, if the item of that scheduling category is needed by the parent scheduler, then in process block 308, a corresponding item is sent to its parent and the parent status and schedule status data structures are updated. However, in one embodiment, the determination in process block 306 is whether or not an item of the same or higher-priority scheduling category is needed by the parent, and an item corresponding to the highest-priority scheduling category needed (typically at or above the scheduling category of the received item) is forwarded to the parent in process block 308. Processing returns to process block 302.
  • FIG. 3B illustrates a process used in one embodiment for scheduling items which have been received from its child schedulers or external sources. Processing begins at process block 340. As indicated by process block 341, processing is delayed or prevented until the parent scheduler or client needs an item. Then, as determined in process block 342, if the scheduler has an item to send (and it is time to send a next item in one embodiment), then in process block 344, a best item, typically of the highest priority scheduling category needed by the parent, to be forwarded to the parent scheduler or client is determined (or has been already determined), and this best item is sent. The scheduler's parent status and schedule status data structures are updated accordingly. Also, if the item was a rate-based item, then the rate scheduling data structure is updated.
  • Note, the hierarchical scheduler allows different embodiment to use different scheduling mechanisms, while providing a mechanism to schedule traffic received from several child schedulers or external sources and to allow higher priority traffic to be propagated through the pipeline of schedulers without having to wait behind lower priority traffic. Also note, in one embodiment, one or more scheduling categories are consolidated into fewer and/or a single scheduling category by a sending scheduler and/or a receiving scheduler.
  • In process block 346, a request for a replacement item is sent to the child scheduler or external source from which the sent item was received, typically along with an indication of the traffic category from which the sent item belongs. Processing then returns to process block 342.
  • FIG. 3C illustrates a process used in one embodiment for propagating items to a parent scheduler in response to a request from the parent for an item of a particular scheduling category. Processing begins with process block 360. As determined in process block 362, if request has been received, then in process block 364, the parent data structure, which typically identifies the scheduling categories and possibly number of items for each that its parent needs, is updated based on the received request. In process block 366, a determination is made whether or not the scheduler currently has an item to send to the parent scheduler or external client. In one embodiment, this determination is simply a check to see if it has an item of the scheduling category corresponding to the received request (e.g., by checking the item storage or schedule status data structure). In one embodiment, this determination will be forced to be false even if such an item is stored in the scheduler if its parent scheduler is currently storing a higher priority item that it received from this scheduler. In other words, until the scheduler's state determines that the parent scheduler has no items of a higher priority, an item will not be forwarded to its parent scheduler. This will not delay the scheduling of the item as a parent scheduler, in determining its next scheduled item, will typically only consider items of the highest priority category received from its children. Thus, this lower priority item would not have been forwarded by the parent scheduler anyway, and by delaying its propagation, a better item might be received or determined by this scheduler in the mean time, and this approach might remove a race condition introduced by one implementation.
  • As determined in process block 366, if the scheduler has an item to send to the parent, then in process block 368, a best replacement item is selected from those items received from each of its child schedulers or external sources, and the selected item is sent to the parent and the schedule status and parent status data structures are updated accordingly. In one embodiment, this item is always of the same scheduling category as that indicated in the received request. In one embodiment, this item is an item of the highest priority scheduling category needed by the parent. In process block 370, a request for a replacement item of the same scheduling category as the item forwarded to the parent is sent to the child scheduler or external source from which the item sent to the parent was received. Processing returns to process block 362.
  • FIG. 4 is a block diagram of a an exemplary system or component 400 used in implementing a hierarchical pipelined scheduler, whether the entire hierarchical pipelined scheduler or just one or more of its schedulers. In one embodiment, system or component 400 performs one or more processes corresponding to one of the flow diagrams illustrated or otherwise described herein.
  • In one embodiment, component 400 includes a processing element 401 (e.g., a processor, customized logic, etc.), memory 402, storage devices 403, and an interface 404 for receiving and sending packets, items, and/or other information, which are typically coupled via one or more communications mechanisms 409 (shown as a bus for illustrative purposes.) Various embodiments of component 400 may include more or less elements. The operation of component 400 is typically controlled by processing element 401 using memory 402 and storage devices 403 to perform one or more scheduling tasks or processes. Memory 402 is one type of computer-readable medium, and typically comprises random access memory (RAM), read only memory (ROM), flash memory, integrated circuits, and/or other memory components. Memory 402 typically stores computer-executable instructions to be executed by processing element 401 and/or data which is manipulated by processing element 401 for implementing functionality in accordance with the invention. Storage devices 403 are another type of computer-readable medium, and typically comprise solid state storage media, disk drives, diskettes, networked services, tape drives, and other storage devices. Storage devices 403 typically store computer-executable instructions to be executed by processing element 401 and/or data which is manipulated by processing element 401 for implementing functionality in accordance with the invention.
  • In view of the many possible embodiments to which the principles of our invention may be applied, it will be appreciated that the embodiments and aspects thereof described herein with respect to the drawings/figures are only illustrative and should not be taken as limiting the scope of the invention. For example and as would be apparent to one skilled in the art, many of the process block operations can be re-ordered to be performed before, after, or substantially concurrent with other operations. Also, many different forms of data structures could be used in various embodiments. The invention as described herein contemplates all such embodiments as may come within the scope of the following claims and equivalents thereof.

Claims (33)

1. A pipeline scheduler comprising a root scheduler and one or more layers of schedulers, each of said one or more layers including at least one scheduler, each scheduler of said one or more layers of schedulers configured to communicate selected scheduled items to its parent scheduler in the pipeline scheduler; wherein said each scheduler of the pipeline scheduler is configured to maintain items of different scheduling categories received from each of said particular scheduler's immediate children schedulers within the pipeline scheduler if any or from each immediate external source coupled to said particular scheduler if any, and to schedule the sending of said items of said different scheduling categories currently maintained to its parent scheduler or external scheduler client based on priorities corresponding to the different scheduling categories of said items currently maintained.
2. The pipeline scheduler of claim 1, wherein said different scheduling categories include a high-priority traffic category and a rate-based traffic category; and wherein said scheduling traffic includes rate-based scheduling of items corresponding to said rate-based traffic category.
3. The pipeline scheduler of claim 2, wherein said different scheduling categories further includes a low-priority traffic category.
4. The pipeline scheduler of claim 1, wherein each particular parent scheduler of the pipeline scheduler having one or more children schedulers in said one or more layers of schedulers, in response to selecting an item of a particular scheduling category of said different scheduling categories to forward to its parent scheduler which was received from a corresponding child scheduler of its said one or more children schedulers, is configured to request a next item of the particular scheduling category from the corresponding child scheduler.
5. The pipeline scheduler of claim 4, wherein the corresponding child scheduler is configured to forward to its parent scheduler, in response to said request of the next item, a best scheduled item from one of the different scheduling categories with the priority at least that of the particular scheduling category from the corresponding child scheduler.
6. The pipeline scheduler of claim 4, wherein the corresponding child scheduler is configured to forward to its parent scheduler, in response to said request of the next item of the particular scheduling category, a best scheduled item for the particular scheduling category in said particular parent scheduler.
7. The pipeline scheduler of claim 4, wherein the corresponding child scheduler is configured to maintain an indication of a need by its parent scheduler for a best scheduled item of the particular scheduling category from said particular scheduler in response to said request of the next item of the particular scheduling category when it currently has no items of the particular scheduling category.
8. The pipeline scheduler of claim 7, wherein the corresponding child scheduler is configured to forward to said particular parent scheduler, in response to said maintained indication of the need by its parent scheduler for the best scheduled item of the particular scheduling category and the receipt of a new item of the particular scheduling category, the new item of the particular scheduling category.
9. The pipeline scheduler of claim 1, wherein the items are packets or indications corresponding to packets.
10. The pipeline scheduler of claim 1, wherein each scheduler of the pipeline scheduler includes storage for one item of each of said different scheduling categories for each of its immediate child schedulers or external sources.
11. The pipeline scheduler of claim 1, wherein each scheduler of the pipeline scheduler includes a first scheduling mechanism for scheduling a first category of said different scheduling categories and a second scheduling mechanism for scheduling a second category of said different scheduling categories, wherein said first and second scheduling mechanisms schedule items using a different scheduling technique.
12. The pipeline scheduler of claim 1, wherein each scheduler of said one or more layers of schedulers is configured to identify whether or not its parent scheduler needs an item of a particular category of different scheduling categories, and it responds to at least receiving a particular item of the particular category and said identification that said parent needs an item of the particular category by forwarding the particular item to said parent scheduler.
13. A method for use in scheduling items corresponding to a plurality of different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having a plurality of particular child schedulers and a particular parent scheduler, the particular scheduler performing operations comprising:
receiving a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the plurality of different priority scheduling categories; and
in response to receiving the request, forwarding to the particular parent scheduler a best item of currently stored items which were received from the plurality of particular child schedulers and corresponding to the particular scheduling category, the best item having been received from a particular child scheduler of the plurality of particular child schedulers, and requesting a replacement item of the particular scheduling category from the particular child scheduler.
14. The method of claim 13, wherein the items are packets or indications corresponding to packets.
15. The method of claim 13, wherein the best item is rate scheduled and the particular scheduler includes a rate-scheduling data structure, and the method further comprises updating the rate-scheduling data structure based on the best item.
16. A method for use in scheduling items corresponding to a plurality of different scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having a plurality of particular child schedulers and a particular parent scheduler, the particular scheduler performing operations comprising:
receiving a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the plurality of different scheduling categories;
in response to receiving the request, identifying that the particular parent scheduler does not currently have an item of a higher-priority scheduling category than the particular scheduling category; and
forwarding to the particular parent scheduler a best item of currently stored items which were received from the plurality of particular child schedulers and corresponding to the higher-priority scheduling category than the particular scheduling category, the best item having been received from a particular child scheduler of the plurality of particular child schedulers, and requesting a replacement item of the higher-priority scheduling category from the particular child scheduler.
17. The method of claim 16, wherein the items are packets or indications corresponding to packets.
18. The method of claim 16, wherein the best item is rate scheduled and the particular scheduler includes a rate-scheduling data structure, and the method further comprises updating the rate-scheduling data structure based on the best item.
19. A method for use in scheduling items corresponding to a plurality of different scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having a plurality of particular child schedulers and a particular parent scheduler, the particular scheduler performing operations comprising:
receiving a particular item from one of the plurality of particular child schedulers, the particular item corresponding to a particular scheduling category of the plurality of different scheduling categories; and
recognizing that the parent scheduler does not have an item from the particular scheduler corresponding to the particular scheduling category, and in response, sending the particular item to the particular parent scheduler.
20. The method of claim 19, wherein the particular scheduler maintains a parent status data structure indicating whether or not the particular parent scheduler desires an item of each particular scheduling category of the plurality of different scheduling categories.
21. The method of claim 20, wherein said recognizing that the particular parent scheduler does not have an item from the particular scheduler corresponding to the particular scheduling category includes checking the parent status data structure.
22. The method of claim 19, wherein the items are packets or indications corresponding to packets.
23. The method of claim 19, wherein the best item is rate scheduled and the particular scheduler includes a rate-scheduling data structure, and the method further comprises updating the rate-scheduling data structure based on the best item.
24. The method of claim 19, wherein the parent scheduler forwards items of different categories of the plurality of different scheduling categories to a single category of the plurality of different scheduling categories in its parent.
25. The method of claim 19, wherein the parent of the parent scheduler treats items received from at least two different scheduling categories in the parent scheduler as from a same scheduling category of the plurality of different scheduling categories.
26. A method for use in scheduling items corresponding to a plurality of different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having a plurality of particular child schedulers and a particular parent scheduler, the particular scheduler performing operations comprising:
maintaining indications of each of the plurality of different priority scheduling categories for which the particular parent scheduler needs an item;
receiving a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the plurality of different priority scheduling categories;
updating said indications of each of the plurality of different priority scheduling categories for which the particular parent scheduler needs an item to-reflect the received request; and
identifying an identified scheduling category of the plurality of different priority scheduling categories based on said indications of each of the plurality of different priority scheduling categories for which the particular parent scheduler needs an item, and in response: forwarding to the particular parent scheduler a best item of currently stored items which were received from the plurality of particular child schedulers and corresponding to the identified scheduling category, the best item having been received from a particular child scheduler of the plurality of particular child schedulers, and requesting a replacement item of the identified scheduling category from the particular child scheduler.
27. The method of claim 26, wherein the items are packets or indications corresponding to packets.
28. The method of claim 26, wherein the best item is rate scheduled and the particular scheduler includes a rate-scheduling data structure, and the method further comprises updating the rate-scheduling data structure based on the best item.
29. The method of claim 26, wherein the identified scheduling category is the same as the particular scheduling category.
30. The method of claim 26, wherein the identified scheduling category is a higher priority scheduling category than the particular scheduling category.
31. The method of claim 26, wherein the identified scheduling category is the highest priority scheduling category in the plurality of different priority scheduling categories for which an item is available to forward to the particular parent scheduler and an item is identified as being needed in said indications for which the particular parent scheduler needs an item.
32. An apparatus for use in scheduling items corresponding to a plurality of different priority scheduling categories in a pipeline scheduler including a hierarchy of schedulers, the hierarchy of schedulers including a particular scheduler having a plurality of particular child schedulers and a particular parent scheduler, the apparatus comprising:
means for receiving a request from the particular parent scheduler, the request including an identification of a particular scheduling category of the plurality of different scheduling categories; and
means for forwarding to the particular parent scheduler, in response to receiving the request, a best item of currently stored items which were received from the plurality of particular child schedulers and corresponding to the particular scheduling category or a higher-priority scheduling category within the plurality of different scheduling categories, the best item having been received from a particular child scheduler of the plurality of particular child schedulers, and requesting a replacement item for the best item from the particular child scheduler.
33. The apparatus of claim 32, wherein the items are packets or indications corresponding to packets.
US10/913,055 2004-01-14 2004-08-05 Pipeline scheduler including a hierarchy of schedulers and multiple scheduling lanes Expired - Fee Related US7876763B2 (en)

Priority Applications (12)

Application Number Priority Date Filing Date Title
US10/913,055 US7876763B2 (en) 2004-08-05 2004-08-05 Pipeline scheduler including a hierarchy of schedulers and multiple scheduling lanes
US11/022,246 US7522609B2 (en) 2004-01-14 2004-12-23 Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US11/070,932 US8077618B2 (en) 2004-08-05 2005-03-03 Using burst tolerance values in time-based schedules
CA2575869A CA2575869C (en) 2004-08-05 2005-07-07 Hierarchal scheduler with multiple scheduling lanes
PCT/US2005/024066 WO2006023141A2 (en) 2004-08-05 2005-07-07 Hierarchal scheduler with multiple scheduling lanes
EP05764490A EP1774714B1 (en) 2004-08-05 2005-07-07 Hierarchal scheduler with multiple scheduling lanes
CN2005800226632A CN1981484B (en) 2004-08-05 2005-07-07 Hierarchal scheduler with multiple scheduling lanes and scheduling method
PCT/US2005/027922 WO2006017753A2 (en) 2004-08-05 2005-08-05 Propagation of minimum guaranteed scheduling rates
EP05778432A EP1774721B1 (en) 2004-08-05 2005-08-05 Propagation of minimum guaranteed scheduling rates
CN2005800242194A CN1989738B (en) 2004-08-05 2005-08-05 Propagation of minimum guaranteed scheduling rates
CA2575814A CA2575814C (en) 2004-08-05 2005-08-05 Propagation of minimum guaranteed scheduling rates
US12/426,245 US8325736B2 (en) 2004-01-14 2009-04-18 Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/913,055 US7876763B2 (en) 2004-08-05 2004-08-05 Pipeline scheduler including a hierarchy of schedulers and multiple scheduling lanes

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/758,547 Continuation-In-Part US7417999B1 (en) 2004-01-14 2004-01-14 Priority propagation in a multi-level scheduling hierarchy

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US11/022,246 Continuation-In-Part US7522609B2 (en) 2004-01-14 2004-12-23 Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US11/070,932 Continuation-In-Part US8077618B2 (en) 2004-08-05 2005-03-03 Using burst tolerance values in time-based schedules

Publications (2)

Publication Number Publication Date
US20060029079A1 true US20060029079A1 (en) 2006-02-09
US7876763B2 US7876763B2 (en) 2011-01-25

Family

ID=35757339

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/913,055 Expired - Fee Related US7876763B2 (en) 2004-01-14 2004-08-05 Pipeline scheduler including a hierarchy of schedulers and multiple scheduling lanes
US11/070,932 Active 2029-08-20 US8077618B2 (en) 2004-08-05 2005-03-03 Using burst tolerance values in time-based schedules

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/070,932 Active 2029-08-20 US8077618B2 (en) 2004-08-05 2005-03-03 Using burst tolerance values in time-based schedules

Country Status (5)

Country Link
US (2) US7876763B2 (en)
EP (1) EP1774714B1 (en)
CN (2) CN1981484B (en)
CA (1) CA2575869C (en)
WO (1) WO2006023141A2 (en)

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060140192A1 (en) * 2004-12-29 2006-06-29 Intel Corporation, A Delaware Corporation Flexible mesh structure for hierarchical scheduling
US20060140201A1 (en) * 2004-12-23 2006-06-29 Alok Kumar Hierarchical packet scheduler using hole-filling and multiple packet buffering
US20060153243A1 (en) * 2004-12-23 2006-07-13 Cisco Technology, Inc., A California Corporation Scheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
US20060153184A1 (en) * 2004-12-27 2006-07-13 Michael Kounavis Reducing memory access bandwidth consumption in a hierarchical packet scheduler
US20070171824A1 (en) * 2006-01-25 2007-07-26 Cisco Technology, Inc. A California Corporation Sampling rate-limited traffic
US20070253451A1 (en) * 2006-04-27 2007-11-01 Christopher Koob Two dimensional timeout table mechanism with optimized delay characteristics
US20080025214A1 (en) * 2006-07-27 2008-01-31 Cisco Technology, Inc., A California Corporation Multilevel coupled policer
US7417999B1 (en) 2004-01-14 2008-08-26 Cisco Technology, Inc. Priority propagation in a multi-level scheduling hierarchy
US20090006430A1 (en) * 2007-06-28 2009-01-01 Microsoft Corporation Scheduling application allowing freeform data entry
US20090154483A1 (en) * 2007-12-13 2009-06-18 Cisco Technology, Inc (A California Corporation) A 3-level queuing scheduler supporting flexible configuration and etherchannel
US20090207846A1 (en) * 2004-01-14 2009-08-20 Cisco Technology, Inc. , A Corporation Of California Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US20100061321A1 (en) * 2008-07-21 2010-03-11 Commissariat A L' Energie Atomique Method of scheduling packets
US20100097932A1 (en) * 2008-10-15 2010-04-22 Viasat, Inc. Satellite traffic and congestion-based upstream scheduler
US20100299171A1 (en) * 2009-05-19 2010-11-25 Microsoft Corporation Summary Tasks for Top-Down Project Planning
CN102340443A (en) * 2010-07-21 2012-02-01 中兴通讯股份有限公司 Traffic scheduling device and method for packet switched network
US8547878B2 (en) 2010-05-18 2013-10-01 Lsi Corporation Modularized scheduling engine for traffic management in a network processor
US8565250B2 (en) 2010-05-18 2013-10-22 Lsi Corporation Multithreaded, superscalar scheduling in a traffic manager of a network processor
US8576862B2 (en) 2010-05-18 2013-11-05 Lsi Corporation Root scheduling algorithm in a network processor
US8615013B2 (en) 2010-05-18 2013-12-24 Agere Systems Llc Packet scheduling with guaranteed minimum rate in a traffic manager of a network processor
US8619787B2 (en) 2010-05-18 2013-12-31 Lsi Corporation Byte-accurate scheduling in a network processor
US8638805B2 (en) 2010-05-18 2014-01-28 Lsi Corporation Packet draining from a scheduling hierarchy in a traffic manager of a network processor
US8837501B2 (en) 2010-05-18 2014-09-16 Lsi Corporation Shared task parameters in a scheduler of a network processor
US8843682B2 (en) 2010-05-18 2014-09-23 Lsi Corporation Hybrid address mutex mechanism for memory accesses in a network processor
US8848723B2 (en) 2010-05-18 2014-09-30 Lsi Corporation Scheduling hierarchy in a traffic manager of a network processor
US8869156B2 (en) 2010-05-18 2014-10-21 Lsi Corporation Speculative task reading in a traffic manager of a network processor
US8869150B2 (en) 2010-05-18 2014-10-21 Lsi Corporation Local messaging in a scheduling hierarchy in a traffic manager of a network processor
US8869151B2 (en) 2010-05-18 2014-10-21 Lsi Corporation Packet draining from a scheduling hierarchy in a traffic manager of a network processor
US8873550B2 (en) 2010-05-18 2014-10-28 Lsi Corporation Task queuing in a multi-flow network processor architecture
US8874878B2 (en) 2010-05-18 2014-10-28 Lsi Corporation Thread synchronization in a multi-thread, multi-flow network communications processor architecture
US8910168B2 (en) 2009-04-27 2014-12-09 Lsi Corporation Task backpressure and deletion in a multi-flow network processor architecture
US8949582B2 (en) 2009-04-27 2015-02-03 Lsi Corporation Changing a flow identifier of a packet in a multi-thread, multi-flow network processor
US8949578B2 (en) 2009-04-27 2015-02-03 Lsi Corporation Sharing of internal pipeline resources of a network processor with external devices
US9152564B2 (en) 2010-05-18 2015-10-06 Intel Corporation Early cache eviction in a multi-flow network processor architecture
US9160684B2 (en) 2009-04-27 2015-10-13 Intel Corporation Dynamic updating of scheduling hierarchy in a traffic manager of a network processor
US9461930B2 (en) 2009-04-27 2016-10-04 Intel Corporation Modifying data streams without reordering in a multi-thread, multi-flow network processor
US20170060642A1 (en) * 2015-08-28 2017-03-02 Vmware, Inc. Constrained placement in hierarchical randomized schedulers
US9727508B2 (en) 2009-04-27 2017-08-08 Intel Corporation Address learning and aging for network bridging in a network processor

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7843940B2 (en) * 2005-06-01 2010-11-30 Cisco Technology, Inc. Filling token buckets of schedule entries
US7706386B2 (en) * 2005-10-26 2010-04-27 Cisco Technology, Inc. Fast 2-key scheduler
US7873047B2 (en) * 2006-04-19 2011-01-18 Motorola, Inc. Method and apparatus for quality of service for packet communications
KR101134721B1 (en) * 2007-07-24 2012-04-13 모토로라 모빌리티, 인크. Method and system for transmitting data packets in a communication network
US8566829B1 (en) * 2008-01-30 2013-10-22 Emc Corporation Cooperative multi-level scheduler for virtual engines
TWI396443B (en) * 2008-12-22 2013-05-11 Ind Tech Res Inst Method for audio and video control response and bandwidth adaptation based on network streaming application and server using the same
US8948043B2 (en) * 2010-09-02 2015-02-03 At&T Intellectual Property I, L.P. Method and apparatus for normalizing cellular communications network data
CN102763086A (en) * 2012-01-18 2012-10-31 华为技术有限公司 Task processing system for distributed computation and task processing method for distributed computation
US9106574B2 (en) * 2012-12-27 2015-08-11 Cisco Technology, Inc. Supporting quality of service differentiation using a single shared buffer
US9276867B2 (en) 2013-06-28 2016-03-01 Cisco Technology, Inc. Hierarchical scheduling system with layer bypass including updating scheduling information of a scheduling layer for each item whether or not it bypasses the scheduling layer
CN104348751B (en) * 2013-07-31 2019-03-12 中兴通讯股份有限公司 Virtual output queue authorization management method and device
US9401860B2 (en) * 2013-08-09 2016-07-26 Citrix Systems, Inc. High performance quality-of-service packet scheduling for multiple packet processing engines
US9729611B2 (en) 2014-10-26 2017-08-08 Cisco Technology, Inc. Method and system for ABR recording
WO2016078556A1 (en) * 2014-11-17 2016-05-26 Mediatek Inc. Energy efficient multi-cluster system and its operations
US20170331994A1 (en) * 2014-11-27 2017-11-16 Panasonic Intellectual Property Management Co., Ltd. Imaging apparatus
US9984037B1 (en) 2015-04-27 2018-05-29 Synaptic Engines, Llc Scheduler for a fine grained graph processor
CN110247859B (en) * 2019-06-17 2022-04-19 哈工大机器人(合肥)国际创新研究院 Data sending method and device based on AIRT-ROS node
US11683276B2 (en) 2021-05-20 2023-06-20 Cisco Technology, Inc. Quasi-output queue behavior of a packet switching device achieved using virtual output queue ordering independently determined for each output queue
CN113067778B (en) * 2021-06-04 2021-09-17 新华三半导体技术有限公司 Flow management method and flow management chip

Citations (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5751708A (en) * 1995-10-25 1998-05-12 Lucent Technologies Inc. Access method for broadband and narrowband networks
US5850399A (en) * 1997-04-04 1998-12-15 Ascend Communications, Inc. Hierarchical packet scheduling method and apparatus
US5864540A (en) * 1997-04-04 1999-01-26 At&T Corp/Csi Zeinet(A Cabletron Co.) Method for integrated traffic shaping in a packet-switched network
US5864557A (en) * 1996-09-25 1999-01-26 Thomson Multimedia S.A. Method and apparatus for opportunistically transferring data in a packet stream encoder
US5892766A (en) * 1996-02-22 1999-04-06 Fujitsu, Ltd. Method and apparatus for coordinating access to an output of a routing device in a packet switching network
US6130878A (en) * 1995-12-27 2000-10-10 Compaq Computer Corporation Method and apparatus for rate-based scheduling using a relative error approach
US20010001608A1 (en) * 1998-04-14 2001-05-24 Bidyut Parruck Asynchronous transfer mode traffic shapers
US6337851B1 (en) * 1996-03-26 2002-01-08 Compaq Computer Corporation Method and apparatus for relative error scheduling in a communications network using discrete rates and proportional rate scaling
US6389019B1 (en) * 1998-03-18 2002-05-14 Nec Usa, Inc. Time-based scheduler architecture and method for ATM networks
US6408005B1 (en) * 1997-09-05 2002-06-18 Nec Usa, Inc. Dynamic rate control scheduler for ATM networks
US6412000B1 (en) * 1997-11-25 2002-06-25 Packeteer, Inc. Method for automatically classifying traffic in a packet communications network
US6430154B1 (en) * 1999-08-13 2002-08-06 Fujitsu Network Communications, Inc. Supporting multiple application traffic types over connection oriented networks
US6438134B1 (en) * 1998-08-19 2002-08-20 Alcatel Canada Inc. Two-component bandwidth scheduler having application in multi-class digital communications systems
US6449650B1 (en) * 1999-02-01 2002-09-10 Redback Networks Inc. Methods and apparatus for deploying quality of service policies on a data communication network
US6483839B1 (en) * 1998-03-18 2002-11-19 Conexant Systems, Inc. Apparatus and method for scheduling multiple and simultaneous traffic in guaranteed frame rate in ATM communication system
US6560230B1 (en) * 1999-02-01 2003-05-06 Redback Networks Inc. Packet scheduling methods and apparatus
US20030123449A1 (en) * 2001-12-21 2003-07-03 Kuhl Timothy Harris Method and system for mediating traffic between an asynchronous transfer mode (ATM) network and an adjacent network
US6643293B1 (en) * 1997-09-05 2003-11-04 Alcatel Canada Inc. Virtual connection shaping with hierarchial arbitration
US6691312B1 (en) * 1999-03-19 2004-02-10 University Of Massachusetts Multicasting video
US20040177087A1 (en) * 2002-06-27 2004-09-09 Haitao Wu Self-adaptive scheduling method and network element
US20040230675A1 (en) * 2003-05-15 2004-11-18 International Business Machines Corporation System and method for adaptive admission control and resource management for service time guarantees
US6834053B1 (en) * 2000-10-27 2004-12-21 Nortel Networks Limited Distributed traffic scheduler
US6836475B2 (en) * 2000-12-01 2004-12-28 Nokia Corporation Method and apparatus for traffic shaping for IP router queues/egress
US20050047415A1 (en) * 2003-08-28 2005-03-03 Radhakrishna Channegowda Data traffic manager and method therefor
US20050047425A1 (en) * 2003-09-03 2005-03-03 Yonghe Liu Hierarchical scheduling for communications systems
US6876952B1 (en) * 2003-04-30 2005-04-05 Cisco Technology, Inc. Methods and apparatus for maintaining queues
US6909691B1 (en) * 2000-08-07 2005-06-21 Ensim Corporation Fairly partitioning resources while limiting the maximum fair share
US20050152374A1 (en) * 2004-01-14 2005-07-14 Cohen Earl T. Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US20050163140A1 (en) * 1999-09-09 2005-07-28 Avici Systems Apparatus and method for packet scheduling
US20050243853A1 (en) * 2004-05-03 2005-11-03 Bitar Nabil N Unified scheduling and queueing architecture for a multiservice switch
US20050249220A1 (en) * 2004-05-05 2005-11-10 Cisco Technology, Inc. Hierarchical QoS behavioral model
US7277448B1 (en) * 2003-06-27 2007-10-02 Cisco Technology, Inc. Hierarchical scheduler inter-layer eligibility deferral
US7336662B2 (en) * 2002-10-25 2008-02-26 Alcatel Lucent System and method for implementing GFR service in an access node's ATM switch fabric
US7417999B1 (en) * 2004-01-14 2008-08-26 Cisco Technology, Inc. Priority propagation in a multi-level scheduling hierarchy

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6064650A (en) * 1996-06-27 2000-05-16 Xerox Corporation Rate shaping in per-flow output queued routing mechanisms having output links servicing multiple physical layers
US5844890A (en) * 1997-03-25 1998-12-01 International Business Machines Corporation Communications cell scheduler and scheduling method for providing proportional use of network bandwith
US6532213B1 (en) * 1998-05-15 2003-03-11 Agere Systems Inc. Guaranteeing data transfer delays in data packet networks using earliest deadline first packet schedulers
ATE290743T1 (en) * 1998-07-31 2005-03-15 Cit Alcatel METHOD, SEQUENCER, INTELLIGENT BUFFER MEMORY, PROCESSOR AND TELECOMMUNICATIONS SYSTEM FOR DISTRIBUTING AVAILABLE BANDWIDTH
GB9828143D0 (en) * 1998-12-22 1999-02-17 Power X Limited Distributed hierarchical scheduling and arbitration for bandwidth allocation
US6477168B1 (en) * 1999-02-03 2002-11-05 International Business Machines Corporation Cell/frame scheduling method and communications cell/frame scheduler
CA2393740A1 (en) * 1999-12-08 2001-06-14 The University Of British Columbia Weighted fair queuing scheduler
WO2002015520A1 (en) * 2000-08-17 2002-02-21 Redback Networks Inc. Packet scheduling methods and apparatus
JP2003229877A (en) * 2002-01-31 2003-08-15 Fujitsu Ltd Net side transmission equipment and method for controlling variable rate traffic by allocation of dynamic band
JP3872716B2 (en) * 2002-04-30 2007-01-24 富士通株式会社 Packet output control device
EP1584164A2 (en) * 2002-12-31 2005-10-12 Conexant, Inc. System and method for providing quality of service in asynchronous transfer mode cell transmission

Patent Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5751708A (en) * 1995-10-25 1998-05-12 Lucent Technologies Inc. Access method for broadband and narrowband networks
US6130878A (en) * 1995-12-27 2000-10-10 Compaq Computer Corporation Method and apparatus for rate-based scheduling using a relative error approach
US5892766A (en) * 1996-02-22 1999-04-06 Fujitsu, Ltd. Method and apparatus for coordinating access to an output of a routing device in a packet switching network
US6337851B1 (en) * 1996-03-26 2002-01-08 Compaq Computer Corporation Method and apparatus for relative error scheduling in a communications network using discrete rates and proportional rate scaling
US5864557A (en) * 1996-09-25 1999-01-26 Thomson Multimedia S.A. Method and apparatus for opportunistically transferring data in a packet stream encoder
US5850399A (en) * 1997-04-04 1998-12-15 Ascend Communications, Inc. Hierarchical packet scheduling method and apparatus
US5864540A (en) * 1997-04-04 1999-01-26 At&T Corp/Csi Zeinet(A Cabletron Co.) Method for integrated traffic shaping in a packet-switched network
US20040081165A1 (en) * 1997-09-05 2004-04-29 Alcatel Canada Inc. Virtual path shaping
US6643293B1 (en) * 1997-09-05 2003-11-04 Alcatel Canada Inc. Virtual connection shaping with hierarchial arbitration
US6408005B1 (en) * 1997-09-05 2002-06-18 Nec Usa, Inc. Dynamic rate control scheduler for ATM networks
US6412000B1 (en) * 1997-11-25 2002-06-25 Packeteer, Inc. Method for automatically classifying traffic in a packet communications network
US6389019B1 (en) * 1998-03-18 2002-05-14 Nec Usa, Inc. Time-based scheduler architecture and method for ATM networks
US6483839B1 (en) * 1998-03-18 2002-11-19 Conexant Systems, Inc. Apparatus and method for scheduling multiple and simultaneous traffic in guaranteed frame rate in ATM communication system
US20010001608A1 (en) * 1998-04-14 2001-05-24 Bidyut Parruck Asynchronous transfer mode traffic shapers
US6438134B1 (en) * 1998-08-19 2002-08-20 Alcatel Canada Inc. Two-component bandwidth scheduler having application in multi-class digital communications systems
US6449650B1 (en) * 1999-02-01 2002-09-10 Redback Networks Inc. Methods and apparatus for deploying quality of service policies on a data communication network
US6560230B1 (en) * 1999-02-01 2003-05-06 Redback Networks Inc. Packet scheduling methods and apparatus
US6691312B1 (en) * 1999-03-19 2004-02-10 University Of Massachusetts Multicasting video
US6430154B1 (en) * 1999-08-13 2002-08-06 Fujitsu Network Communications, Inc. Supporting multiple application traffic types over connection oriented networks
US20050163140A1 (en) * 1999-09-09 2005-07-28 Avici Systems Apparatus and method for packet scheduling
US6909691B1 (en) * 2000-08-07 2005-06-21 Ensim Corporation Fairly partitioning resources while limiting the maximum fair share
US6834053B1 (en) * 2000-10-27 2004-12-21 Nortel Networks Limited Distributed traffic scheduler
US6836475B2 (en) * 2000-12-01 2004-12-28 Nokia Corporation Method and apparatus for traffic shaping for IP router queues/egress
US20030123449A1 (en) * 2001-12-21 2003-07-03 Kuhl Timothy Harris Method and system for mediating traffic between an asynchronous transfer mode (ATM) network and an adjacent network
US20040177087A1 (en) * 2002-06-27 2004-09-09 Haitao Wu Self-adaptive scheduling method and network element
US7336662B2 (en) * 2002-10-25 2008-02-26 Alcatel Lucent System and method for implementing GFR service in an access node's ATM switch fabric
US6876952B1 (en) * 2003-04-30 2005-04-05 Cisco Technology, Inc. Methods and apparatus for maintaining queues
US20040230675A1 (en) * 2003-05-15 2004-11-18 International Business Machines Corporation System and method for adaptive admission control and resource management for service time guarantees
US7277448B1 (en) * 2003-06-27 2007-10-02 Cisco Technology, Inc. Hierarchical scheduler inter-layer eligibility deferral
US20050047415A1 (en) * 2003-08-28 2005-03-03 Radhakrishna Channegowda Data traffic manager and method therefor
US20050047425A1 (en) * 2003-09-03 2005-03-03 Yonghe Liu Hierarchical scheduling for communications systems
US20050152374A1 (en) * 2004-01-14 2005-07-14 Cohen Earl T. Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US7417999B1 (en) * 2004-01-14 2008-08-26 Cisco Technology, Inc. Priority propagation in a multi-level scheduling hierarchy
US7522609B2 (en) * 2004-01-14 2009-04-21 Cisco Technology, Inc Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US20090207846A1 (en) * 2004-01-14 2009-08-20 Cisco Technology, Inc. , A Corporation Of California Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US20050243853A1 (en) * 2004-05-03 2005-11-03 Bitar Nabil N Unified scheduling and queueing architecture for a multiservice switch
US20050249220A1 (en) * 2004-05-05 2005-11-10 Cisco Technology, Inc. Hierarchical QoS behavioral model

Cited By (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7417999B1 (en) 2004-01-14 2008-08-26 Cisco Technology, Inc. Priority propagation in a multi-level scheduling hierarchy
US8325736B2 (en) 2004-01-14 2012-12-04 Cisco Technology, Inc. Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US20090207846A1 (en) * 2004-01-14 2009-08-20 Cisco Technology, Inc. , A Corporation Of California Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US7646779B2 (en) * 2004-12-23 2010-01-12 Intel Corporation Hierarchical packet scheduler using hole-filling and multiple packet buffering
US20060153243A1 (en) * 2004-12-23 2006-07-13 Cisco Technology, Inc., A California Corporation Scheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
US20060140201A1 (en) * 2004-12-23 2006-06-29 Alok Kumar Hierarchical packet scheduler using hole-filling and multiple packet buffering
US7599381B2 (en) 2004-12-23 2009-10-06 Cisco Technology, Inc. Scheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
US20060153184A1 (en) * 2004-12-27 2006-07-13 Michael Kounavis Reducing memory access bandwidth consumption in a hierarchical packet scheduler
US7525962B2 (en) * 2004-12-27 2009-04-28 Intel Corporation Reducing memory access bandwidth consumption in a hierarchical packet scheduler
US20060140192A1 (en) * 2004-12-29 2006-06-29 Intel Corporation, A Delaware Corporation Flexible mesh structure for hierarchical scheduling
US7460544B2 (en) * 2004-12-29 2008-12-02 Intel Corporation Flexible mesh structure for hierarchical scheduling
US8018845B2 (en) 2006-01-25 2011-09-13 Cisco Technology, Inc Sampling rate-limited traffic
US20070171824A1 (en) * 2006-01-25 2007-07-26 Cisco Technology, Inc. A California Corporation Sampling rate-limited traffic
US20070253451A1 (en) * 2006-04-27 2007-11-01 Christopher Koob Two dimensional timeout table mechanism with optimized delay characteristics
US7801164B2 (en) * 2006-04-27 2010-09-21 Agere Systems Inc. Two dimensional timeout table mechanism with optimized delay characteristics
US20080025214A1 (en) * 2006-07-27 2008-01-31 Cisco Technology, Inc., A California Corporation Multilevel coupled policer
US8077611B2 (en) 2006-07-27 2011-12-13 Cisco Technology, Inc. Multilevel coupled policer
US20090006430A1 (en) * 2007-06-28 2009-01-01 Microsoft Corporation Scheduling application allowing freeform data entry
US8082274B2 (en) 2007-06-28 2011-12-20 Microsoft Corporation Scheduling application allowing freeform data entry
US20090154483A1 (en) * 2007-12-13 2009-06-18 Cisco Technology, Inc (A California Corporation) A 3-level queuing scheduler supporting flexible configuration and etherchannel
US7729242B2 (en) * 2007-12-13 2010-06-01 Cisco Technology, Inc. 3-level queuing scheduler supporting flexible configuration and etherchannel
US20100061321A1 (en) * 2008-07-21 2010-03-11 Commissariat A L' Energie Atomique Method of scheduling packets
US20100097932A1 (en) * 2008-10-15 2010-04-22 Viasat, Inc. Satellite traffic and congestion-based upstream scheduler
US9160684B2 (en) 2009-04-27 2015-10-13 Intel Corporation Dynamic updating of scheduling hierarchy in a traffic manager of a network processor
US9461930B2 (en) 2009-04-27 2016-10-04 Intel Corporation Modifying data streams without reordering in a multi-thread, multi-flow network processor
US8949578B2 (en) 2009-04-27 2015-02-03 Lsi Corporation Sharing of internal pipeline resources of a network processor with external devices
US9727508B2 (en) 2009-04-27 2017-08-08 Intel Corporation Address learning and aging for network bridging in a network processor
US8910168B2 (en) 2009-04-27 2014-12-09 Lsi Corporation Task backpressure and deletion in a multi-flow network processor architecture
US8949582B2 (en) 2009-04-27 2015-02-03 Lsi Corporation Changing a flow identifier of a packet in a multi-thread, multi-flow network processor
US8160911B2 (en) 2009-05-19 2012-04-17 Microsoft Corporation Project management applications utilizing summary tasks for top-down project planning
WO2010135122A3 (en) * 2009-05-19 2011-02-03 Microsoft Corporation Summary tasks for top-down project planning
US20100299171A1 (en) * 2009-05-19 2010-11-25 Microsoft Corporation Summary Tasks for Top-Down Project Planning
WO2010135122A2 (en) * 2009-05-19 2010-11-25 Microsoft Corporation Summary tasks for top-down project planning
US8565250B2 (en) 2010-05-18 2013-10-22 Lsi Corporation Multithreaded, superscalar scheduling in a traffic manager of a network processor
US8615013B2 (en) 2010-05-18 2013-12-24 Agere Systems Llc Packet scheduling with guaranteed minimum rate in a traffic manager of a network processor
US8843682B2 (en) 2010-05-18 2014-09-23 Lsi Corporation Hybrid address mutex mechanism for memory accesses in a network processor
US8848723B2 (en) 2010-05-18 2014-09-30 Lsi Corporation Scheduling hierarchy in a traffic manager of a network processor
US8869156B2 (en) 2010-05-18 2014-10-21 Lsi Corporation Speculative task reading in a traffic manager of a network processor
US8869150B2 (en) 2010-05-18 2014-10-21 Lsi Corporation Local messaging in a scheduling hierarchy in a traffic manager of a network processor
US8869151B2 (en) 2010-05-18 2014-10-21 Lsi Corporation Packet draining from a scheduling hierarchy in a traffic manager of a network processor
US8873550B2 (en) 2010-05-18 2014-10-28 Lsi Corporation Task queuing in a multi-flow network processor architecture
US8874878B2 (en) 2010-05-18 2014-10-28 Lsi Corporation Thread synchronization in a multi-thread, multi-flow network communications processor architecture
US8576862B2 (en) 2010-05-18 2013-11-05 Lsi Corporation Root scheduling algorithm in a network processor
US8547878B2 (en) 2010-05-18 2013-10-01 Lsi Corporation Modularized scheduling engine for traffic management in a network processor
US8837501B2 (en) 2010-05-18 2014-09-16 Lsi Corporation Shared task parameters in a scheduler of a network processor
US9152564B2 (en) 2010-05-18 2015-10-06 Intel Corporation Early cache eviction in a multi-flow network processor architecture
US8638805B2 (en) 2010-05-18 2014-01-28 Lsi Corporation Packet draining from a scheduling hierarchy in a traffic manager of a network processor
US8619787B2 (en) 2010-05-18 2013-12-31 Lsi Corporation Byte-accurate scheduling in a network processor
CN102340443A (en) * 2010-07-21 2012-02-01 中兴通讯股份有限公司 Traffic scheduling device and method for packet switched network
US20170060642A1 (en) * 2015-08-28 2017-03-02 Vmware, Inc. Constrained placement in hierarchical randomized schedulers
US9804895B2 (en) * 2015-08-28 2017-10-31 Vmware, Inc. Constrained placement in hierarchical randomized schedulers
US20180060137A1 (en) * 2015-08-28 2018-03-01 Vmware, Inc. Constrained placement in hierarchical randomized schedulers
US10235212B2 (en) * 2015-08-28 2019-03-19 Vmware, Inc. Constrained placement in hierarchical randomized schedulers
US20190188051A1 (en) * 2015-08-28 2019-06-20 Vmware, Inc. Constrained placement in hierarchical randomized schedulers
US11010206B2 (en) * 2015-08-28 2021-05-18 Vmware, Inc. Constrained placement in hierarchical randomized schedulers

Also Published As

Publication number Publication date
US20060029080A1 (en) 2006-02-09
EP1774714B1 (en) 2012-09-05
WO2006023141A2 (en) 2006-03-02
US7876763B2 (en) 2011-01-25
US8077618B2 (en) 2011-12-13
EP1774714A2 (en) 2007-04-18
CA2575869A1 (en) 2006-03-02
CN1989738A (en) 2007-06-27
CN1981484A (en) 2007-06-13
WO2006023141A3 (en) 2006-11-16
EP1774714A4 (en) 2010-06-02
CN1989738B (en) 2012-04-18
CN1981484B (en) 2010-12-01
CA2575869C (en) 2011-08-30

Similar Documents

Publication Publication Date Title
US7876763B2 (en) Pipeline scheduler including a hierarchy of schedulers and multiple scheduling lanes
US8325736B2 (en) Propagation of minimum guaranteed scheduling rates among scheduling layers in a hierarchical schedule
US7212535B2 (en) Scheduling items using mini-quantum values
US7606250B2 (en) Assigning resources to items such as processing contexts for processing packets
US7843940B2 (en) Filling token buckets of schedule entries
US8230110B2 (en) Work-conserving packet scheduling in network devices
US20030202517A1 (en) Apparatus for controlling packet output
US7565496B2 (en) Sharing memory among multiple information channels
US7474662B2 (en) Systems and methods for rate-limited weighted best effort scheduling
US7350208B1 (en) Method and apparatus for scheduling using a resource variable decreased by amounts corresponding to the efficiency of the resource
US7599381B2 (en) Scheduling eligible entries using an approximated finish delay identified for an entry based on an associated speed group
Demoor et al. Partially shared buffers with full or mixed priority
EP1774721B1 (en) Propagation of minimum guaranteed scheduling rates
US7583678B1 (en) Methods and apparatus for scheduling entities using a primary scheduling mechanism such as calendar scheduling filled in with entities from a secondary scheduling mechanism
US7164686B2 (en) Stepwise quality-of-service scheduling method in output-buffered switches for broadband networks

Legal Events

Date Code Title Description
AS Assignment

Owner name: CISCO TECHNOLOGY, INC., A CORPORATION OF CALIFORNI

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:COHEN, EARL T.;OLSEN, ROBERT;FEINBERG, EUGENE M.;AND OTHERS;REEL/FRAME:015678/0994

Effective date: 20040805

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552)

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

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

FP Lapsed due to failure to pay maintenance fee

Effective date: 20230125