From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH 0/3] export hotplug capability Date: Thu, 29 Oct 2015 09:55:00 +0100 Message-ID: <1446108903-14412-1-git-send-email-david.marchand@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 2F3428DA3 for ; Thu, 29 Oct 2015 09:55:10 +0100 (CET) Received: by wmeg8 with SMTP id g8so20317278wme.0 for ; Thu, 29 Oct 2015 01:55:10 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This little patchset makes it possible for an application to know if a port supports hotplug. -- David Marchand Maxime Leroy (3): ethdev: rework value return by rte_eth_dev_is_detachable ethdev: export rte_eth_dev_is_detachable function ethdev: prevent segfaults in rte_eth_dev_is_detachable lib/librte_ether/rte_ethdev.c | 15 +++++++++------ lib/librte_ether/rte_ethdev.h | 12 ++++++++++++ lib/librte_ether/rte_ether_version.map | 7 +++++++ 3 files changed, 28 insertions(+), 6 deletions(-) -- 1.9.1