From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: [PATCH 0/3] deprecate attach and detach functions Date: Wed, 11 Jul 2018 15:14:07 +0100 Message-ID: <1531318450-3942-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Thomas Monjalon To: Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id B36F21B5B0 for ; Wed, 11 Jul 2018 16:14:27 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.17.1