DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version.
@ 2020-02-04  3:35 Chen, Zhaoyan
  2020-02-11  2:34 ` Ye Xiaolong
  0 siblings, 1 reply; 4+ messages in thread
From: Chen, Zhaoyan @ 2020-02-04  3:35 UTC (permalink / raw)
  To: dev; +Cc: Chen, Zhaoyan, Chen

Split recommended mapping table for X710/XL710/XXV710 and X722,
since they have different firmware version.

Signed-off-by: Chen, Zhaoyan <zhaoyan.chen@intel.com>
---
 doc/guides/nics/i40e.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index c7c34b62f..4292375d9 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -66,6 +66,8 @@ avoid the compatibility issues with i40e PMD. Here is the suggested matching
 list which has been tested and verified. The detailed information can refer
 to chapter Tested Platforms/Tested NICs in release notes.
 
+For X710/XL710/XXV710,
+
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
@@ -100,6 +102,24 @@ to chapter Tested Platforms/Tested NICs in release notes.
    |    16.04     |         1.4.25        |       5.02       |
    +--------------+-----------------------+------------------+

+
+For X722,
+
+   +--------------+-----------------------+------------------+
+   | DPDK version | Kernel driver version | Firmware version |
+   +==============+=======================+==================+
+   |    19.11     |         2.9.21        |       4.10       |
+   +--------------+-----------------------+------------------+
+   |    19.08     |         2.9.21        |       4.10       |
+   +--------------+-----------------------+------------------+
+   |    19.05     |         2.7.29        |       3.33       |
+   +--------------+-----------------------+------------------+
+   |    19.02     |         2.7.26        |       3.33       |
+   +--------------+-----------------------+------------------+
+   |    18.11     |         2.4.6         |       3.33       |
+   +--------------+-----------------------+------------------+
+
+
 Pre-Installation Configuration
 ------------------------------
 
-- 
2.22.0


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

* Re: [dpdk-dev] [PATCH V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version.
  2020-02-04  3:35 [dpdk-dev] [PATCH V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version Chen, Zhaoyan
@ 2020-02-11  2:34 ` Ye Xiaolong
  0 siblings, 0 replies; 4+ messages in thread
From: Ye Xiaolong @ 2020-02-11  2:34 UTC (permalink / raw)
  To: Chen, Zhaoyan; +Cc: dev, Chen

Subject is too long, should be something like:

doc: split recommended mapping table

On 02/04, Chen, Zhaoyan wrote:
>Split recommended mapping table for X710/XL710/XXV710 and X722,
>since they have different firmware version.
>
>Signed-off-by: Chen, Zhaoyan <zhaoyan.chen@intel.com>

DPDK convention for the SoB should be:

Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>

>---
> doc/guides/nics/i40e.rst | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
>diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
>index c7c34b62f..4292375d9 100644
>--- a/doc/guides/nics/i40e.rst
>+++ b/doc/guides/nics/i40e.rst
>@@ -66,6 +66,8 @@ avoid the compatibility issues with i40e PMD. Here is the suggested matching
> list which has been tested and verified. The detailed information can refer
> to chapter Tested Platforms/Tested NICs in release notes.
> 
>+For X710/XL710/XXV710,
>+
>    +--------------+-----------------------+------------------+
>    | DPDK version | Kernel driver version | Firmware version |
>    +==============+=======================+==================+
>@@ -100,6 +102,24 @@ to chapter Tested Platforms/Tested NICs in release notes.
>    |    16.04     |         1.4.25        |       5.02       |
>    +--------------+-----------------------+------------------+
>
>+
>+For X722,
>+
>+   +--------------+-----------------------+------------------+
>+   | DPDK version | Kernel driver version | Firmware version |
>+   +==============+=======================+==================+
>+   |    19.11     |         2.9.21        |       4.10       |
>+   +--------------+-----------------------+------------------+
>+   |    19.08     |         2.9.21        |       4.10       |
>+   +--------------+-----------------------+------------------+
>+   |    19.05     |         2.7.29        |       3.33       |
>+   +--------------+-----------------------+------------------+
>+   |    19.02     |         2.7.26        |       3.33       |
>+   +--------------+-----------------------+------------------+
>+   |    18.11     |         2.4.6         |       3.33       |
>+   +--------------+-----------------------+------------------+
>+
>+
> Pre-Installation Configuration
> ------------------------------
> 
>-- 
>2.22.0
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

Applied to dpdk-next-net-intel with above fixes, Thanks.

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

* [dpdk-dev] [PATCH V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version.
@ 2020-02-04  3:29 Chen, Zhaoyan
  0 siblings, 0 replies; 4+ messages in thread
From: Chen, Zhaoyan @ 2020-02-04  3:29 UTC (permalink / raw)
  To: dev; +Cc: Chen, Zhaoyan

---
 doc/guides/nics/i40e.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index c7c34b62f..4292375d9 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -66,6 +66,8 @@ avoid the compatibility issues with i40e PMD. Here is the suggested matching
 list which has been tested and verified. The detailed information can refer
 to chapter Tested Platforms/Tested NICs in release notes.
 
+For X710/XL710/XXV710,
+
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
@@ -100,6 +102,24 @@ to chapter Tested Platforms/Tested NICs in release notes.
    |    16.04     |         1.4.25        |       5.02       |
    +--------------+-----------------------+------------------+

+
+For X722,
+
+   +--------------+-----------------------+------------------+
+   | DPDK version | Kernel driver version | Firmware version |
+   +==============+=======================+==================+
+   |    19.11     |         2.9.21        |       4.10       |
+   +--------------+-----------------------+------------------+
+   |    19.08     |         2.9.21        |       4.10       |
+   +--------------+-----------------------+------------------+
+   |    19.05     |         2.7.29        |       3.33       |
+   +--------------+-----------------------+------------------+
+   |    19.02     |         2.7.26        |       3.33       |
+   +--------------+-----------------------+------------------+
+   |    18.11     |         2.4.6         |       3.33       |
+   +--------------+-----------------------+------------------+
+
+
 Pre-Installation Configuration
 ------------------------------
 
-- 
2.22.0


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

* [dpdk-dev] [PATCH V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version.
@ 2020-02-04  3:23 Chen, Zhaoyan
  0 siblings, 0 replies; 4+ messages in thread
From: Chen, Zhaoyan @ 2020-02-04  3:23 UTC (permalink / raw)
  To: dev; +Cc: Chen, Zhaoyan

---
 doc/guides/nics/i40e.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index c7c34b62f..4292375d9 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -66,6 +66,8 @@ avoid the compatibility issues with i40e PMD. Here is the suggested matching
 list which has been tested and verified. The detailed information can refer
 to chapter Tested Platforms/Tested NICs in release notes.
 
+For X710/XL710/XXV710, 
+
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
@@ -100,6 +102,24 @@ to chapter Tested Platforms/Tested NICs in release notes.
    |    16.04     |         1.4.25        |       5.02       |
    +--------------+-----------------------+------------------+
 
+
+For X722,
+
+   +--------------+-----------------------+------------------+
+   | DPDK version | Kernel driver version | Firmware version |
+   +==============+=======================+==================+
+   |    19.11     |         2.9.21        |       4.10       |
+   +--------------+-----------------------+------------------+
+   |    19.08     |         2.9.21        |       4.10       |
+   +--------------+-----------------------+------------------+
+   |    19.05     |         2.7.29        |       3.33       |
+   +--------------+-----------------------+------------------+
+   |    19.02     |         2.7.26        |       3.33       |
+   +--------------+-----------------------+------------------+
+   |    18.11     |         2.4.6         |       3.33       |
+   +--------------+-----------------------+------------------+
+
+ 
 Pre-Installation Configuration
 ------------------------------
 
-- 
2.22.0


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

end of thread, other threads:[~2020-02-11  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04  3:35 [dpdk-dev] [PATCH V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version Chen, Zhaoyan
2020-02-11  2:34 ` Ye Xiaolong
  -- strict thread matches above, loose matches on Subject: below --
2020-02-04  3:29 Chen, Zhaoyan
2020-02-04  3:23 Chen, Zhaoyan

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