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 18889454DF; Mon, 24 Jun 2024 12:05:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 050A5410EE; Mon, 24 Jun 2024 12:03:29 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mails.dpdk.org (Postfix) with ESMTP id 0471140DD2 for ; Mon, 24 Jun 2024 12:02: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=1719223364; x=1750759364; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iSef0S4eEvsk3aeWJGuQHUmwkuxrR/GXTQf8woWx9YU=; b=cLJ6+Lz568E5i//QFPSik2q4NzYw2g1HdVgoDr+T49H+39yBJmoq4NKM iUh5sPINfMNUJ8dL9I6f6si3kPXTH2cq+w9PPviqEw6dBph+HwM/KFEBk SmYgj03YyzJYEegT5zmDZJh+M8Bx8GawSlZUtwc5+TJJeQI4llmNP2gka uy/YqwTwwVbmiwNuJpTAd0zpRiKudiZu5To8lkQGamTDnasRZsbp6a/4Q xCbADm9MffCpLOG6+8z7GK5d4NhSLJB6p0UhKeCFsOTjjqQwJ6yRDdy64 YEiqEmJRsJAcw9Q+5qcOaUW9yOj3De7pfr2h8AAVF5r89S6xGzzqIKaAY A==; X-CSE-ConnectionGUID: jJ/bLqcqRkyOCVMSWQnR/A== X-CSE-MsgGUID: B07Off8oQ0aKLCLCODKqfQ== X-IronPort-AV: E=McAfee;i="6700,10204,11112"; a="19086477" X-IronPort-AV: E=Sophos;i="6.08,261,1712646000"; d="scan'208";a="19086477" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2024 03:02:43 -0700 X-CSE-ConnectionGUID: 6ddiKFmHQTaprILIYEPsEw== X-CSE-MsgGUID: kq14LQO/THmbXBche+kU/w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,261,1712646000"; d="scan'208";a="74479212" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by fmviesa001.fm.intel.com with ESMTP; 24 Jun 2024 03:02:42 -0700 From: Soumyadeep Hore To: bruce.richardson@intel.com, anatoly.burakov@intel.com Cc: dev@dpdk.org Subject: [PATCH v5 21/21] doc: updated the documentation for cpfl PMD Date: Mon, 24 Jun 2024 09:16:44 +0000 Message-ID: <20240624091644.2404658-22-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240624091644.2404658-1-soumyadeep.hore@intel.com> References: <20240618105722.2326987-22-soumyadeep.hore@intel.com> <20240624091644.2404658-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