[V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version.

Message ID 20200204033509.144827-1-zhaoyan.chen@intel.com (mailing list archive)
State Accepted, archived
Delegated to: xiaolong ye
Headers
Series [V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version. |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot warning Travis build: failed
ci/Intel-compilation success Compilation OK

Commit Message

Chen, Zhaoyan Feb. 4, 2020, 3:35 a.m. UTC
  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(+)
  

Comments

Xiaolong Ye Feb. 11, 2020, 2:34 a.m. UTC | #1
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.
  

Patch

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