From patchwork Wed Aug 5 02:41:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chen, Zhaoyan" X-Patchwork-Id: 75199 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 14892A053A; Wed, 5 Aug 2020 04:58:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6591C1C029; Wed, 5 Aug 2020 04:58:31 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id A18D02BF2 for ; Wed, 5 Aug 2020 04:58:29 +0200 (CEST) IronPort-SDR: AqMIUMhCjUOa9vYkeSLWqFV2vfdQHL41+S0ZEqxUgN0gkGpUKVz9A5wSVwXnBnHM8W5WJIHkdv EyQI4gPo2aCA== X-IronPort-AV: E=McAfee;i="6000,8403,9703"; a="140041798" X-IronPort-AV: E=Sophos;i="5.75,436,1589266800"; d="scan'208";a="140041798" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 19:58:24 -0700 IronPort-SDR: RT1Vuumy5S95VDGlCYmHgoR1r5FvRXZ9hf8wMbIopQql8SuDUP5mhipsi1MQJu3NPJ0HgSGFG+ Mj8qtVcTW4BQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,436,1589266800"; d="scan'208";a="315584670" Received: from unknown (HELO DPDK-zhaoyan-dev-34.sh.intel.com) ([10.67.118.34]) by fmsmga004.fm.intel.com with ESMTP; 04 Aug 2020 19:58:23 -0700 From: "Chen, Zhaoyan" To: dev@dpdk.org Cc: ChenBo Date: Wed, 5 Aug 2020 10:41:18 +0800 Message-Id: <20200805024118.71674-1-zhaoyan.chen@intel.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH V1] doc: update firmware/dricer 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" From: ChenBo Update i40e PMD firmware/driver mapping table. Signed-off-by: ChenBo --- 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 cf1ae2d0b..b7430f6c4 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.08 | 2.12.6 | 7.30 | + +--------------+-----------------------+------------------+ | 20.05 | 2.11.27 | 7.30 | +--------------+-----------------------+------------------+ | 20.02 | 2.10.19 | 7.20 | @@ -129,6 +131,8 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 20.08 | 2.12.6 | 4.11 | + +--------------+-----------------------+------------------+ | 20.05 | 2.11.27 | 4.11 | +--------------+-----------------------+------------------+ | 20.02 | 2.10.19 | 4.11 |