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 F0144A034F; Thu, 1 Apr 2021 00:34:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD4BA140F30; Thu, 1 Apr 2021 00:34:48 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id DE0C1140F2A for ; Thu, 1 Apr 2021 00:34:46 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 919595C00D6; Wed, 31 Mar 2021 18:34:46 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 31 Mar 2021 18:34:46 -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=4Cf+cVV9RT9rU Scs/Mm40o5TVodnQcFY9S1gEbSo2I8=; b=DphVEu42ZLQOXjAZahur05kbO5qQ6 6FpheauJ9UNnpYjgTCCBC8HUwTj/g3FzdHvIU1+zS4TfBmjPDd5ipihDeMMEJoPl OlN1H4L8xw3rsv9xSwZ7wz6g7Enil8wW4OOd3IZdgkx+PR+zdcqmsAnYO728cvlR 17UbUvbeHOGn3dPd0TDTzzENG1A1iM8a9aCAnCunORFKLwX99SvaHb3jx6uk6FAl br2PFNQW4TjPBPLV/CvlvkaIE/183mq4RT+dmU+Tuw397MwDpwSNyxTdZBljRTFP UEC281Qp/naCWHeSIE7e5Wft0LHJHzWx80srKQYeZnEYjFt/fWtc6VaQg== 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=4Cf+cVV9RT9rUScs/Mm40o5TVodnQcFY9S1gEbSo2I8=; b=VqfYPvVR MSVX4gP8tVHQhTwZwlgtrq8uELYLNQlWVrxosKgtmZn7mowpNFzz+W/Wj3V0xZ2X sMJrzDrIrrayR5u5vp/Cs9S6dn60pt4Tj+TOSu/Fgwc0IRXjGjow29bq5/7taqnT +mymXS7V73hGpi9T8dgY1o65VmQL+EfyMM7GLnJ8+etuHvwaNkSQTGjyj/OjpFJw kMLmno7mh0rZODlvbIaBLWlytePSd7Wd3PAE09Gx18FTbu2As2inqpUVB29pO0Ho Fv1nOKj/G8F6coCCQ5lpVkf8FJI/0bki9iwO26pyhvOVeknqUyuDO/S/E0f2INer gSqwp4Agws9/GQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeifedguddtucetufdoteggodetrfdotf 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 2FF8D1080054 for ; Wed, 31 Mar 2021 18:34:46 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 1 Apr 2021 00:34:23 +0200 Message-Id: <20210331223423.2089467-3-thomas@monjalon.net> X-Mailer: git-send-email 2.30.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 2/2] bus/pci: rename probe/remove operation types 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" The names of the prototypes pci_probe_t and pci_remove_t are missing a prefix rte_. These function types are simply renamed. No compatibility break is expected for the applications because it is considered as an internal name in the driver interface. Signed-off-by: Thomas Monjalon --- drivers/bus/pci/rte_bus_pci.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/bus/pci/rte_bus_pci.h b/drivers/bus/pci/rte_bus_pci.h index 3a092bc6d5..64886b4731 100644 --- a/drivers/bus/pci/rte_bus_pci.h +++ b/drivers/bus/pci/rte_bus_pci.h @@ -112,12 +112,12 @@ struct rte_pci_device { /** * Initialisation function for the driver called during PCI probing. */ -typedef int (pci_probe_t)(struct rte_pci_driver *, struct rte_pci_device *); +typedef int (rte_pci_probe_t)(struct rte_pci_driver *, struct rte_pci_device *); /** * Uninitialisation function for the driver called during hotplugging. */ -typedef int (pci_remove_t)(struct rte_pci_device *); +typedef int (rte_pci_remove_t)(struct rte_pci_device *); /** * Driver-specific DMA mapping. After a successful call the device @@ -164,8 +164,8 @@ struct rte_pci_driver { TAILQ_ENTRY(rte_pci_driver) next; /**< Next in list. */ struct rte_driver driver; /**< Inherit core driver. */ struct rte_pci_bus *bus; /**< PCI bus reference. */ - pci_probe_t *probe; /**< Device Probe function. */ - pci_remove_t *remove; /**< Device Remove function. */ + rte_pci_probe_t *probe; /**< Device probe function. */ + rte_pci_remove_t *remove; /**< Device remove function. */ pci_dma_map_t *dma_map; /**< device dma map function. */ pci_dma_unmap_t *dma_unmap; /**< device dma unmap function. */ const struct rte_pci_id *id_table; /**< ID table, NULL terminated. */ -- 2.30.1