From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 841684552E; Mon, 1 Jul 2024 12:01:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B31EB427E8; Mon, 1 Jul 2024 12:00:35 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by mails.dpdk.org (Postfix) with ESMTP id A0FB3427CB for ; Mon, 1 Jul 2024 12:00:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719828033; x=1751364033; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iSef0S4eEvsk3aeWJGuQHUmwkuxrR/GXTQf8woWx9YU=; b=BGbF9IUNZ/TdlfFcjvLR7vIsTcwAVGRfvHVWnVw9BOUuOyEZkLmBQBWE ZcBw5Ue72B363Je3/pYlCQReDULunfULVSy4YrAjMNx6ZjhZJMe11itGu DWOrMc7FPIDqIOykrCwjs5xPnVR98F6h8E0AihI7pTa6SBlx61f8NrwN+ XPnAdwREV7f2h7xEL1xjx40lzrahwd1MqbVugxLbdsP4JyfBuHeyX/OF2 4XAmEYlUn60qkvPxLebAOn7GlpRKuHBwR11LlsfS7m+q5GXWg8/7T5XFJ isCs2uyGLUaKsrxfqRDDhrXnFEdX5CTNdboKyJYP8XyQOksGn3eSwgGfz A==; X-CSE-ConnectionGUID: 1Zlqn64bTmKzZr4y5CMd7A== X-CSE-MsgGUID: PEiiUdRRQB2ERlolALi2NA== X-IronPort-AV: E=McAfee;i="6700,10204,11119"; a="42364169" X-IronPort-AV: E=Sophos;i="6.09,175,1716274800"; d="scan'208";a="42364169" Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2024 03:00:32 -0700 X-CSE-ConnectionGUID: eqzPLuMNSLOQNr4vZN74lg== X-CSE-MsgGUID: L2lhnme/RJSfuiHbZY+Ovw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,175,1716274800"; d="scan'208";a="45453656" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by fmviesa008.fm.intel.com with ESMTP; 01 Jul 2024 03:00:30 -0700 From: Soumyadeep Hore To: bruce.richardson@intel.com, anatoly.burakov@intel.com Cc: dev@dpdk.org Subject: [PATCH v6 7/7] doc: updated the documentation for cpfl PMD Date: Mon, 1 Jul 2024 09:13:51 +0000 Message-ID: <20240701091351.2550283-8-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240701091351.2550283-1-soumyadeep.hore@intel.com> References: <20240624091644.2404658-16-soumyadeep.hore@intel.com> <20240701091351.2550283-1-soumyadeep.hore@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Updated the latest support for cpfl pmd in MEV TS firmware version which is 1.4. Signed-off-by: Soumyadeep Hore --- doc/guides/nics/cpfl.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index 9b7a99c894..528c809819 100644 --- a/doc/guides/nics/cpfl.rst +++ b/doc/guides/nics/cpfl.rst @@ -35,6 +35,8 @@ Here is the suggested matching list which has been tested and verified. +------------+------------------+ | 23.11 | 1.0 | +------------+------------------+ + | 24.07 | 1.4 | + +------------+------------------+ Configuration -- 2.43.0