From patchwork Mon Jan 18 15:26:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xueming Li X-Patchwork-Id: 86813 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A25D7A0A03; Mon, 18 Jan 2021 16:27:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 526D6140F85; Mon, 18 Jan 2021 16:27:13 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id 7CFCB140F65 for ; Mon, 18 Jan 2021 16:27:09 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from xuemingl@nvidia.com) with SMTP; 18 Jan 2021 17:27:04 +0200 Received: from nvidia.com (pegasus05.mtr.labs.mlnx [10.210.16.100]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 10IFR4dt006946; Mon, 18 Jan 2021 17:27:04 +0200 From: Xueming Li To: Viacheslav Ovsiienko Cc: dev@dpdk.org, Matan Azrad , Shahaf Shuler , Thomas Monjalon , xuemingl@nvidia.com, Asaf Penso Date: Mon, 18 Jan 2021 15:26:45 +0000 Message-Id: <1610983607-7969-1-git-send-email-xuemingl@nvidia.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1608304614-13908-2-git-send-email-xuemingl@nvidia.com> References: <1608304614-13908-2-git-send-email-xuemingl@nvidia.com> Subject: [dpdk-dev] [PATCH v2 0/2] mlx5: support global device syntax 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 Sender: "dev" New Global device syntax [1] is used to identify a device with full bus, class and driver description, for example: -a bus=pci,id=82:00.0/class=eth/driver=mlx5,dv_flow_en=1 This patchset enables global syntax in mlx5 PMD. Depends-on: series-14815 ("eal: support global device syntax") History: V1: - initial version V2: - remove the code parsing "representor" from class parameters. representor parsing from class should be done by class "eth" in the future. [1] Global Device Syntax: https://www.dpdk.org/wp-content/uploads/sites/35/2018/10/am-07-DPDK-hotplug-20180905.pdf [2] RFC: http://patchwork.dpdk.org/project/dpdk/list/?series=14378 [3] V1: http://patchwork.dpdk.org/project/dpdk/list/?series=14611 Xueming Li (2): common/mlx5: support device global syntax net/mlx5: support new global device syntax drivers/common/mlx5/mlx5_common_pci.c | 6 +++++- drivers/net/mlx5/mlx5.c | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-)