Compound Arbitration for Switching Fabric Ingress Queues

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

High-speed switch arbitration algorithms face challenges in maximizing throughput while maintaining fairness and priority bias, especially in complex switches with increasing complexity and number of ports, leading to potential performance bottlenecks due to head-of-line blocking and complexity in implementing algorithms like weighted fair queuing.

Innovation Solution

A compound arbitration technique is introduced, comprising a priority-biased arbitration stage followed by a throughput-biased arbitration stage, reducing system complexity and allowing for priority bias without eliminating fairness, using a network processor to facilitate traffic forwarding through a switching fabric.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If a strict priority scheduling algorithm is used, then higher priority traffic is forwarded first, but lower priority traffic may be completely starved

Engineering Contradiction:
Improveforwarding speed of high priority trafficVSAvoidthroughput of low priority traffic
Core Design Contradiction:
SpeedVSProductivity

Solution Approach 1:

The arbitration process is segmented into two distinct stages: a priority-biased arbitration stage that favors high priority traffic, and a throughput-biased arbitration stage that ensures fair resource distribution. This segmentation allows the system to simultaneously achieve fast forwarding of high priority traffic while preventing starvation of low priority traffic through the second stage's fairness mechanisms.

Inventive Principle:
Principle #1Segmentation

2Productivity

If weighted fair queuing is used, then lower priority traffic starvation is avoided, but implementation complexity increases

Engineering Contradiction:
Improvefairness of traffic distributionVSAvoidarbitration algorithm complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The complex weighted fair queuing problem is segmented into two simpler arbitration stages. The first stage handles priority bias with relatively simple logic, while the second stage addresses fairness through a separate, optimized arbitration process. This segmentation reduces the complexity of implementing fairness compared to a single-stage weighted fair queuing algorithm.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary mechanism (the two-stage arbitration structure) that mediates between the conflicting requirements of priority bias and fairness. Each stage acts as an intermediary that processes traffic according to its specific criteria, simplifying the overall implementation compared to a single complex weighted fair queuing algorithm that must handle both requirements simultaneously.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If arbitration algorithm complexity increases to handle more ports, then fairness and priority can be maintained, but computation time decreases

Engineering Contradiction:
Improvefairness and priority maintenanceVSAvoidarbitration computation time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The arbitration computation is segmented into two independent stages, each with its own optimized algorithm. This segmentation allows each stage to use simpler, faster computation tailored to its specific function, rather than requiring a single complex algorithm to handle all aspects of arbitration for increasing numbers of ports.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent employs dynamic arbitration strategies where the two stages can adapt their behavior based on traffic conditions. This dynamic approach allows the system to maintain fairness and priority requirements while optimizing computation time for varying port configurations and traffic patterns.

Inventive Principle:
Principle #15Dynamics

4Device complexity

If a single-stage arbitration is used, then implementation is simpler, but it cannot simultaneously achieve priority bias and fairness

Engineering Contradiction:
Improvearbitration implementation simplicityVSAvoidsimultaneous priority bias and fairness
Core Design Contradiction:
Device complexityVSProductivity

Solution Approach 1:

Rather than using a single complex arbitration stage that tries to do everything, the patent segments arbitration into two specialized stages. Each stage has a specific, simpler function that is easier to implement, yet together they achieve the combined capability of priority bias and fairness that a single-stage approach would struggle to accomplish.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS8090869B2Priority-biased exit queue arbitration with fairness
Publication Date: 2012.01.03 WSOU INVESTMENTS LLC
  • US8090869B2 patent drawing
  • US8090869B2 patent drawing
  • US8090869B2 patent drawing

AI summary

Priority-biased compound arbitration at a switching fabric ingress. The ingress includes a plurality of ingress queues and a priority-biased arbitration engine configured to arbitrate between the ingress queues. The ingress further includes exit first-in-first-out queues (FIFOs) configured to forward cells from the ingress queues to a switching fabric and a throughput-biased arbitration engine configured to arbitrate between the exit FIFOs.