From patchwork Wed Mar 31 22:34:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 90243 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 D6C95A034F; Thu, 1 Apr 2021 00:34:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 75D0B40142; Thu, 1 Apr 2021 00:34:35 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id C23E94013F for ; Thu, 1 Apr 2021 00:34:34 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 0704A5C00AE; Wed, 31 Mar 2021 18:34:34 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 31 Mar 2021 18:34:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=fm3; bh=p5dPEFD7fTZqZFp3NcKchVtqMt TQRFTVuV5SJaMwHrE=; b=I0Xna5mgtV3W2SlsYHPL//EiJM5syGuQgb30Bk9zmt zNkOVrJKSnFHL1J0pbvTVcWUzJk4kYsJencyI8vOvt3hW5o7d0IDFWePsonrXVaD TdJBSiir39ffqZI1pRMNPNR/hqBVLIqa04GWGsxfAtEdCob6VkiLBA0G8kmehsTc kLQZmRgnDzu9kW431o0f8UGeLqXYLhLSgCDSUua+i+qa3/gfbEvOiHFCIDyJ5zyc 65wsI62l2/nydtEOFWZbfpYh98Vp4nvlg8h5SvGEt5C5jMVOfEpb6tsk5v8O3Ybs NJa8ZosxCN0irwo3/XejvYQsdSOKJfNSXd8DEH2j6M6Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=p5dPEFD7fTZqZFp3N cKchVtqMtTQRFTVuV5SJaMwHrE=; b=lePlslmAYisC5AEmvPmRirfkJ4y+2+7F/ rJ+U9AfWxjXuCrPG/efXWUr1GNA3Z3mt//eSiHPQlTFRm19XTtkBKoHrURJvH8LJ EPmvrAT9FMQ9yzlF2g4lg2/KZNfz2XkN/ssnxOaJBcz+nOI6bGIdQ33bfdLdwB7e Z8DTVBYKtut+HmtjDcUzAZ1YAYeJnNC/xTJJ0qJVLbxXuBVJeWsHNBBRLCDgPKe6 L04viaYD4GipRp7rJwZEnint/4diy2dkcZ5xp6D8u8YPxKOoZR9F7eO+o0tI+KqS j3vrk5HdLTRPx9oLfMA5qkWzdU67/9ru4GpExQKUTtQcdtLUhe3dQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeifedgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvledvudehvdduudevuedvve ehgeduleegiefgjeehudehtddtgeduffejiefhgfenucfkphepjeejrddufeegrddvtdef rddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 50D3A1080054 for ; Wed, 31 Mar 2021 18:34:33 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 1 Apr 2021 00:34:21 +0200 Message-Id: <20210331223423.2089467-1-thomas@monjalon.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/2] pci: add rte prefix 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" Small namespace cleanups in PCI lib and bus driver. Thomas Monjalon (2): pci: rename catch-all ID bus/pci: rename probe/remove operation types drivers/bus/pci/pci_common.c | 8 ++++---- drivers/bus/pci/rte_bus_pci.h | 20 ++++++++------------ lib/librte_pci/rte_pci.h | 12 +++++++----- 3 files changed, 19 insertions(+), 21 deletions(-)