From patchwork Wed Nov 11 03:27:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shougang Wang X-Patchwork-Id: 83934 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E3ABA052A; Wed, 11 Nov 2020 04:42:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 23122F90; Wed, 11 Nov 2020 04:42:19 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7D8B12AB for ; Wed, 11 Nov 2020 04:42:16 +0100 (CET) IronPort-SDR: wThzWyAwsLY+0t0qNvFblqSnUMlptEykf82aYQlYZ4K1fmqmGxHh/VUFyPpunEB0vYdUTqU5qT N/hrkR9NbDMQ== X-IronPort-AV: E=McAfee;i="6000,8403,9801"; a="169305855" X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="169305855" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 19:42:14 -0800 IronPort-SDR: diMGHfD4acm8oIKLejIzaDNQe/EYT+LJNbwrTMNiUelGVvRG/SmXVsZs1VxryP+0lnheBwBDxu nZAFyorMyMQQ== X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="541609509" Received: from dpdk-server06.sh.intel.com ([10.239.255.61]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 19:42:12 -0800 From: Shougang Wang To: dev@dpdk.org Cc: zhaoyan.chen@intel.com, xueqin.lin@intel.com, beilei.xing@intel.com, jia.guo@intel.com, Shougang Wang Date: Wed, 11 Nov 2020 03:27:17 +0000 Message-Id: <20201111032717.86129-1-shougangx.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: update firmware/driver mapping table for i40e 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 i40e PMD firmware/driver mapping table. Signed-off-by: Shougang Wang Acked-by: Jeff Guo --- 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 828a25988..961a51820 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -88,6 +88,8 @@ For X710/XL710/XXV710, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 20.11 | 2.13.10 | 8.00 | + +--------------+-----------------------+------------------+ | 20.08 | 2.12.6 | 7.30 | +--------------+-----------------------+------------------+ | 20.05 | 2.11.27 | 7.30 | @@ -131,6 +133,8 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 20.11 | 2.13.10 | 5.00 | + +--------------+-----------------------+------------------+ | 20.08 | 2.12.6 | 4.11 | +--------------+-----------------------+------------------+ | 20.05 | 2.11.27 | 4.11 |