From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH v2 0/2] export hotplug capability Date: Tue, 3 Nov 2015 12:34:58 +0100 Message-ID: <1446550500-24029-1-git-send-email-david.marchand@6wind.com> References: <1446108903-14412-1-git-send-email-david.marchand@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 7CB168E8B for ; Tue, 3 Nov 2015 12:35:23 +0100 (CET) Received: by wmll128 with SMTP id l128so84396732wml.0 for ; Tue, 03 Nov 2015 03:35:23 -0800 (PST) In-Reply-To: <1446108903-14412-1-git-send-email-david.marchand@6wind.com> 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. Changes since v1: - rebased on HEAD - dropped patch 3 -- David Marchand Maxime Leroy (2): ethdev: rework value return by rte_eth_dev_is_detachable ethdev: export rte_eth_dev_is_detachable function lib/librte_ether/rte_ethdev.c | 12 ++++++------ lib/librte_ether/rte_ethdev.h | 12 ++++++++++++ lib/librte_ether/rte_ether_version.map | 1 + 3 files changed, 19 insertions(+), 6 deletions(-) -- 1.9.1