From 742d9f87f6b8fffb8133099bbc916911d35ee619 Mon Sep 17 00:00:00 2001 From: Alvin Zhang Date: Fri, 8 Jan 2021 13:35:38 +0800 Subject: [PATCH] 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 --- doc/guides/nics/i40e.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1