DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] doc: add known issue in i40e guide
@ 2022-07-28  9:08 Steve Yang
  2022-09-06  2:58 ` [PATCH v2] " Steve Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Steve Yang @ 2022-07-28  9:08 UTC (permalink / raw)
  To: dev; +Cc: Yuying.Zhang, beilei.xing, qiming.yang, Steve Yang

Add a known issue: configuring VLAN filters from VF is unsupported
for driver 2.17.15.

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

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 4875774346..abb99406b3 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -731,6 +731,13 @@ Vlan strip of VF
 
 The VF vlan strip function is only supported in the i40e kernel driver >= 2.1.26.
 
+Vlan filtering of VF
+~~~~~~~~~~~~~~~~~~~~
+
+For i40e driver 2.17.15, configuring VLAN filters from the DPDK VF is unsupported.
+Workaround: When applying VLAN filters on the VF it must first be configured from
+the corresponding PF.
+
 DCB function
 ~~~~~~~~~~~~
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] doc: add known issue in i40e guide
  2022-07-28  9:08 [PATCH v1] doc: add known issue in i40e guide Steve Yang
@ 2022-09-06  2:58 ` Steve Yang
  2022-09-06  4:35   ` Zhang, Qi Z
  2022-09-06  3:00 ` [PATCH v1] " Zhang, Yuying
  2022-09-23  1:43 ` [PATCH v3] doc: add known issue in intel VF guide Steve Yang
  2 siblings, 1 reply; 6+ messages in thread
From: Steve Yang @ 2022-09-06  2:58 UTC (permalink / raw)
  To: dev; +Cc: Yuying.Zhang, beilei.xing, Steve Yang

Add a known issue: configuring VLAN filters from VF is unsupported
for driver 2.17.15.

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

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 4875774346..78247a496d 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -731,6 +731,13 @@ Vlan strip of VF
 
 The VF vlan strip function is only supported in the i40e kernel driver >= 2.1.26.
 
+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.
+
 DCB function
 ~~~~~~~~~~~~
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH v1] doc: add known issue in i40e guide
  2022-07-28  9:08 [PATCH v1] doc: add known issue in i40e guide Steve Yang
  2022-09-06  2:58 ` [PATCH v2] " Steve Yang
@ 2022-09-06  3:00 ` Zhang, Yuying
  2022-09-23  1:43 ` [PATCH v3] doc: add known issue in intel VF guide Steve Yang
  2 siblings, 0 replies; 6+ messages in thread
From: Zhang, Yuying @ 2022-09-06  3:00 UTC (permalink / raw)
  To: Yang, SteveX, dev; +Cc: Xing, Beilei, Yang, Qiming

Hi,

> -----Original Message-----
> From: Yang, SteveX <stevex.yang@intel.com>
> Sent: Thursday, July 28, 2022 5:08 PM
> To: dev@dpdk.org
> Cc: Zhang, Yuying <yuying.zhang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Yang, Qiming <qiming.yang@intel.com>; Yang, SteveX
> <stevex.yang@intel.com>
> Subject: [PATCH v1] doc: add known issue in i40e guide

Specify the detail of this known issue in the title. Add key words such as "vlan filter" and "vf"'.

> 
> Add a known issue: configuring VLAN filters from VF is unsupported for driver
> 2.17.15.
> 
> Signed-off-by: Steve Yang <stevex.yang@intel.com>
> ---
>  doc/guides/nics/i40e.rst | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index
> 4875774346..abb99406b3 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst
> @@ -731,6 +731,13 @@ Vlan strip of VF
> 
>  The VF vlan strip function is only supported in the i40e kernel driver >= 2.1.26.
> 
> +Vlan filtering of VF
> +~~~~~~~~~~~~~~~~~~~~
> +
> +For i40e driver 2.17.15, configuring VLAN filters from the DPDK VF is
> unsupported.
> +Workaround: When applying VLAN filters on the VF it must first be
> +configured from the corresponding PF.

Delete " Workaround".

> +
>  DCB function
>  ~~~~~~~~~~~~
> 
> --
> 2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH v2] doc: add known issue in i40e guide
  2022-09-06  2:58 ` [PATCH v2] " Steve Yang
@ 2022-09-06  4:35   ` Zhang, Qi Z
  0 siblings, 0 replies; 6+ messages in thread
From: Zhang, Qi Z @ 2022-09-06  4:35 UTC (permalink / raw)
  To: Yang, SteveX, dev; +Cc: Zhang, Yuying, Xing, Beilei, Yang, SteveX



> -----Original Message-----
> From: Steve Yang <stevex.yang@intel.com>
> Sent: Tuesday, September 6, 2022 10:59 AM
> To: dev@dpdk.org
> Cc: Zhang, Yuying <yuying.zhang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Yang, SteveX <stevex.yang@intel.com>
> Subject: [PATCH v2] doc: add known issue in i40e guide
> 
> Add a known issue: configuring VLAN filters from VF is unsupported for
> driver 2.17.15.
> 
> Signed-off-by: Steve Yang <stevex.yang@intel.com>
> ---
>  doc/guides/nics/i40e.rst | 7 +++++++

Please rebase to below patch as it's better to document all VF related knowing limitation in VF's own doc file.
i40e.rst , ice.rst only for DPDK PF driver now.
https://patchwork.dpdk.org/project/dpdk/patch/20220906124200.4025474-1-qi.z.zhang@intel.com/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v3] doc: add known issue in intel VF guide
  2022-07-28  9:08 [PATCH v1] doc: add known issue in i40e guide Steve Yang
  2022-09-06  2:58 ` [PATCH v2] " Steve Yang
  2022-09-06  3:00 ` [PATCH v1] " Zhang, Yuying
@ 2022-09-23  1:43 ` Steve Yang
  2022-09-25  5:49   ` Zhang, Qi Z
  2 siblings, 1 reply; 6+ messages in thread
From: Steve Yang @ 2022-09-23  1:43 UTC (permalink / raw)
  To: dev
  Cc: Yuying.Zhang, beilei.xing, qiming.yang, wenjun1.wu, simei.su, Steve Yang

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(+)

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.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH v3] doc: add known issue in intel VF guide
  2022-09-23  1:43 ` [PATCH v3] doc: add known issue in intel VF guide Steve Yang
@ 2022-09-25  5:49   ` Zhang, Qi Z
  0 siblings, 0 replies; 6+ messages in thread
From: Zhang, Qi Z @ 2022-09-25  5:49 UTC (permalink / raw)
  To: Yang, SteveX, dev
  Cc: Zhang, Yuying, Xing, Beilei, Yang, Qiming, Wu, Wenjun1, Su,
	Simei, Yang, SteveX



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-25  5:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28  9:08 [PATCH v1] doc: add known issue in i40e guide Steve Yang
2022-09-06  2:58 ` [PATCH v2] " Steve Yang
2022-09-06  4:35   ` Zhang, Qi Z
2022-09-06  3:00 ` [PATCH v1] " Zhang, Yuying
2022-09-23  1:43 ` [PATCH v3] doc: add known issue in intel VF guide Steve Yang
2022-09-25  5:49   ` Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).