From ad2a5ed7bd88e2be29780455c6257510fcded2fc Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Fri, 10 Jan 2025 12:01:05 +0100 Subject: [PATCH] Update rss.rst --- doc/rss.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/rss.rst b/doc/rss.rst index e9acb7fd1..9e99cc240 100644 --- a/doc/rss.rst +++ b/doc/rss.rst @@ -116,12 +116,16 @@ combined with flow steering. In order to achieve this just follow the steps belo ethtool -U flow-type udp4 src-port 2123 action 0 +(Note: "action 0" means "steer to queue 0") + 2. Distribute all non GTP-C traffic to the other queues. .. code-block:: console ethtool -X weight 0 1 1 1 1 1 1 1 +(Note: traffic is distributed with queues with weight != 0) + Naming convention ~~~~~~~~~~~~~~~~~