From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 0/9] Introducing EAL Bus-Device-Driver Model Date: Tue, 17 Jan 2017 10:50:57 +0000 Message-ID: References: <1484581107-2025-1-git-send-email-shreyansh.jain@nxp.com> <1484647774-28984-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, thomas.monjalon@6wind.com To: Shreyansh Jain , david.marchand@6wind.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5CB59DE3 for ; Tue, 17 Jan 2017 11:51:00 +0100 (CET) In-Reply-To: <1484647774-28984-1-git-send-email-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/17/2017 10:09 AM, Shreyansh Jain wrote: <...> > Shreyansh Jain (9): > eal/bus: introduce bus abstraction > test: add basic bus infrastructure tests > pci: split match and probe function > eal/bus: support for scanning of bus > eal/bus: introduce support for bus probing > eal: integrate bus scan and probe with EAL > test: update bus and pci unit test cases > eal: enable PCI bus > eal: enable hotplugging of devices on bus > Apart from issue mentioned in patch v7 9/9, Reviewed-by: Ferruh Yigit