From patchwork Tue Jan 25 01:26:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 106446 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 A2AFDA04A5; Tue, 25 Jan 2022 02:22:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23C5C427EB; Tue, 25 Jan 2022 02:22:39 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id B8039427D8; Tue, 25 Jan 2022 02:22:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643073758; x=1674609758; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=8re6fL/SFJr7DNGdv+0dwDH5VnHX/lFEF6bMa8Bl8qk=; b=Wsx7K+nSvJWUt/T8o0H7TKldaHWEb8Z/ZGWovaK7PvetguFRTpKpMack +dLgBxqQF+jzeIdj7moHMMPcXdkdCYN5pP2L8JHZx1tjJuDhh/ephTqHr I41fUEEx2wdVI/DFpfoGySEwe4P6E2KiMJjmp9iePkEe2Fdx6RLFWeaU4 idsop+g3JD7WCDlmU8ysJ9ezH7BVCiUjmizjeu0frU0E25MFFG29Ndeky iRa7c5gOED1bhZSLgGSFtMcLCxlpG75rrozlbBKIFHtL7+ouPIw4SWQk4 N+JBa563g/5c94HKUZzsI3J7RXFdxVu1Fry1s8/d9J1dQqzslRJE+IaKz w==; X-IronPort-AV: E=McAfee;i="6200,9189,10237"; a="246135928" X-IronPort-AV: E=Sophos;i="5.88,313,1635231600"; d="scan'208";a="246135928" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2022 17:22:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,313,1635231600"; d="scan'208";a="534502504" Received: from dpdk51.sh.intel.com ([10.67.111.142]) by orsmga008.jf.intel.com with ESMTP; 24 Jan 2022 17:22:35 -0800 From: Qi Zhang To: qiming.yang@intel.com Cc: junfeng.guo@intel.com, dev@dpdk.org, david.marchand@redhat.com, Qi Zhang , stable@dpdk.org Subject: [PATCH v2] doc: update matching versions in ice guide Date: Tue, 25 Jan 2022 09:26:11 +0800 Message-Id: <20220125012611.570529-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. Cc: stable@dpdk.org Signed-off-by: Qi Zhang Acked-by: Junfeng Guo --- v2: - cc stable as backport is required. 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 ------------------------------