* [PATCH v2] doc: update matching versions in i40e guide
2022-04-26 5:47 [PATCH] doc: update matching versions in i40e guide Qiming Yang
@ 2022-05-09 7:18 ` Qiming Yang
2022-05-16 5:55 ` [PATCH v3] " Qiming Yang
2022-05-20 7:04 ` [PATCH v4] " Qiming Yang
2 siblings, 0 replies; 7+ messages in thread
From: Qiming Yang @ 2022-05-09 7:18 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, Qiming Yang, stable
Add recommended matching list for i40e PMD in DPDK 21.05,
21.08, 21.11 and 22.03. And add a known issue when FW upgrade
to a version higher than 8.4.
Cc: stable@dpdk.org
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
v2:
* added known issue in FW 8.4+
---
doc/guides/nics/i40e.rst | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index ef91b3a1ac..e03bb84211 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -101,6 +101,14 @@ For X710/XL710/XXV710,
+--------------+-----------------------+------------------+
| DPDK version | Kernel driver version | Firmware version |
+==============+=======================+==================+
+ | 22.03 | 2.17.15 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.11 | 2.17.4 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.08 | 2.15.9 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.05 | 2.15.9 | 8.30 |
+ +--------------+-----------------------+------------------+
| 21.02 | 2.14.13 | 8.00 |
+--------------+-----------------------+------------------+
| 20.11 | 2.14.13 | 8.00 |
@@ -148,6 +156,14 @@ For X722,
+--------------+-----------------------+------------------+
| DPDK version | Kernel driver version | Firmware version |
+==============+=======================+==================+
+ | 22.03 | 2.17.15 | 5.50 |
+ +--------------+-----------------------+------------------+
+ | 21.11 | 2.17.4 | 5.30 |
+ +--------------+-----------------------+------------------+
+ | 21.08 | 2.15.9 | 5.15 |
+ +--------------+-----------------------+------------------+
+ | 21.05 | 2.15.9 | 5.15 |
+ +--------------+-----------------------+------------------+
| 21.02 | 2.14.13 | 5.00 |
+--------------+-----------------------+------------------+
| 20.11 | 2.13.10 | 5.00 |
@@ -771,6 +787,13 @@ 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.
+PF reset fail after QinQ set with FW >= 8.4
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If upgrade FW to a version higher than 8.4, after set MAC VLAN filter and configure outer VLAN on PF, kill
+DPDK process will cause the card crash.
+
+
Example of getting best performance with l3fwd example
------------------------------------------------------
--
2.17.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v3] doc: update matching versions in i40e guide
2022-04-26 5:47 [PATCH] doc: update matching versions in i40e guide Qiming Yang
2022-05-09 7:18 ` [PATCH v2] " Qiming Yang
@ 2022-05-16 5:55 ` Qiming Yang
2022-05-16 10:29 ` Kevin Traynor
2022-05-20 7:04 ` [PATCH v4] " Qiming Yang
2 siblings, 1 reply; 7+ messages in thread
From: Qiming Yang @ 2022-05-16 5:55 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, Qiming Yang, stable
Add recommended matching list for i40e PMD in DPDK 21.05,
21.08, 21.11 and 22.03. And add a known issue when FW upgrade
to a version higher than 8.4.
Cc: stable@dpdk.org
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
v2:
* added known issue in FW 8.4+
v3:
* updated x722 FW version
---
doc/guides/nics/i40e.rst | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index ef91b3a1ac..11e0901c56 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -101,6 +101,14 @@ For X710/XL710/XXV710,
+--------------+-----------------------+------------------+
| DPDK version | Kernel driver version | Firmware version |
+==============+=======================+==================+
+ | 22.03 | 2.17.15 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.11 | 2.17.4 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.08 | 2.15.9 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.05 | 2.15.9 | 8.30 |
+ +--------------+-----------------------+------------------+
| 21.02 | 2.14.13 | 8.00 |
+--------------+-----------------------+------------------+
| 20.11 | 2.14.13 | 8.00 |
@@ -148,6 +156,14 @@ For X722,
+--------------+-----------------------+------------------+
| DPDK version | Kernel driver version | Firmware version |
+==============+=======================+==================+
+ | 22.03 | 2.17.15 | 5.50 |
+ +--------------+-----------------------+------------------+
+ | 21.11 | 2.17.4 | 5.30 |
+ +--------------+-----------------------+------------------+
+ | 21.08 | 2.15.9 | 5.30 |
+ +--------------+-----------------------+------------------+
+ | 21.05 | 2.15.9 | 5.30 |
+ +--------------+-----------------------+------------------+
| 21.02 | 2.14.13 | 5.00 |
+--------------+-----------------------+------------------+
| 20.11 | 2.13.10 | 5.00 |
@@ -771,6 +787,13 @@ 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.
+PF reset fail after QinQ set with FW >= 8.4
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If upgrade FW to a version higher than 8.4, after set MAC VLAN filter and configure outer VLAN on PF, kill
+DPDK process will cause the card crash.
+
+
Example of getting best performance with l3fwd example
------------------------------------------------------
--
2.17.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3] doc: update matching versions in i40e guide
2022-05-16 5:55 ` [PATCH v3] " Qiming Yang
@ 2022-05-16 10:29 ` Kevin Traynor
2022-05-20 2:30 ` Yang, Qiming
0 siblings, 1 reply; 7+ messages in thread
From: Kevin Traynor @ 2022-05-16 10:29 UTC (permalink / raw)
To: Qiming Yang, dev; +Cc: qi.z.zhang, stable
On 16/05/2022 06:55, Qiming Yang wrote:
> Add recommended matching list for i40e PMD in DPDK 21.05,
> 21.08, 21.11 and 22.03. And add a known issue when FW upgrade
> to a version higher than 8.4.
>
Just a minor thing on the wording, 'version higher than 8.4' suggests
that 8.4 is not impacted by this known issue.
If 8.4 is impacted then it would be better to say
'version 8.4 and higher.'
> Cc: stable@dpdk.org
>
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
> ---
> v2:
> * added known issue in FW 8.4+
> v3:
> * updated x722 FW version
> ---
> doc/guides/nics/i40e.rst | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
> index ef91b3a1ac..11e0901c56 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst
> @@ -101,6 +101,14 @@ For X710/XL710/XXV710,
> +--------------+-----------------------+------------------+
> | DPDK version | Kernel driver version | Firmware version |
> +==============+=======================+==================+
> + | 22.03 | 2.17.15 | 8.30 |
> + +--------------+-----------------------+------------------+
> + | 21.11 | 2.17.4 | 8.30 |
> + +--------------+-----------------------+------------------+
> + | 21.08 | 2.15.9 | 8.30 |
> + +--------------+-----------------------+------------------+
> + | 21.05 | 2.15.9 | 8.30 |
> + +--------------+-----------------------+------------------+
> | 21.02 | 2.14.13 | 8.00 |
> +--------------+-----------------------+------------------+
> | 20.11 | 2.14.13 | 8.00 |
> @@ -148,6 +156,14 @@ For X722,
> +--------------+-----------------------+------------------+
> | DPDK version | Kernel driver version | Firmware version |
> +==============+=======================+==================+
> + | 22.03 | 2.17.15 | 5.50 |
> + +--------------+-----------------------+------------------+
> + | 21.11 | 2.17.4 | 5.30 |
> + +--------------+-----------------------+------------------+
> + | 21.08 | 2.15.9 | 5.30 |
> + +--------------+-----------------------+------------------+
> + | 21.05 | 2.15.9 | 5.30 |
> + +--------------+-----------------------+------------------+
> | 21.02 | 2.14.13 | 5.00 |
> +--------------+-----------------------+------------------+
> | 20.11 | 2.13.10 | 5.00 |
> @@ -771,6 +787,13 @@ 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.
>
> +PF reset fail after QinQ set with FW >= 8.4
> +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> +
> +If upgrade FW to a version higher than 8.4, after set MAC VLAN filter and configure outer VLAN on PF, kill
> +DPDK process will cause the card crash.
s/version higher than 8.4/version 8.4 and higher/
> +
> +
> Example of getting best performance with l3fwd example
> ------------------------------------------------------
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH v3] doc: update matching versions in i40e guide
2022-05-16 10:29 ` Kevin Traynor
@ 2022-05-20 2:30 ` Yang, Qiming
0 siblings, 0 replies; 7+ messages in thread
From: Yang, Qiming @ 2022-05-20 2:30 UTC (permalink / raw)
To: Kevin Traynor, dev; +Cc: Zhang, Qi Z, stable
Hi,
> -----Original Message-----
> From: Kevin Traynor <ktraynor@redhat.com>
> Sent: 2022年5月16日 18:30
> To: Yang, Qiming <qiming.yang@intel.com>; dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; stable@dpdk.org
> Subject: Re: [PATCH v3] doc: update matching versions in i40e guide
>
> On 16/05/2022 06:55, Qiming Yang wrote:
> > Add recommended matching list for i40e PMD in DPDK 21.05, 21.08, 21.11
> > and 22.03. And add a known issue when FW upgrade to a version higher
> > than 8.4.
> >
>
> Just a minor thing on the wording, 'version higher than 8.4' suggests that
> 8.4 is not impacted by this known issue.
>
> If 8.4 is impacted then it would be better to say 'version 8.4 and higher.'
Thank you for your remind, 8.4 is also impacted, I'll modify this express in v4
>
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Qiming Yang <qiming.yang@intel.com>
> > ---
> > v2:
> > * added known issue in FW 8.4+
> > v3:
> > * updated x722 FW version
> > ---
> > doc/guides/nics/i40e.rst | 23 +++++++++++++++++++++++
> > 1 file changed, 23 insertions(+)
> >
> > diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index
> > ef91b3a1ac..11e0901c56 100644
> > --- a/doc/guides/nics/i40e.rst
> > +++ b/doc/guides/nics/i40e.rst
> > @@ -101,6 +101,14 @@ For X710/XL710/XXV710,
> > +--------------+-----------------------+------------------+
> > | DPDK version | Kernel driver version | Firmware version |
> > +==============+=======================+==================+
> > + | 22.03 | 2.17.15 | 8.30 |
> > + +--------------+-----------------------+------------------+
> > + | 21.11 | 2.17.4 | 8.30 |
> > + +--------------+-----------------------+------------------+
> > + | 21.08 | 2.15.9 | 8.30 |
> > + +--------------+-----------------------+------------------+
> > + | 21.05 | 2.15.9 | 8.30 |
> > + +--------------+-----------------------+------------------+
> > | 21.02 | 2.14.13 | 8.00 |
> > +--------------+-----------------------+------------------+
> > | 20.11 | 2.14.13 | 8.00 |
> > @@ -148,6 +156,14 @@ For X722,
> > +--------------+-----------------------+------------------+
> > | DPDK version | Kernel driver version | Firmware version |
> > +==============+=======================+==================+
> > + | 22.03 | 2.17.15 | 5.50 |
> > + +--------------+-----------------------+------------------+
> > + | 21.11 | 2.17.4 | 5.30 |
> > + +--------------+-----------------------+------------------+
> > + | 21.08 | 2.15.9 | 5.30 |
> > + +--------------+-----------------------+------------------+
> > + | 21.05 | 2.15.9 | 5.30 |
> > + +--------------+-----------------------+------------------+
> > | 21.02 | 2.14.13 | 5.00 |
> > +--------------+-----------------------+------------------+
> > | 20.11 | 2.13.10 | 5.00 |
> > @@ -771,6 +787,13 @@ 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.
> >
> > +PF reset fail after QinQ set with FW >= 8.4
> > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > +
> > +If upgrade FW to a version higher than 8.4, after set MAC VLAN filter
> > +and configure outer VLAN on PF, kill DPDK process will cause the card
> crash.
>
> s/version higher than 8.4/version 8.4 and higher/
>
> > +
> > +
> > Example of getting best performance with l3fwd example
> > ------------------------------------------------------
> >
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v4] doc: update matching versions in i40e guide
2022-04-26 5:47 [PATCH] doc: update matching versions in i40e guide Qiming Yang
2022-05-09 7:18 ` [PATCH v2] " Qiming Yang
2022-05-16 5:55 ` [PATCH v3] " Qiming Yang
@ 2022-05-20 7:04 ` Qiming Yang
2022-05-21 2:22 ` Zhang, Qi Z
2 siblings, 1 reply; 7+ messages in thread
From: Qiming Yang @ 2022-05-20 7:04 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, Qiming Yang, stable
Add recommended matching list for i40e PMD in DPDK 21.05,
21.08, 21.11 and 22.03. And add a known issue when FW upgrade
to a version higher than 8.4.
Cc: stable@dpdk.org
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
v2:
* added known issue in FW 8.4+
v3:
* updated x722 FW version
v4:
* minor express change
---
doc/guides/nics/i40e.rst | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index ef91b3a1ac..aedb1afc4b 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -101,6 +101,14 @@ For X710/XL710/XXV710,
+--------------+-----------------------+------------------+
| DPDK version | Kernel driver version | Firmware version |
+==============+=======================+==================+
+ | 22.03 | 2.17.15 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.11 | 2.17.4 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.08 | 2.15.9 | 8.30 |
+ +--------------+-----------------------+------------------+
+ | 21.05 | 2.15.9 | 8.30 |
+ +--------------+-----------------------+------------------+
| 21.02 | 2.14.13 | 8.00 |
+--------------+-----------------------+------------------+
| 20.11 | 2.14.13 | 8.00 |
@@ -148,6 +156,14 @@ For X722,
+--------------+-----------------------+------------------+
| DPDK version | Kernel driver version | Firmware version |
+==============+=======================+==================+
+ | 22.03 | 2.17.15 | 5.50 |
+ +--------------+-----------------------+------------------+
+ | 21.11 | 2.17.4 | 5.30 |
+ +--------------+-----------------------+------------------+
+ | 21.08 | 2.15.9 | 5.30 |
+ +--------------+-----------------------+------------------+
+ | 21.05 | 2.15.9 | 5.30 |
+ +--------------+-----------------------+------------------+
| 21.02 | 2.14.13 | 5.00 |
+--------------+-----------------------+------------------+
| 20.11 | 2.13.10 | 5.00 |
@@ -771,6 +787,13 @@ 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.
+PF reset fail after QinQ set with FW >= 8.4
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If upgrade FW to version 8.4 and higher, after set MAC VLAN filter and configure outer VLAN on PF, kill
+DPDK process will cause the card crash.
+
+
Example of getting best performance with l3fwd example
------------------------------------------------------
--
2.17.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH v4] doc: update matching versions in i40e guide
2022-05-20 7:04 ` [PATCH v4] " Qiming Yang
@ 2022-05-21 2:22 ` Zhang, Qi Z
0 siblings, 0 replies; 7+ messages in thread
From: Zhang, Qi Z @ 2022-05-21 2:22 UTC (permalink / raw)
To: Yang, Qiming, dev; +Cc: stable
> -----Original Message-----
> From: Yang, Qiming <qiming.yang@intel.com>
> Sent: Friday, May 20, 2022 3:05 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>; stable@dpdk.org
> Subject: [PATCH v4] doc: update matching versions in i40e guide
>
> Add recommended matching list for i40e PMD in DPDK 21.05, 21.08, 21.11 and
> 22.03. And add a known issue when FW upgrade to a version higher than 8.4.
fixed "version higher than 8.4" to "version 8.4 and higher".
>
> Cc: stable@dpdk.org
>
> Signed-off-by: Qiming Yang <qiming.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] 7+ messages in thread