Re: [dpdk-dev] [PATCH] bus/vdev: fix uninitialized device bus

2018-10-22 Thread Thomas Monjalon
22/10/2018 09:02, Thomas Monjalon: > 22/10/2018 07:47, Qi Zhang: > > Device bus should be initialized after bus scan. > > While it does not happened when scan vdev from secondary process, > > that cause segment fault at rte_dev_probe when call dev->bus->xxx. > > > > Fixes: cdb068f031c6 ("bus/vdev:

Re: [dpdk-dev] [PATCH] bus/vdev: fix uninitialized device bus

2018-10-22 Thread Thomas Monjalon
22/10/2018 07:47, Qi Zhang: > Device bus should be initialized after bus scan. > While it does not happened when scan vdev from secondary process, > that cause segment fault at rte_dev_probe when call dev->bus->xxx. > > Fixes: cdb068f031c6 ("bus/vdev: scan by multi-process channel") > Cc: sta...@d