From patchwork Thu Jan 13 02:15:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 105755 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 mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A4753A00C4; Thu, 13 Jan 2022 03:12:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 473224068C; Thu, 13 Jan 2022 03:12:11 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id A79EB40150 for ; Thu, 13 Jan 2022 03:12:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642039929; x=1673575929; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=iyQcNA1MgunoZatxMQQ/r/5VbsfImM8b7N7DQ/53ENg=; b=ghwJa9L7sRdPprirsVTM5gB2wjGmj7BvmbGGJtBrVejfXSOkdnYucTjq aVOK7kYuwSwRLSFQxmW5SS0NUqGUx2Fto/92Yr1+uAq8kzYbeZbBXt49c Zzs7Bo7o6Cpr5RVZgCUMxDLETDF2D7PlYuJG8E4MXKUJKyQ13BDMbNhjj ctbMyUh6JOM8PfY4/CJvN9CobMkPWJhOCLg33ps1LddehXx38fciRgHTn DZMbv9PojRnLtzTESycUBmE5WA4CKGqRZvu5PoaP4pPDjxnShNCvIivgV i0kPBeTAPMVV+z0Kg51zGNjc4eCGsyzmynt1Uvy7I6qKZXpT4fugUf7R3 g==; X-IronPort-AV: E=McAfee;i="6200,9189,10225"; a="330256528" X-IronPort-AV: E=Sophos;i="5.88,284,1635231600"; d="scan'208";a="330256528" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2022 18:12:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,284,1635231600"; d="scan'208";a="623689625" Received: from dpdk51.sh.intel.com ([10.67.111.142]) by orsmga004.jf.intel.com with ESMTP; 12 Jan 2022 18:12:02 -0800 From: Qi Zhang To: qiming.yang@intel.com Cc: junfeng.guo@intel.com, xueqin.lin@intel.com, dev@dpdk.org, Qi Zhang Subject: [PATCH] doc: update matching versions in ice guide Date: Thu, 13 Jan 2022 10:15:38 +0800 Message-Id: <20220113021538.433136-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add recommended matching list for ice PMD in DPDK 21.08 and DPDK 21.11. Signed-off-by: Qi Zhang --- doc/guides/nics/ice.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index f95fef8cf0..a1780c46c3 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -58,6 +58,10 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re +-----------+---------------+-----------------+-----------+--------------+-----------+ | 21.05 | 1.6.5 | 1.3.26 | 1.3.30 | 1.3.6 | 3.0 | +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 21.08 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 21.11 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Pre-Installation Configuration ------------------------------