[dpdk-dev] [PATCH v3 06/15] eal/soc: implement probing of drivers

2016-09-20 Thread Jan Viktorin
On Tue, 20 Sep 2016 06:46:31 + Shreyansh Jain wrote: > Hi Jan, > > > -Original Message- > > From: Jan Viktorin [mailto:viktorin at rehivetech.com] > > Sent: Monday, September 19, 2016 5:04 PM > > To: Shreyansh Jain > > Cc: dev at dpdk.org; Hemant Agrawal > > Subject: Re: [PATCH v3

[dpdk-dev] [PATCH v3 06/15] eal/soc: implement probing of drivers

2016-09-20 Thread Shreyansh Jain
Hi Jan, > -Original Message- > From: Jan Viktorin [mailto:viktorin at rehivetech.com] > Sent: Monday, September 19, 2016 5:04 PM > To: Shreyansh Jain > Cc: dev at dpdk.org; Hemant Agrawal > Subject: Re: [PATCH v3 06/15] eal/soc: implement probing of drivers > > On Mon, 19 Sep 2016 12:17

[dpdk-dev] [PATCH v3 06/15] eal/soc: implement probing of drivers

2016-09-19 Thread Jan Viktorin
On Mon, 19 Sep 2016 12:17:53 +0530 Shreyansh Jain wrote: > Hi Jan, > > On Friday 16 September 2016 05:57 PM, Jan Viktorin wrote: > > On Fri, 9 Sep 2016 14:13:50 +0530 > > Shreyansh Jain wrote: > > > >> Each SoC PMD registers a set of callback for scanning its own bus/infra and > >> matching d

[dpdk-dev] [PATCH v3 06/15] eal/soc: implement probing of drivers

2016-09-19 Thread Shreyansh Jain
Hi Jan, On Friday 16 September 2016 05:57 PM, Jan Viktorin wrote: > On Fri, 9 Sep 2016 14:13:50 +0530 > Shreyansh Jain wrote: > >> Each SoC PMD registers a set of callback for scanning its own bus/infra and >> matching devices to drivers when probe is called. >> This patch introduces the infra fo

[dpdk-dev] [PATCH v3 06/15] eal/soc: implement probing of drivers

2016-09-16 Thread Jan Viktorin
On Fri, 9 Sep 2016 14:13:50 +0530 Shreyansh Jain wrote: > Each SoC PMD registers a set of callback for scanning its own bus/infra and > matching devices to drivers when probe is called. > This patch introduces the infra for calls to SoC scan on rte_eal_soc_init() > and match on rte_eal_soc_probe(

[dpdk-dev] [PATCH v3 06/15] eal/soc: implement probing of drivers

2016-09-09 Thread Shreyansh Jain
Each SoC PMD registers a set of callback for scanning its own bus/infra and matching devices to drivers when probe is called. This patch introduces the infra for calls to SoC scan on rte_eal_soc_init() and match on rte_eal_soc_probe(). Patch also adds test case for scan and probe. Signed-off-by: