[v3] doc: add known issue in intel VF guide

Message ID 20220923014338.893905-1-stevex.yang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series [v3] doc: add known issue in intel VF guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-testing warning apply patch failure
ci/Intel-compilation success Compilation OK
ci/intel-Testing fail Testing issues

Commit Message

Steve Yang Sept. 23, 2022, 1:43 a.m. UTC
  Add a known issue: configuring VLAN filters from VF is unsupported
for i40e driver 2.17.15.

Signed-off-by: Steve Yang <stevex.yang@intel.com>
---
 doc/guides/nics/intel_vf.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Qi Zhang Sept. 25, 2022, 5:49 a.m. UTC | #1
> -----Original Message-----
> From: Steve Yang <stevex.yang@intel.com>
> Sent: Friday, September 23, 2022 9:44 AM
> To: dev@dpdk.org
> Cc: Zhang, Yuying <yuying.zhang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Yang, Qiming <qiming.yang@intel.com>; Wu,
> Wenjun1 <wenjun1.wu@intel.com>; Su, Simei <simei.su@intel.com>; Yang,
> SteveX <stevex.yang@intel.com>
> Subject: [PATCH v3] doc: add known issue in intel VF guide
> 
> Add a known issue: configuring VLAN filters from VF is unsupported for i40e
> driver 2.17.15.
> 
> Signed-off-by: Steve Yang <stevex.yang@intel.com>

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi
  

Patch

diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst
index 09e1eb7685..d582f831da 100644
--- a/doc/guides/nics/intel_vf.rst
+++ b/doc/guides/nics/intel_vf.rst
@@ -697,3 +697,10 @@  i40e: Vlan strip of VF
 ~~~~~~~~~~~~~~~~~~~~~~
 
 The VF vlan strip function is only supported in the i40e kernel driver >= 2.1.26.
+
+i40e: Vlan filtering of VF
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+For i40e driver 2.17.15, configuring VLAN filters from the DPDK VF is unsupported.
+When applying VLAN filters on the VF it must first be configured from the
+corresponding PF.