From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 1/1] ring: changes to support PCI Port Hotplug Date: Mon, 27 Jul 2015 04:52:20 +0200 Message-ID: <14987791.IPIk5km9ED@xps13> References: <1436274563-15555-2-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 13938C4EA for ; Mon, 27 Jul 2015 04:53:37 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so92671829wic.1 for ; Sun, 26 Jul 2015 19:53:37 -0700 (PDT) In-Reply-To: <1436274563-15555-2-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" 2015-07-07 14:09, Bernard Iremonger: > This patch depends on the Port Hotplug Framework. > It implements the rte_dev_uninit_t() function for the ring pmd. > > Signed-off-by: Bernard Iremonger > Acked-by: Bruce Richardson Applied. The EAL must reworked without fake PCI before any other change to the ring PMD, thanks.