DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update for ice
@ 2020-05-20  6:00 Xiaolong Ye
  2020-05-21  3:07 ` Yang, Qiming
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Xiaolong Ye @ 2020-05-20  6:00 UTC (permalink / raw)
  To: Qiming Yang, Qi Zhang, John McNamara, Marko Kovacevic; +Cc: dev, Xiaolong Ye

Update the description and limitation about ice PMD according to the
product release strategy.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
---
 doc/guides/nics/ice.rst | 29 +++++------------------------
 1 file changed, 5 insertions(+), 24 deletions(-)

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index c5278fc757..b698790440 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -12,33 +12,14 @@ the Intel Ethernet Controller E810.
 Prerequisites
 -------------
 
-- Identifying your adapter using `Intel Support
-  <http://www.intel.com/support>`_ and get the latest NVM/FW images.
+- The E810 B0 is currently in sampling state only. To obtain early samples and/or get further information
+  about kernel drivers, firmware and DDP support, please speak to your Intel representative.
 
 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
 
 - 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 |
-   +======================+=======================+==================+================+===================+
-   |        20.02         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-   |        19.11         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-   | 19.08 (experimental) |        0.10.1         |     1.1.12.7     |      1.2.0     |        N/A        |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-   | 19.05 (experimental) |        0.9.4          |     1.1.10.16    |      1.1.0     |        N/A        |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-
 Pre-Installation Configuration
 ------------------------------
 
@@ -330,7 +311,7 @@ is stored in ``ice_adapter->active_pkg_type``.
 A symbolic link to the DDP package file is also ok. The same package
 file is used by both the kernel driver and the DPDK PMD.
 
-19.02 limitation
-~~~~~~~~~~~~~~~~
+limitation
+~~~~~~~~~~
 
-Ice code released in 19.02 is for evaluation only.
+Ice code released is for evaluation only before E810 C0 is released.
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] doc: update for ice
  2020-05-20  6:00 [dpdk-dev] [PATCH] doc: update for ice Xiaolong Ye
@ 2020-05-21  3:07 ` Yang, Qiming
  2020-05-21 23:40 ` Ye Xiaolong
  2020-05-25 15:22 ` [dpdk-dev] [PATCH v2] " Xiaolong Ye
  2 siblings, 0 replies; 5+ messages in thread
From: Yang, Qiming @ 2020-05-21  3:07 UTC (permalink / raw)
  To: Ye, Xiaolong, Zhang, Qi Z, Mcnamara, John, Kovacevic, Marko; +Cc: dev

> -----Original Message-----
> From: Ye, Xiaolong <xiaolong.ye@intel.com>
> Sent: Wednesday, May 20, 2020 14:00
> To: Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Mcnamara, John <john.mcnamara@intel.com>;
> Kovacevic, Marko <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org; Ye, Xiaolong <xiaolong.ye@intel.com>
> Subject: [PATCH] doc: update for ice
> 
> Update the description and limitation about ice PMD according to the
> product release strategy.
> 
> Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
> ---
>  doc/guides/nics/ice.rst | 29 +++++------------------------
>  1 file changed, 5 insertions(+), 24 deletions(-)
> 
> diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index
> c5278fc757..b698790440 100644
> --- a/doc/guides/nics/ice.rst
> +++ b/doc/guides/nics/ice.rst
> @@ -12,33 +12,14 @@ the Intel Ethernet Controller E810.
>  Prerequisites
>  -------------
> 
> -- Identifying your adapter using `Intel Support
> -  <http://www.intel.com/support>`_ and get the latest NVM/FW images.
> +- The E810 B0 is currently in sampling state only. To obtain early
> +samples and/or get further information
> +  about kernel drivers, firmware and DDP support, please speak to your Intel
> representative.
> 
>  - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup
> the basic DPDK environment.
> 
>  - 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 |
> -
> +======================+=======================+==========
> ========+================+===================+
> -   |        20.02         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
> -   +----------------------+-----------------------+------------------+----------------+----
> ---------------+
> -   |        19.11         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
> -   +----------------------+-----------------------+------------------+----------------+----
> ---------------+
> -   | 19.08 (experimental) |        0.10.1         |     1.1.12.7     |      1.2.0     |        N/A
> |
> -   +----------------------+-----------------------+------------------+----------------+----
> ---------------+
> -   | 19.05 (experimental) |        0.9.4          |     1.1.10.16    |      1.1.0     |        N/A
> |
> -   +----------------------+-----------------------+------------------+----------------+----
> ---------------+
> -
>  Pre-Installation Configuration
>  ------------------------------
> 
> @@ -330,7 +311,7 @@ is stored in ``ice_adapter->active_pkg_type``.
>  A symbolic link to the DDP package file is also ok. The same package  file is
> used by both the kernel driver and the DPDK PMD.
> 
> -19.02 limitation
> -~~~~~~~~~~~~~~~~
> +limitation
> +~~~~~~~~~~
> 
> -Ice code released in 19.02 is for evaluation only.
> +Ice code released is for evaluation only before E810 C0 is released.
> --
> 2.17.1

Acked-by: Qiming Yang <qiming.yang@intel.com>

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

* Re: [dpdk-dev] [PATCH] doc: update for ice
  2020-05-20  6:00 [dpdk-dev] [PATCH] doc: update for ice Xiaolong Ye
  2020-05-21  3:07 ` Yang, Qiming
@ 2020-05-21 23:40 ` Ye Xiaolong
  2020-05-25 15:22 ` [dpdk-dev] [PATCH v2] " Xiaolong Ye
  2 siblings, 0 replies; 5+ messages in thread
From: Ye Xiaolong @ 2020-05-21 23:40 UTC (permalink / raw)
  To: Qiming Yang, Qi Zhang, John McNamara, Marko Kovacevic; +Cc: dev

On 05/20, Xiaolong Ye wrote:
>Update the description and limitation about ice PMD according to the
>product release strategy.
>
>Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
>---
> doc/guides/nics/ice.rst | 29 +++++------------------------
> 1 file changed, 5 insertions(+), 24 deletions(-)
>
>diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
>index c5278fc757..b698790440 100644
>--- a/doc/guides/nics/ice.rst
>+++ b/doc/guides/nics/ice.rst
>@@ -12,33 +12,14 @@ the Intel Ethernet Controller E810.
> Prerequisites
> -------------
> 
>-- Identifying your adapter using `Intel Support
>-  <http://www.intel.com/support>`_ and get the latest NVM/FW images.
>+- The E810 B0 is currently in sampling state only. To obtain early samples and/or get further information
>+  about kernel drivers, firmware and DDP support, please speak to your Intel representative.
> 
> - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
> 
> - 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 |
>-   +======================+=======================+==================+================+===================+
>-   |        20.02         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
>-   +----------------------+-----------------------+------------------+----------------+-------------------+
>-   |        19.11         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
>-   +----------------------+-----------------------+------------------+----------------+-------------------+
>-   | 19.08 (experimental) |        0.10.1         |     1.1.12.7     |      1.2.0     |        N/A        |
>-   +----------------------+-----------------------+------------------+----------------+-------------------+
>-   | 19.05 (experimental) |        0.9.4          |     1.1.10.16    |      1.1.0     |        N/A        |
>-   +----------------------+-----------------------+------------------+----------------+-------------------+
>-
> Pre-Installation Configuration
> ------------------------------
> 
>@@ -330,7 +311,7 @@ is stored in ``ice_adapter->active_pkg_type``.
> A symbolic link to the DDP package file is also ok. The same package
> file is used by both the kernel driver and the DPDK PMD.
> 
>-19.02 limitation
>-~~~~~~~~~~~~~~~~
>+limitation
>+~~~~~~~~~~
> 
>-Ice code released in 19.02 is for evaluation only.
>+Ice code released is for evaluation only before E810 C0 is released.
>-- 
>2.17.1
>

Applied to dpdk-next-net-intel with qiming's ack, Thanks.

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

* [dpdk-dev] [PATCH v2] doc: update for ice
  2020-05-20  6:00 [dpdk-dev] [PATCH] doc: update for ice Xiaolong Ye
  2020-05-21  3:07 ` Yang, Qiming
  2020-05-21 23:40 ` Ye Xiaolong
@ 2020-05-25 15:22 ` Xiaolong Ye
  2020-05-25 15:52   ` Ferruh Yigit
  2 siblings, 1 reply; 5+ messages in thread
From: Xiaolong Ye @ 2020-05-25 15:22 UTC (permalink / raw)
  To: Qiming Yang, Qi Zhang, John McNamara, Marko Kovacevic
  Cc: dev, ferruh.yigit, Xiaolong Ye

Update the description and limitation about ice PMD according to the
product release strategy.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
---
 doc/guides/nics/ice.rst | 29 +++++------------------------
 1 file changed, 5 insertions(+), 24 deletions(-)

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index c5278fc757..9a9f4a6bb0 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -12,33 +12,14 @@ the Intel Ethernet Controller E810.
 Prerequisites
 -------------
 
-- Identifying your adapter using `Intel Support
-  <http://www.intel.com/support>`_ and get the latest NVM/FW images.
+- The E810 is currently in sampling state only. To obtain early samples and/or get further information
+  about kernel drivers, firmware and DDP support, please speak to your Intel representative.
 
 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
 
 - 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 |
-   +======================+=======================+==================+================+===================+
-   |        20.02         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-   |        19.11         |        0.12.25        |     1.1.16.39    |      1.3.4     |       1.3.10      |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-   | 19.08 (experimental) |        0.10.1         |     1.1.12.7     |      1.2.0     |        N/A        |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-   | 19.05 (experimental) |        0.9.4          |     1.1.10.16    |      1.1.0     |        N/A        |
-   +----------------------+-----------------------+------------------+----------------+-------------------+
-
 Pre-Installation Configuration
 ------------------------------
 
@@ -330,7 +311,7 @@ is stored in ``ice_adapter->active_pkg_type``.
 A symbolic link to the DDP package file is also ok. The same package
 file is used by both the kernel driver and the DPDK PMD.
 
-19.02 limitation
-~~~~~~~~~~~~~~~~
+limitation
+~~~~~~~~~~
 
-Ice code released in 19.02 is for evaluation only.
+Ice code released is for evaluation only currently.
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH v2] doc: update for ice
  2020-05-25 15:22 ` [dpdk-dev] [PATCH v2] " Xiaolong Ye
@ 2020-05-25 15:52   ` Ferruh Yigit
  0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2020-05-25 15:52 UTC (permalink / raw)
  To: Xiaolong Ye, Qiming Yang, Qi Zhang, John McNamara, Marko Kovacevic; +Cc: dev

On 5/25/2020 4:22 PM, Xiaolong Ye wrote:
> Update the description and limitation about ice PMD according to the
> product release strategy.
> 
> Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
> Acked-by: Qiming Yang <qiming.yang@intel.com>

Applied to dpdk-next-net/master, thanks.

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

end of thread, other threads:[~2020-05-25 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  6:00 [dpdk-dev] [PATCH] doc: update for ice Xiaolong Ye
2020-05-21  3:07 ` Yang, Qiming
2020-05-21 23:40 ` Ye Xiaolong
2020-05-25 15:22 ` [dpdk-dev] [PATCH v2] " Xiaolong Ye
2020-05-25 15:52   ` Ferruh Yigit

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