Skip to content

Commit

Permalink
Update rss.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano authored Jan 10, 2025
1 parent de8db83 commit ad2a5ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/rss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,16 @@ combined with flow steering. In order to achieve this just follow the steps belo
ethtool -U <if> 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 <if> weight 0 1 1 1 1 1 1 1
(Note: traffic is distributed with queues with weight != 0)

Naming convention
~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit ad2a5ed

Please sign in to comment.