From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [RFC PATCH V3] drivers/net/ring: changes to support PCI Port Hotplug Date: Wed, 3 Jun 2015 16:21:52 +0100 Message-ID: <20150603152152.GA3956@bricha3-MOBL3> References: <1432907196-23110-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6D4169A9E for ; Wed, 3 Jun 2015 17:22:26 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1432907196-23110-1-git-send-email-bernard.iremonger@intel.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" On Fri, May 29, 2015 at 02:46:36PM +0100, Bernard Iremonger wrote: > This patch depends on the Port Hotplug Framework. > It implements the rte_dev_uninit_t() function for the ring pmd. > > Changes in V3: > Rebase to use drivers/net/ring directory > Handle no parameters case > > Changes in V2: > Fix crash in the rte_pmd_ring_devuninit() function. > > Signed-off-by: Bernard Acked-by: Bruce Richardson