From: Alvin Zhang Date: Fri, 8 Jan 2021 05:35:38 +0000 (+0800) Subject: doc: fix RSS flow description in i40e guide X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=742d9f87f6b8fffb8133099bbc916911d35ee619 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 Acked-by: Qi Zhang --- diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 4e5c4679b8..64f20e7dab 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -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