[dpdk-dev] [PATCH] bus/vdev: fix wrong error log on secondary device scan

2018-09-03 Thread Qi Zhang
When a secondary process handles VDEV_SCAN_ONE mp action, it is possible the device is already be inserted. This happens when we have multiple secondary processes which cause multiple broadcasts from primary during bus->scan. So we don't need to log any error for -EEXIST. Bugzilla ID: 84 Fixes: cd

Re: [dpdk-dev] [PATCH] bus/vdev: fix wrong error log on secondary device scan

2018-08-27 Thread Burakov, Anatoly
On 27-Aug-18 1:27 PM, Qi Zhang wrote: When a secondary process handles VDEV_SCAN_ONE mp action, it is possible the device is already be inserted. This happens when we have multiple secondary processes which cause multiple broadcasts from primary during bus->scan. So we don't need to log any error

[dpdk-dev] [PATCH] bus/vdev: fix wrong error log on secondary device scan

2018-08-27 Thread Qi Zhang
When a secondary process handles VDEV_SCAN_ONE mp action, it is possible the device is already be inserted. This happens when we have multiple secondary processes which cause multiple broadcasts from primary during bus->scan. So we don't need to log any error for -EEXIST. Bugzilla ID: 84 Fixes: cd