From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 354EDA034F; Tue, 6 Apr 2021 12:28:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E989140FAC; Tue, 6 Apr 2021 12:28:23 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id 44977140EEB for ; Tue, 6 Apr 2021 12:28:21 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 4E6CF3D9; Tue, 6 Apr 2021 06:28:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 06 Apr 2021 06:28:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm3; bh=66SNScTFngWIR 5vqRBz/ypTeWWiiNI8uUcc4J6HsgJc=; b=pp8me7Uc5cze2acRed6gpcpbqsA89 cP/k8fWXehzGschJ+uRRmMMeAoch2Q2EbZNhDYru1scYgM8K5yyo4AAtwQpz2mYK s2xi5nHpYDKx7P1tKC1IIED/29GQl25RZQHNINCQYjsoK5ihx5v15+ym9//wHZuU mw5MxQ23coVHbha6Y95QumbSmigWmTaFuG4ToZ5QgvQmZRSaqqI9QTaxhkSgF+Dj CMOlNH5/FY09yNgqwVfNJJ8uaWFSNvmLiSKPNhULtjkwu1KSzDBdyt7WDHCXdnaO YFr2sHanPFaE2ThKv3iaxKg5aliLB8+3XSVO/0xpDnu2ja2QuGXvf0+wQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=66SNScTFngWIR5vqRBz/ypTeWWiiNI8uUcc4J6HsgJc=; b=uoCAaDm/ Kx6ZCjsQ7Nvdn4Mr4D2CX+VoskDRq8dWHaxvbDR0MdaEhHWLAHXyCO6iMSviGYR/ Senj3Z23BdVD6m7xIMOY+5A4GGUhI0zWyCpEf6A2uuNscW5H9hPFJ99faffWs5jm B6ndlHO9a4PpAtTVvk2so8RTSdKdS/1xkWIBo55GY2Fsm5SXnkNS+6hroWVzpPMZ CofGKlwFbi8FOo0sT6WNXnVMT8Uw2kBZoYqZkEHJoxWTpL/RuE6S0tc3fXQpZKk0 dR0gYzIcuinuNpigf2BXUV+F48lSLl5Gr2IGVxRDEU8pr+rKvDMNC2GQpopDLjgc BHf9sKoXoYAg5A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudejgedgvdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvhefgiedvjeegtdevhe efhfetleefgfeivefgffevfeejgedtgfeutdehtdegveenucfkphepjeejrddufeegrddv tdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 7CAB2240054 for ; Tue, 6 Apr 2021 06:28:19 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 6 Apr 2021 12:28:14 +0200 Message-Id: <20210406102816.1689871-1-thomas@monjalon.net> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210331223423.2089467-1-thomas@monjalon.net> References: <20210331223423.2089467-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 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. v3: - add API change to release notes v2: - mark old macro with RTE_DEPRECATED - fix common/mlx5 Thomas Monjalon (2): pci: rename catch-all ID bus/pci: rename probe/remove operation types doc/guides/rel_notes/release_21_05.rst | 3 +++ drivers/bus/pci/pci_common.c | 8 ++++---- drivers/bus/pci/rte_bus_pci.h | 20 ++++++++------------ drivers/common/mlx5/mlx5_common_pci.c | 8 ++++---- lib/librte_pci/rte_pci.h | 12 +++++++----- 5 files changed, 26 insertions(+), 25 deletions(-) -- 2.31.1