From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BD39EA0521; Tue, 3 Nov 2020 13:38:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE63DCA86; Tue, 3 Nov 2020 13:37:01 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 27976CA52 for ; Tue, 3 Nov 2020 13:36:59 +0100 (CET) IronPort-SDR: /3yCv/nCoNpvPtmCmIWNgdpup0h8hjuosGDy0quHrj8yVQ3d+ZCL9JNT4NORcWMUMPccHiW4Ka yuGc1m5eRBXw== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="156032906" X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="156032906" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 04:36:58 -0800 IronPort-SDR: HqZyKgNxKbtlrV0tjgnJulj3pndfKzPoJ6jIwBvYBQNBtFXPRowQeebyBhmn0OdpUkuj+Ss+cQ VQHOfqxsoeKQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="528468567" Received: from silpixa00399126.ir.intel.com ([10.237.222.4]) by fmsmga005.fm.intel.com with ESMTP; 03 Nov 2020 04:36:56 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson , David Marchand , Ori Kam , Guy Kaneti , Andrew Rybchenko , Rosen Xu , Luca Boccassi Date: Tue, 3 Nov 2020 12:36:06 +0000 Message-Id: <20201103123608.1114433-6-bruce.richardson@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201103123608.1114433-1-bruce.richardson@intel.com> References: <20201102174507.1085128-1-bruce.richardson@intel.com> <20201103123608.1114433-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 5/7] doc: fix driver names in regex devices guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Since the built driver filenames have changed in DPDK 20.11, we need to update the driver doc to match. Fixes: a20b2c01a7a1 ("build: standardize component names and defines") Signed-off-by: Bruce Richardson Reviewed-by: David Marchand --- doc/guides/regexdevs/mlx5.rst | 4 ++-- doc/guides/regexdevs/octeontx2.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/regexdevs/mlx5.rst b/doc/guides/regexdevs/mlx5.rst index 0e6ee8ccfc..faaa6ac11d 100644 --- a/doc/guides/regexdevs/mlx5.rst +++ b/doc/guides/regexdevs/mlx5.rst @@ -7,7 +7,7 @@ MLX5 RegEx driver ================= The MLX5 RegEx (Regular Expression) driver library -(**librte_pmd_mlx5_regex**) provides support for **Mellanox BlueField 2** +(**librte_regex_mlx5**) provides support for **Mellanox BlueField 2** families of 25/50/100/200 Gb/s adapters. Design @@ -26,7 +26,7 @@ to get the best performances: - Direct Verbs is a device-specific API - DevX allows to access firmware objects -Enabling librte_pmd_mlx5_regex causes DPDK applications to be linked against +Enabling librte_regex_mlx5 causes DPDK applications to be linked against libibverbs. Mellanox mlx5 pci device can be probed by number of different pci devices, diff --git a/doc/guides/regexdevs/octeontx2.rst b/doc/guides/regexdevs/octeontx2.rst index 4ea800f949..b39d457d60 100644 --- a/doc/guides/regexdevs/octeontx2.rst +++ b/doc/guides/regexdevs/octeontx2.rst @@ -4,7 +4,7 @@ OCTEON TX2 REE Regexdev Driver ============================== -The OCTEON TX2 REE PMD (**librte_pmd_octeontx2_regex**) provides poll mode +The OCTEON TX2 REE PMD (**librte_regex_octeontx2**) provides poll mode regexdev driver support for the inbuilt regex device found in the **Marvell OCTEON TX2** SoC family. -- 2.25.1