doc: fix RSS flow description in i40e guide

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: feaae285b342 ("net/i40e: support hash configuration in RSS flow")
Cc: stable@dpdk.org

Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
Alvin Zhang 2021-01-08 13:35:38 +08:00 committed by Ferruh Yigit
parent d84e220a8d
commit 742d9f87f6

View File

@ -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