From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 03 Jun 2015 08:21:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,547,1427785200"; d="scan'208";a="581407626" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.20]) by orsmga003.jf.intel.com with SMTP; 03 Jun 2015 08:21:54 -0700 Received: by (sSMTP sendmail emulation); Wed, 03 Jun 2015 16:21:52 +0025 Date: Wed, 3 Jun 2015 16:21:52 +0100 From: Bruce Richardson To: Bernard Iremonger 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 Content-Disposition: inline In-Reply-To: <1432907196-23110-1-git-send-email-bernard.iremonger@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [RFC PATCH V3] drivers/net/ring: changes to support PCI Port Hotplug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 15:22:27 -0000 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