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 B3BC5A0521; Tue, 3 Nov 2020 13:38:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5ED47CA9B; Tue, 3 Nov 2020 13:37:04 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id ED767CA89 for ; Tue, 3 Nov 2020 13:37:01 +0100 (CET) IronPort-SDR: uG0rhZf2fGrd5H/VfiQnn849xIcEtMwtVH0oHMa5LhYzWfuFMPBnKsiFoFnf5B1Fvctl4CA4g7 hAr9l0T6OVaA== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="156032914" X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="156032914" 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:37:01 -0800 IronPort-SDR: 2q0tPyhc6jOji1v5ke0S4rCv/I6zCHM4qhK9F639W6xT15t1Dyg5++iJzga/trRJZhC9q5lgxH j0Zr/eXOgMdw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="528468586" Received: from silpixa00399126.ir.intel.com ([10.237.222.4]) by fmsmga005.fm.intel.com with ESMTP; 03 Nov 2020 04:36:59 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson , David Marchand , Matan Azrad , Viacheslav Ovsiienko , Andrew Rybchenko , Rosen Xu , Luca Boccassi Date: Tue, 3 Nov 2020 12:36:07 +0000 Message-Id: <20201103123608.1114433-7-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 6/7] doc: fix driver names in vDPA 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/vdpadevs/mlx5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/vdpadevs/mlx5.rst b/doc/guides/vdpadevs/mlx5.rst index 9a11eefd2c..9d10fee2b6 100644 --- a/doc/guides/vdpadevs/mlx5.rst +++ b/doc/guides/vdpadevs/mlx5.rst @@ -7,7 +7,7 @@ MLX5 vDPA driver ================ The MLX5 vDPA (vhost data path acceleration) driver library -(**librte_pmd_mlx5_vdpa**) provides support for **Mellanox ConnectX-6**, +(**librte_vdpa_mlx5**) provides support for **Mellanox ConnectX-6**, **Mellanox ConnectX-6 Dx** and **Mellanox BlueField** families of 10/25/40/50/100/200 Gb/s adapters as well as their virtual functions (VF) in SR-IOV context. @@ -37,7 +37,7 @@ to get the best performances: - DevX allows to access firmware objects - Direct Rules manages flow steering at low-level hardware layer -Enabling librte_pmd_mlx5_vdpa causes DPDK applications to be linked against +Enabling librte_vdpa_mlx5 causes DPDK applications to be linked against libibverbs. A Mellanox mlx5 PCI device can be probed by either net/mlx5 driver or vdpa/mlx5 -- 2.25.1