From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 0/3] deprecate attach and detach functions Date: Wed, 1 Aug 2018 09:26:38 -0700 Message-ID: <20180801092638.5172583b@xeon-e3> 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: , Thomas Monjalon To: Andrew Rybchenko Return-path: Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id F38FF1B1BB for ; Wed, 1 Aug 2018 18:26:40 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id l9-v6so8114704pff.9 for ; Wed, 01 Aug 2018 09:26:40 -0700 (PDT) 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" 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 > > app/pdump/main.c | 94 ++++++++++++++++++------- > app/test-pmd/Makefile | 1 + > app/test-pmd/meson.build | 1 + > doc/guides/rel_notes/deprecation.rst | 12 ++++ > lib/librte_eal/common/include/rte_dev.h | 2 + > lib/librte_ethdev/rte_ethdev.h | 2 + > 6 files changed, 88 insertions(+), 24 deletions(-) > Acked-by: Stephen Hemminger