[dpdk-dev] [PATCH 6/9] eal: initialize vdevs right next to pci devices

2016-02-10 Thread David Marchand
On Wed, Feb 10, 2016 at 12:05 PM, Jan Viktorin wrote: > On Fri, 29 Jan 2016 15:08:33 +0100 > David Marchand wrote: >> --- a/lib/librte_eal/common/include/rte_dev.h >> +++ b/lib/librte_eal/common/include/rte_dev.h >> @@ -156,7 +156,7 @@ void rte_eal_driver_register(struct rte_driver *driver); >>

[dpdk-dev] [PATCH 6/9] eal: initialize vdevs right next to pci devices

2016-02-10 Thread Jan Viktorin
On Fri, 29 Jan 2016 15:08:33 +0100 David Marchand wrote: > This way, the resources probing happens in a common place. > > Signed-off-by: David Marchand > --- > lib/librte_eal/bsdapp/eal/eal.c | 7 +++ > lib/librte_eal/common/include/rte_dev.h | 2 +- >

[dpdk-dev] [PATCH 6/9] eal: initialize vdevs right next to pci devices

2016-01-29 Thread David Marchand
This way, the resources probing happens in a common place. Signed-off-by: David Marchand --- lib/librte_eal/bsdapp/eal/eal.c | 7 +++ lib/librte_eal/common/include/rte_dev.h | 2 +- lib/librte_eal/linuxapp/eal/eal.c | 7 +++ 3 files changed, 15 insertions(+), 1 deletion(-)