Skip to content

Commit

Permalink
doc: fix RSS flow description in i40e guide
Browse files Browse the repository at this point in the history
[ upstream commit 742d9f8 ]

The command here does not create a queue region, but only sets the
lookup table, so the descriptions in the doc is not exact.

Fixes: feaae28 ("net/i40e: support hash configuration in RSS flow")

Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
  • Loading branch information
Alvin Zhang authored and bluca committed Feb 2, 2021
1 parent 56997e8 commit e094eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/nics/i40e.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,9 @@ Generic flow API
- ``RSS Flow``

RSS Flow supports to set hash input set, hash function, enable hash
and configure queue region.
and configure queues.
For example:
Configure queue region as queue 0, 1, 2, 3.
Configure queues as queue 0, 1, 2, 3.

.. code-block:: console
Expand Down

0 comments on commit e094eaf

Please sign in to comment.