Re: [dpdk-dev] [PATCH v3 02/10] eal: probe new virtual bus after other bus devices

2017-02-27 Thread Jan Blunck
On Mon, Feb 27, 2017 at 9:59 AM, Shreyansh Jain wrote: > On Saturday 25 February 2017 03:58 PM, Jan Blunck wrote: >> >> Also see commit f4ce209a ("eal: postpone vdev initialization"). >> >> Signed-off-by: Jan Blunck >> --- >> lib/librte_eal/common/eal_common_bus.c | 16 +++- >> 1 fil

Re: [dpdk-dev] [PATCH v3 02/10] eal: probe new virtual bus after other bus devices

2017-02-27 Thread Shreyansh Jain
On Saturday 25 February 2017 03:58 PM, Jan Blunck wrote: Also see commit f4ce209a ("eal: postpone vdev initialization"). Signed-off-by: Jan Blunck --- lib/librte_eal/common/eal_common_bus.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/comm

[dpdk-dev] [PATCH v3 02/10] eal: probe new virtual bus after other bus devices

2017-02-25 Thread Jan Blunck
Also see commit f4ce209a ("eal: postpone vdev initialization"). Signed-off-by: Jan Blunck --- lib/librte_eal/common/eal_common_bus.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal_common_bus.c b/lib/librte_eal/common/eal_common_bus