doc: add matching list for ice

Message ID 20191118040334.36456-1-qi.z.zhang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: xiaolong ye
Headers
Series doc: add matching list for ice |

Checks

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

Commit Message

Qi Zhang Nov. 18, 2019, 4:03 a.m. UTC
  Add kernel driver, firmware and DDP package matching list
for ice PMD.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
 doc/guides/nics/ice.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
  

Comments

Xiaolong Ye Nov. 18, 2019, 5:32 a.m. UTC | #1
On 11/18, Qi Zhang wrote:
>Add kernel driver, firmware and DDP package matching list
>for ice PMD.
>
>Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
>---
> doc/guides/nics/ice.rst | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
>diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
>index 1a426438d..7ff33d7f0 100644
>--- a/doc/guides/nics/ice.rst
>+++ b/doc/guides/nics/ice.rst
>@@ -20,6 +20,24 @@ Prerequisites
> - To get better performance on Intel platforms, please follow the "How to get best performance with NICs on Intel platforms"
>   section of the :ref:`Getting Started Guide for Linux <linux_gsg>`.
> 
>+Recommended Matching List
>+-------------------------
>+
>+It is highly recommended to upgrade the ice kernel driver and firmware and
>+DDP packages to avoid the compatibility issues with ice PMD. Here is the
>+suggested matching list.
>+
>+   +-----------------+-----------------------+------------------+----------------+-------------------+
>+   | DPDK version    | Kernel driver version | Firmware version | DDP OS Package | DDP COMMS Package |
>+   +=================+=======================+==================+================+===================+
>+   |      19.11      |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
>+   +-----------------+-----------------------+------------------+----------------+-------------------+
>+   |      19.08      |        0.10.1         |     1.1.12.7     |      1.2.0     |        N/A        |
>+   | (experimental)  |                       |                  |                |                   |
>+   +-----------------+-----------------------+------------------+----------------+-------------------+
>+   |      19.05      |        0.9.4          |     1.1.10.16    |      1.1.0     |        N/A        |
>+   | (experimental)  |                       |                  |                |                   |
>+   +-----------------+-----------------------+------------------+----------------+-------------------+
> 
> Pre-Installation Configuration
> ------------------------------
>-- 
>2.13.6
>

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

Applied to dpdk-next-net-intel, Thanks.
  
Ferruh Yigit Nov. 18, 2019, 5:31 p.m. UTC | #2
On 11/18/2019 4:03 AM, Qi Zhang wrote:
> Add kernel driver, firmware and DDP package matching list
> for ice PMD.
> 
> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
> ---
>  doc/guides/nics/ice.rst | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
> index 1a426438d..7ff33d7f0 100644
> --- a/doc/guides/nics/ice.rst
> +++ b/doc/guides/nics/ice.rst
> @@ -20,6 +20,24 @@ Prerequisites
>  - To get better performance on Intel platforms, please follow the "How to get best performance with NICs on Intel platforms"
>    section of the :ref:`Getting Started Guide for Linux <linux_gsg>`.
>  
> +Recommended Matching List
> +-------------------------
> +
> +It is highly recommended to upgrade the ice kernel driver and firmware and
> +DDP packages to avoid the compatibility issues with ice PMD. Here is the
> +suggested matching list.
> +
> +   +-----------------+-----------------------+------------------+----------------+-------------------+
> +   | DPDK version    | Kernel driver version | Firmware version | DDP OS Package | DDP COMMS Package |
> +   +=================+=======================+==================+================+===================+
> +   |      19.11      |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
> +   +-----------------+-----------------------+------------------+----------------+-------------------+
> +   |      19.08      |        0.10.1         |     1.1.12.7     |      1.2.0     |        N/A        |
> +   | (experimental)  |                       |                  |                |                   |
> +   +-----------------+-----------------------+------------------+----------------+-------------------+
> +   |      19.05      |        0.9.4          |     1.1.10.16    |      1.1.0     |        N/A        |
> +   | (experimental)  |                       |                  |                |                   |
> +   +-----------------+-----------------------+------------------+----------------+-------------------+
>  
>  Pre-Installation Configuration
>  ------------------------------
> 

I am getting following warnings [1] from doc build, can you please check?

[1]
.../doc/guides/nics/ice.rst:37: WARNING: Block quote ends without a blank line;
unexpected unindent.
.../doc/guides/nics/ice.rst:40: WARNING: Block quote ends without a blank line;
unexpected unindent.
  

Patch

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index 1a426438d..7ff33d7f0 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -20,6 +20,24 @@  Prerequisites
 - To get better performance on Intel platforms, please follow the "How to get best performance with NICs on Intel platforms"
   section of the :ref:`Getting Started Guide for Linux <linux_gsg>`.
 
+Recommended Matching List
+-------------------------
+
+It is highly recommended to upgrade the ice kernel driver and firmware and
+DDP packages to avoid the compatibility issues with ice PMD. Here is the
+suggested matching list.
+
+   +-----------------+-----------------------+------------------+----------------+-------------------+
+   | DPDK version    | Kernel driver version | Firmware version | DDP OS Package | DDP COMMS Package |
+   +=================+=======================+==================+================+===================+
+   |      19.11      |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
+   +-----------------+-----------------------+------------------+----------------+-------------------+
+   |      19.08      |        0.10.1         |     1.1.12.7     |      1.2.0     |        N/A        |
+   | (experimental)  |                       |                  |                |                   |
+   +-----------------+-----------------------+------------------+----------------+-------------------+
+   |      19.05      |        0.9.4          |     1.1.10.16    |      1.1.0     |        N/A        |
+   | (experimental)  |                       |                  |                |                   |
+   +-----------------+-----------------------+------------------+----------------+-------------------+
 
 Pre-Installation Configuration
 ------------------------------