From patchwork Tue Jul 18 17:02:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 129619 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 8123542EA6; Tue, 18 Jul 2023 10:44:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C681410D3; Tue, 18 Jul 2023 10:44:46 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 18CE440A84 for ; Tue, 18 Jul 2023 10:44:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689669884; x=1721205884; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=O62xFJCdl78oHcf2GSjuiMhF5M8Q7a7CRwDG3J2tpaw=; b=TmZG8/W/xc++qLGlVbPJUogkXhv54ZoCLBlNf0C2Xbad5gzBp54s8oVw PbavS6nMd5ls3DvitSjgfaGGUKds3H+OHLDHXgWXpyUHSKBU+1FJPP2kk c5myfF9vS3bn0JaXwQZAIKdysSpyk/MV1Pc9nmcWce7baUeBp8YMtrM4c fQ84sDdwUf2N8SOw3OxGnQKN4EXvz9d75ZIYxEy7fxtdSPZikZFiIlXV8 tSUmktGrwtokqYKQfcEIj8UzaUjdmzJTyHvC1rdp2KaYeIsWWjSTcdxKG TuR4RTDJ+rE2vYdocl9ypu9OdOmGXfjduKOYn+YpjSkjxl6DYZrwnraCX w==; X-IronPort-AV: E=McAfee;i="6600,9927,10774"; a="363615396" X-IronPort-AV: E=Sophos;i="6.01,213,1684825200"; d="scan'208";a="363615396" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2023 01:44:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10774"; a="837201741" X-IronPort-AV: E=Sophos;i="6.01,213,1684825200"; d="scan'208";a="837201741" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.252]) by fmsmga002.fm.intel.com with ESMTP; 18 Jul 2023 01:44:41 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH] doc: update doc for idpf and cpfl Date: Tue, 18 Jul 2023 17:02:12 +0000 Message-Id: <20230718170212.993131-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.34.1 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 --- doc/guides/nics/cpfl.rst | 16 ++++++++++++++++ doc/guides/nics/idpf.rst | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index e88008e16e..258e89ed48 100644 --- a/doc/guides/nics/cpfl.rst +++ b/doc/guides/nics/cpfl.rst @@ -21,6 +21,22 @@ 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.03 | 0.6.0 | + +------------+------------------+ + | 23.07 | 0.9.1 | + +------------+------------------+ + + Configuration ------------- diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index 3693d82255..373ca360e3 100644 --- a/doc/guides/nics/idpf.rst +++ b/doc/guides/nics/idpf.rst @@ -19,6 +19,22 @@ 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.03 | 0.0.704 | 0.6.0 | + +------------+---------------+------------------+ + | 23.07 | 0.0.710 | 0.9.1 | + +------------+---------------+------------------+ + + Configuration -------------