From patchwork Mon Nov 2 17:45:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 83430 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9478BA04E7; Mon, 2 Nov 2020 18:47:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 728895A0F; Mon, 2 Nov 2020 18:46:09 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1C27D54AE for ; Mon, 2 Nov 2020 18:46:07 +0100 (CET) IronPort-SDR: d3Bkh5XBmjN9PzQLPVZAcikedZPTNVPYA3zmWOzne0ezSCf/gk906mdrkuX9Ct3R/9lY4jvqKu 8nFVopAYZTNg== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="233092759" X-IronPort-AV: E=Sophos;i="5.77,445,1596524400"; d="scan'208";a="233092759" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 09:46:07 -0800 IronPort-SDR: bmnpszbx/TPdw3C3fmOkjgPrOkS6GGejHVnF934tRbEpEwWpcCEtRAkF+Rnd7j26yzn49J3gJQ JnyGOftHzBFw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,445,1596524400"; d="scan'208";a="336243692" Received: from silpixa00399126.ir.intel.com ([10.237.222.4]) by orsmga002.jf.intel.com with ESMTP; 02 Nov 2020 09:46:05 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson , Ori Kam , Guy Kaneti , Rosen Xu , Andrew Rybchenko , Luca Boccassi Date: Mon, 2 Nov 2020 17:45:05 +0000 Message-Id: <20201102174507.1085128-7-bruce.richardson@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201102174507.1085128-1-bruce.richardson@intel.com> References: <20201102174507.1085128-1-bruce.richardson@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 6/8] 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.