From patchwork Tue Jul 25 15:25:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 129697 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 9C53B42F41; Tue, 25 Jul 2023 09:06:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2884740A7F; Tue, 25 Jul 2023 09:06:05 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 7A05240697 for ; Tue, 25 Jul 2023 09:06:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690268763; x=1721804763; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5uP7pggOhLIsicoHtHiqJgXdO6Obn7WpEYQLmnKoStk=; b=RANZoc1lJliJtwODMay4eafZf407b1Fu5sBtcxqD9tbSA3tjp8zTyfRb eKdK4+w85tjcxZaaOi9CJObrgjylju6l1rQAoL5qHisChFPg+588p5+6d cmQEjfOFscnz31ZphNVsRsn0yei9GlfuMfRooDqI0Abec2ylqZratrAuG q0P3weeZybVERyA6AtQx5Xd9sSN1qpJDyokJmbPY+WKs1sqUW2Nr7SCrN cc3AfdcK7+d9dHvh/flU8I4pY1NZGe7w7a+US61JINnwkRpOuAFVAtQ+E JnlDq7DCIrjYLfs+bhIpSk34aAe1pYBZACEtrWPOg9IqbxHBu1Fv5bxPJ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10781"; a="365096248" X-IronPort-AV: E=Sophos;i="6.01,230,1684825200"; d="scan'208";a="365096248" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jul 2023 00:06:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10781"; a="839753496" X-IronPort-AV: E=Sophos;i="6.01,230,1684825200"; d="scan'208";a="839753496" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.252]) by fmsmga002.fm.intel.com with ESMTP; 25 Jul 2023 00:06:00 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com, stephen@networkplumber.org Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH v2] doc: update doc for idpf and cpfl Date: Tue, 25 Jul 2023 15:25:03 +0000 Message-Id: <20230725152503.5814-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230718170212.993131-1-beilei.xing@intel.com> References: <20230718170212.993131-1-beilei.xing@intel.com> 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 From: Beilei Xing Add recommended matching list for idpf pmd and cpfl pmd. Signed-off-by: Beilei Xing --- v2 change: - Remove description about 23.03 doc/guides/nics/cpfl.rst | 14 ++++++++++++++ doc/guides/nics/idpf.rst | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index e88008e16e..06a18694b4 100644 --- a/doc/guides/nics/cpfl.rst +++ b/doc/guides/nics/cpfl.rst @@ -21,6 +21,20 @@ To get better performance on Intel platforms, please follow the :doc:`../linux_gsg/nic_perf_intel_platform`. +Recommended Matching List +------------------------- + +It is highly recommended to upgrade the MEV-ts release to avoid the compatibility issues +with the cpfl PMD. +Here is the suggested matching list which has been tested and verified. + + +------------+------------------+ + | DPDK | MEV-ts release | + +============+==================+ + | 23.07 | 0.9.1 | + +------------+------------------+ + + Configuration ------------- diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index 3693d82255..89351f1a22 100644 --- a/doc/guides/nics/idpf.rst +++ b/doc/guides/nics/idpf.rst @@ -19,6 +19,20 @@ To get better performance on Intel platforms, please follow the :doc:`../linux_gsg/nic_perf_intel_platform`. +Recommended Matching List +------------------------- + +It is highly recommended to upgrade the idpf kernel driver, MEV-ts release to avoid +the compatibility issues with the idpf PMD. +Here is the suggested matching list which has been tested and verified. + + +------------+---------------+------------------+ + | DPDK | Kernel Driver | MEV-ts release | + +============+===============+==================+ + | 23.07 | 0.0.710 | 0.9.1 | + +------------+---------------+------------------+ + + Configuration -------------