From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5E04C433E0 for ; Wed, 5 Aug 2020 02:58:32 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 69AB4208C7 for ; Wed, 5 Aug 2020 02:58:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 69AB4208C7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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 Content-Transfer-Encoding: 8bit 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 | -- 2.17.1