From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B1A88A051C; Tue, 11 Feb 2020 03:35:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 14F534C74; Tue, 11 Feb 2020 03:35:47 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A687437B7 for ; Tue, 11 Feb 2020 03:35:45 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2020 18:35:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,427,1574150400"; d="scan'208";a="227369657" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga008.fm.intel.com with ESMTP; 10 Feb 2020 18:35:38 -0800 Date: Tue, 11 Feb 2020 10:34:22 +0800 From: Ye Xiaolong To: "Chen, Zhaoyan" Cc: dev@dpdk.org, Chen@dpdk.org Message-ID: <20200211023422.GI80720@intel.com> References: <20200204033509.144827-1-zhaoyan.chen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200204033509.144827-1-zhaoyan.chen@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH V1] doc:Split recommended mapping table for X710/XL710/XXV710 and X722, since they have different firmware version. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 DPDK convention for the SoB should be: Signed-off-by: Zhaoyan Chen >--- > 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 Applied to dpdk-next-net-intel with above fixes, Thanks.