From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 0/3] ethdev port notifications Date: Fri, 29 Dec 2017 14:12:31 +0100 Message-ID: <20171229131234.26530-1-thomas@monjalon.net> References: <20171128221302.15400-1-thomas@monjalon.net> Cc: ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 99C85237 for ; Fri, 29 Dec 2017 14:13:18 +0100 (CET) In-Reply-To: <20171128221302.15400-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset aims to add notifications for ethdev ports added or removed. It will be especially useful for hotplug. The first patches were sent individually by Matan, and now grouped in a consistent patchset v2. Note: this patchset depends on "ethdev: remove useless parameter in callback process" Matan Azrad (2): ethdev: allow event registration for all ports ethdev: free detached port by the dedicated function Thomas Monjalon (1): ethdev: add notifications for probing and removal lib/librte_ether/rte_ethdev.c | 128 +++++++++++++++++++++++++++++------------- lib/librte_ether/rte_ethdev.h | 10 +++- 2 files changed, 96 insertions(+), 42 deletions(-) -- 2.15.1