[V1] doc: Update i40e driver/firmware version mapping table

Message ID 20200218065235.63662-1-zhaoyan.chen@intel.com (mailing list archive)
State Accepted, archived
Delegated to: xiaolong ye
Headers
Series [V1] doc: Update i40e driver/firmware version mapping table |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Chen, Zhaoyan Feb. 18, 2020, 6:52 a.m. UTC
  Update driver/firmware version mapping table for
new driver/firmware supported in 20.02 release

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

Comments

Kevin Traynor Feb. 18, 2020, 9:55 a.m. UTC | #1
On 18/02/2020 06:52, Chen, Zhaoyan wrote:
> Update driver/firmware version mapping table for
> new driver/firmware supported in 20.02 release
> 
> Signed-off-by: Chen, Zhaoyan <zhaoyan.chen@intel.com>
> ---
>  doc/guides/nics/i40e.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
> index 5d7ebb4ab..cc8724a19 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst
> @@ -72,6 +72,8 @@ For X710/XL710/XXV710,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    20.02     |         2.10.19       |       7.20       |
> +   +--------------+-----------------------+------------------+
>     |    19.11     |         2.9.21        |       7.00       |
>     +--------------+-----------------------+------------------+
>     |    19.08     |         2.8.43        |       7.00       |
> @@ -109,6 +111,8 @@ For X722,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    20.02     |         2.10.19       |       4.11       |
> +   +--------------+-----------------------+------------------+
>     |    19.11     |         2.9.21        |       4.10       |
>     +--------------+-----------------------+------------------+
>     |    19.08     |         2.9.21        |       4.10       |
> 

With reference to
http://inbox.dpdk.org/dev/be83bf25-8840-6ef0-f3e3-cbb95c3af9aa@redhat.com/
I see that the site has now been updated to include fw 7.2.

Acked-by: Kevin Traynor <ktraynor@redhat.com>
  
Xiaolong Ye Feb. 18, 2020, 10:42 a.m. UTC | #2
On 02/18, Chen, Zhaoyan wrote:
>Update driver/firmware version mapping table for
>new driver/firmware supported in 20.02 release
>
>Signed-off-by: Chen, Zhaoyan <zhaoyan.chen@intel.com>
>---
> doc/guides/nics/i40e.rst | 4 ++++
> 1 file changed, 4 insertions(+)
>
>diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
>index 5d7ebb4ab..cc8724a19 100644
>--- a/doc/guides/nics/i40e.rst
>+++ b/doc/guides/nics/i40e.rst
>@@ -72,6 +72,8 @@ For X710/XL710/XXV710,
>    +--------------+-----------------------+------------------+
>    | DPDK version | Kernel driver version | Firmware version |
>    +==============+=======================+==================+
>+   |    20.02     |         2.10.19       |       7.20       |
>+   +--------------+-----------------------+------------------+
>    |    19.11     |         2.9.21        |       7.00       |
>    +--------------+-----------------------+------------------+
>    |    19.08     |         2.8.43        |       7.00       |
>@@ -109,6 +111,8 @@ For X722,
>    +--------------+-----------------------+------------------+
>    | DPDK version | Kernel driver version | Firmware version |
>    +==============+=======================+==================+
>+   |    20.02     |         2.10.19       |       4.11       |
>+   +--------------+-----------------------+------------------+
>    |    19.11     |         2.9.21        |       4.10       |
>    +--------------+-----------------------+------------------+
>    |    19.08     |         2.9.21        |       4.10       |
>-- 
>2.22.0
>

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

Applied to dpdk-next-net-intel, Thanks.
  

Patch

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 5d7ebb4ab..cc8724a19 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -72,6 +72,8 @@  For X710/XL710/XXV710,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    20.02     |         2.10.19       |       7.20       |
+   +--------------+-----------------------+------------------+
    |    19.11     |         2.9.21        |       7.00       |
    +--------------+-----------------------+------------------+
    |    19.08     |         2.8.43        |       7.00       |
@@ -109,6 +111,8 @@  For X722,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    20.02     |         2.10.19       |       4.11       |
+   +--------------+-----------------------+------------------+
    |    19.11     |         2.9.21        |       4.10       |
    +--------------+-----------------------+------------------+
    |    19.08     |         2.9.21        |       4.10       |