From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] pci: deprecate PCI detach Date: Wed, 10 May 2017 15:02:51 +0200 Message-ID: <18235008.tfIFGzLugk@xps> References: <4b1edeb12ff61bdb04a0189be30395589c713dbb.1494420483.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Blunck To: Gaetan Rivet Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3605F234 for ; Wed, 10 May 2017 15:02:52 +0200 (CEST) In-Reply-To: <4b1edeb12ff61bdb04a0189be30395589c713dbb.1494420483.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/05/2017 14:52, Gaetan Rivet: > This patch deprecates the function rte_eal_pci_detach in 17.05, > which will be removed in 17.08. > > The generic detach bus method should be used instead. Can we wait to have a new generic detach method for deprecating this one?