From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=BzNaBl0ve7GZlVVAiWVuWvqreSsQjipM3aWCC78wrJk=; b=YEqV8/aLuu5kS5Klw9h7eo2B1d+L2ikUO2YAxAnm0SfXv+IgHVzDtHcKS0ezPO2Rb2 4sFTWlvs8Yv+hhjG7jUcG5fWZF/UU+cWakZzaYUr4cA+JrDGTgjthZUCvlQaHvpRBrrv d7FfFpN7Z1K2BBDowpuBE2+4Q5AhyfYxSdd2hyyC4P2GiByW0/hjczzBuh0GyLut8645 XwScAZ81K7W0EeSpxsi+nG153bmZuCvLlo9BbzIdBiMp08hiwwOSSolsnMbJMHl4xZPn tuIZGPj/vbgKh9MQfm6g7aBGLyS8dSjJ23dijOTMlUEVT5cBXRrC2POKEjBS8pjZGAI3 IugQ== X-Gm-Message-State: ALoCoQkSYq+9Jq9hBzIuUj8upHFdBe345YJdXfRTnuwHbwzGgiIY6scl7nzOAWLcuvs7kQEI5TI+ X-Received: by 10.180.86.100 with SMTP id o4mr19933043wiz.46.1437965616947; Sun, 26 Jul 2015 19:53:36 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id lm5sm11066102wic.22.2015.07.26.19.53.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 19:53:36 -0700 (PDT) From: Thomas Monjalon To: Bernard Iremonger Date: Mon, 27 Jul 2015 04:52:20 +0200 Message-ID: <14987791.IPIk5km9ED@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436274563-15555-2-git-send-email-bernard.iremonger@intel.com> References: <1436274563-15555-2-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 1/1] 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: Mon, 27 Jul 2015 02:53:37 -0000 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.