[dpdk-stable] patch 'doc: add i40e limitation for flow director' has been queued to stable release 19.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue May 19 15:04:33 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/21/20. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Luca Boccassi

---
>From a42e97921778918dc898b0579e7bdcbc38b68b50 Mon Sep 17 00:00:00 2001
From: Wei Zhao <wei.zhao1 at intel.com>
Date: Wed, 29 Apr 2020 10:03:52 +0800
Subject: [PATCH] doc: add i40e limitation for flow director

[ upstream commit 5b728485d6bf5cfb1fb0dadb76b518df3575da07 ]

Each PCTYPE can only have one specific FDIR input set at one time.
Add input set requirement info to i40e doc.

Bugzilla ID: 403
Fixes: 14c66a451ef7 ("net/i40e: flush tunnel filters")

Signed-off-by: Wei Zhao <wei.zhao1 at intel.com>
Acked-by: Beilei Xing <beilei.xing at intel.com>
---
 doc/guides/nics/i40e.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index c7c34b62f6..61d72c2b10 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -667,6 +667,15 @@ Use 16 Bytes RX Descriptor Size
 As i40e PMD supports both 16 and 32 bytes RX descriptor sizes, and 16 bytes size can provide helps to high performance of small packets.
 Configuration of ``CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC`` in config files can be changed to use 16 bytes size RX descriptors.
 
+Input set requirement of each pctype for FDIR
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Each PCTYPE can only have one specific FDIR input set at one time.
+For example, if creating 2 rte_flow rules with different input set for one PCTYPE,
+it will fail and return the info "Conflict with the first rule's input set",
+which means the current rule's input set conflicts with the first rule's.
+Remove the first rule if want to change the input set of the PCTYPE.
+
 Example of getting best performance with l3fwd example
 ------------------------------------------------------
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-05-19 14:04:50.051379049 +0100
+++ 0138-doc-add-i40e-limitation-for-flow-director.patch	2020-05-19 14:04:44.448652578 +0100
@@ -1,14 +1,15 @@
-From 5b728485d6bf5cfb1fb0dadb76b518df3575da07 Mon Sep 17 00:00:00 2001
+From a42e97921778918dc898b0579e7bdcbc38b68b50 Mon Sep 17 00:00:00 2001
 From: Wei Zhao <wei.zhao1 at intel.com>
 Date: Wed, 29 Apr 2020 10:03:52 +0800
 Subject: [PATCH] doc: add i40e limitation for flow director
 
+[ upstream commit 5b728485d6bf5cfb1fb0dadb76b518df3575da07 ]
+
 Each PCTYPE can only have one specific FDIR input set at one time.
 Add input set requirement info to i40e doc.
 
 Bugzilla ID: 403
 Fixes: 14c66a451ef7 ("net/i40e: flush tunnel filters")
-Cc: stable at dpdk.org
 
 Signed-off-by: Wei Zhao <wei.zhao1 at intel.com>
 Acked-by: Beilei Xing <beilei.xing at intel.com>
@@ -17,10 +18,10 @@
  1 file changed, 9 insertions(+)
 
 diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
-index 416b3904ee..2f846091cf 100644
+index c7c34b62f6..61d72c2b10 100644
 --- a/doc/guides/nics/i40e.rst
 +++ b/doc/guides/nics/i40e.rst
-@@ -747,6 +747,15 @@ Use 16 Bytes RX Descriptor Size
+@@ -667,6 +667,15 @@ Use 16 Bytes RX Descriptor Size
  As i40e PMD supports both 16 and 32 bytes RX descriptor sizes, and 16 bytes size can provide helps to high performance of small packets.
  Configuration of ``CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC`` in config files can be changed to use 16 bytes size RX descriptors.
  


More information about the stable mailing list