From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] deprecate attach and detach functions Date: Mon, 06 Aug 2018 01:10:50 +0200 Message-ID: <2578100.SdU3ZNSd5O@xps> References: <1531318450-3942-1-git-send-email-arybchenko@solarflare.com> <20180801092638.5172583b@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Andrew Rybchenko Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4BF281B561 for ; Mon, 6 Aug 2018 01:10:57 +0200 (CEST) In-Reply-To: <20180801092638.5172583b@xeon-e3> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/08/2018 18:26, Stephen Hemminger: > On Wed, 11 Jul 2018 15:14:07 +0100 > Andrew Rybchenko wrote: > > > As discussed in [1] EAL hotplug should be used directly to add/remove devices. > > > > app/pdump changes are build-tested only. > > > > [1] http://mails.dpdk.org/archives/dev/2018-July/107507.html > > > > Andrew Rybchenko (3): > > app/pdump: use hotplug add instead of attach > > ethdev: deprecate attach and detach functions > > eal: deprecate device attach and detach functions > > Acked-by: Stephen Hemminger There are only 2 acks, probably because everybody is on holidays, but there is no comment after more than 3 weeks. I don't want to apply the code change in pdump app after -rc3, so it is applied in 18.08-rc3. Thanks