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

Thomas Monjalon thomas at monjalon.net
Sun Sep 16 11:35:49 CEST 2018


> > 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: cdb068f031c6 ("bus/vdev: scan by multi-process channel")
> > Cc: stable at dpdk.org
> > 
> > Reported-by: Eads Gage <gage.eads at intel.com>
> > Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
> Acked-by: Gage Eads <gage.eads at intel.com>

Applied, thanks




More information about the dev mailing list