RSS Indirection Table Optimization for Processor Load Balancing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current information handling systems face inefficiencies in processing and managing network traffic due to limitations in receive side scaling, particularly in the number of available RSS channels and processor utilization, leading to suboptimal handling of network traffic flows.

Innovation Solution

The implementation of receive side scaling (RSS) optimization techniques, including the use of a network interface that provides interrupts and operates with a CPU scheduler to dynamically associate network traffic with idle or lightly loaded processors, and the application of hashing functions to optimize data packet processing, ensuring efficient distribution of network traffic across multiple processors.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If receive side scaling is implemented to distribute network traffic across multiple processors, then processor utilization is improved, but the number of available RSS channels becomes limited

Engineering Contradiction:
Improveprocessor utilizationVSAvoidnumber of RSS channels
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements dynamic association between network traffic flows and processors, where the mapping is not fixed but can change based on processor availability and load conditions. The CPU scheduler dynamically selects which processor handles each network flow, allowing the system to adapt to changing workloads and optimize processor utilization without being constrained by a fixed number of RSS channels.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent makes processors universal by allowing any processor to handle any network traffic flow, rather than dedicating specific processors to specific flows. This multi-functionality is achieved through dynamic mapping where processors can be reassigned based on load conditions, effectively increasing the functional capacity of the RSS system beyond the traditional limit of fixed channel assignments.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Productivity

If network traffic is distributed across multiple processors, then handling efficiency is improved, but interrupt management complexity increases

Engineering Contradiction:
Improvenetwork traffic handling efficiencyVSAvoidinterrupt management
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements a feedback mechanism where the CPU scheduler continuously monitors processor load and interrupt conditions, then adjusts the mapping between network flows and processors accordingly. This feedback loop allows the system to optimize interrupt distribution by redirecting traffic from overloaded processors to idle ones, managing interrupt complexity dynamically while maintaining high handling efficiency.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system performs self-service by automatically adjusting its own interrupt management based on monitored conditions. The CPU scheduler autonomously decides how to distribute network traffic and manage interrupts without external intervention, adapting to changing system states and optimizing performance while managing the complexity of multi-processor interrupt handling.

Inventive Principle:
Principle #25Self-service

3Adaptability or versatility

If dynamic processor association is implemented, then responsiveness to load changes is improved, but scheduling complexity increases

Engineering Contradiction:
Improveresponsiveness to load changesVSAvoidscheduling complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The CPU scheduler implements self-service by automatically monitoring system load and dynamically adjusting processor associations without external control. This autonomous scheduling mechanism responds to load changes in real-time, adapting the network traffic distribution to current system conditions while managing the inherent scheduling complexity through automated decision-making algorithms.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS9569383B2Method of handling network traffic through optimization of receive side scaling
Publication Date: 2017.02.14 DELL PROD LP
  • US9569383B2 patent drawing
  • US9569383B2 patent drawing
  • US9569383B2 patent drawing

AI summary

An information handling system includes a plurality of processors that each includes a cache memory, and a receive side scaling (RSS) indirection table with a plurality of pointers that each points to one of the processors. A network data packet received by the information handling system determines a pointer to a first processor. In response to determining the pointer, information associated with the network data packet is transferred to the cache memory of the first processor. The information handling system also includes a process scheduler that moves a process associated with the network data packet from a second processor to the first processor, and an RSS module that directs the process scheduler to move the process and associates the first pointer with the processor in response to directing the process scheduler.