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 31161A0487 for ; Mon, 29 Jul 2019 05:37:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 58E731BF2C; Mon, 29 Jul 2019 05:37:13 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 40DE31BF1E for ; Mon, 29 Jul 2019 05:37:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2019 20:37:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,321,1559545200"; d="scan'208";a="370878289" Received: from unknown (HELO stv-dev-34.sh.intel.com) ([10.67.118.34]) by fmsmga006.fm.intel.com with ESMTP; 28 Jul 2019 20:37:08 -0700 From: "Chen, Zhaoyan" To: dev@dpdk.org Cc: marko.kovacevic@intel.com, john.mcnamara@intel.com, "Chen, Zhaoyan" , Chen@dpdk.org Date: Mon, 29 Jul 2019 11:36:21 +0800 Message-Id: <20190729033621.20941-1-zhaoyan.chen@intel.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2] Update supported Intel NIC driver version and 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" Update supported Intel NIC driver version and firmware version Signed-off-by: Chen, Zhaoyan --- doc/guides/nics/i40e.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index a97484cb9..0884e1554 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -69,6 +69,8 @@ to chapter Tested Platforms/Tested NICs in release notes. +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 19.08 | 2.9.21 | 7.00 | + +--------------+-----------------------+------------------+ | 19.05 | 2.7.29 | 6.80 | +--------------+-----------------------+------------------+ | 19.02 | 2.7.26 | 6.80 | -- 2.22.0