From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] deprecate attach and detach functions Date: Thu, 26 Jul 2018 23:32:03 +0200 Message-ID: <2355115.FXmik9FTMN@xps> References: <1531318450-3942-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, gaetan.rivet@6wind.com, shreyansh.jain@nxp.com, david.marchand@6wind.com 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 1A6B498 for ; Thu, 26 Jul 2018 23:32:10 +0200 (CEST) In-Reply-To: <1531318450-3942-1-git-send-email-arybchenko@solarflare.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" 11/07/2018 16:14, Andrew Rybchenko: > 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: Thomas Monjalon