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 9CA06A0A02; Mon, 5 Apr 2021 11:15:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D4464067C; Mon, 5 Apr 2021 11:15:12 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 2A2DD4014E for ; Mon, 5 Apr 2021 11:15:11 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 627B25C00A9; Mon, 5 Apr 2021 05:15:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 05 Apr 2021 05:15:10 -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=IAmUNwbIc/6tj LhjVdJGmx7s3R7irIPgzKs7E3WcbDs=; b=smY5hBHmqBUh7gmuO7v84Qygd5AcD 6rRS8y5gvzmt+ZO7htmmJfN+QF+pXYtlJC/lvgUhlZZw+aAQ///skyO1Ilhgq5gB hpcaLoZg6Jw4Gr0w9gB1vTCjtEcn8mQh75hEuCRgH6P9u/PYErBIUrTh80E6KK60 oaD0tcRIkYv4Pe3MYzbOq6nJ5bARg038WBUOBDftzxt4AfN/xHaxXcNtY5mlRiLK qULIzPgtOB5k/XWu0RkTRD29c9/PWV5/1wpDvicuzDOhYtBkESMdySRIW4wY8zdM aiZwZk7ZYdTwBn6mWQrlEo5Zyfrf2cw+Vl/TNJ/TpcGLL/wSOqpcP0JBQ== 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=IAmUNwbIc/6tjLhjVdJGmx7s3R7irIPgzKs7E3WcbDs=; b=GmneTM/c pDCM2j+SMUyGUIpkdFXi/NA4BYqGYXoiFplx6HMGeyNVrYQaF9iitI0LHyLXB5hh jpawt7MK6EwrhJeykWo0+mv8WU0mrHyJ2UgMAcAm8AePU+MTvSndF4wqbojRVJp0 +6proEhs1hQfdyd8wZdlZxWQcn0Vn/iXYSDT8rATMY5T8P1o0MNLWlMjwzLEQ+3N PclUqRRjvZlM2dOgcYah5ZWUlBAPTAtUcSeIyzRzB+eq0hUdqAtB40TCx3sPsPJi p9BddqG2K/hIlWS1MTt6Wy2JooPt9tfcJlfe/qIXJh0A2W8lzphLQ2tLt7IHJvIu wJ5RqTm5Pedtrw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudejvddgudegucetufdoteggodetrfdotf 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 B695E240054 for ; Mon, 5 Apr 2021 05:15:09 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 5 Apr 2021 11:15:03 +0200 Message-Id: <20210405091506.562830-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 v2 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. 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 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 +++++++----- 4 files changed, 23 insertions(+), 25 deletions(-) -- 2.31.1