Intel® Ethernet Controller E810 Data Plane Development Kit (DPDK) 22.11/23.03

Configuration Guide

ID 764257
Date 06/16/2023
Version 22.11
Document Table of Contents

Receive Side Scaling Configuration

The Receive Side Scaling (RSS) hashing algorithm relies on a combination of different attributes to calculate the hash value. These attributes include the source and destination IP addresses, protocol type, and port numbers associated with each incoming packet. By considering these factors, the algorithm distributes the network traffic evenly across multiple receive queues, facilitating efficient load balancing and maximizing the performance of the system. To ensure the accuracy of the RSS hash calculation and gain a deeper understanding of the process, the following command can be used:.

testpmd> set verbose 8

This command enables verbose mode in DPDK, providing more detailed output to observe the calculated hash values for each packet and understand how DPDK determines the appropriate receive queue for packet distribution.

For more details on RSS configuration and testing, refer to the DPDK.org test plan:

https://doc.dpdk.org/dts/test_plans/index.html