From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP; 17 Jan 2017 02:50:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,244,1477983600"; d="scan'208";a="54185114" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga005.fm.intel.com with ESMTP; 17 Jan 2017 02:50:58 -0800 To: Shreyansh Jain , david.marchand@6wind.com References: <1484581107-2025-1-git-send-email-shreyansh.jain@nxp.com> <1484647774-28984-1-git-send-email-shreyansh.jain@nxp.com> Cc: dev@dpdk.org, thomas.monjalon@6wind.com From: Ferruh Yigit Message-ID: Date: Tue, 17 Jan 2017 10:50:57 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484647774-28984-1-git-send-email-shreyansh.jain@nxp.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 0/9] Introducing EAL Bus-Device-Driver Model X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 10:51:00 -0000 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