From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] bus/vdev: fix wrong error log on secondary device scan Date: Sun, 16 Sep 2018 11:35:49 +0200 Message-ID: <13603387.Rn1UgLQFMC@xps> References: <20180827122732.5531-1-qi.z.zhang@intel.com> <20180903085022.45183-1-qi.z.zhang@intel.com> <9184057F7FC11744A2107296B6B8EB1E44718085@fmsmsx101.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Eads, Gage" , "Burakov, Anatoly" , "stable@dpdk.org" To: "Zhang, Qi Z" Return-path: In-Reply-To: <9184057F7FC11744A2107296B6B8EB1E44718085@fmsmsx101.amr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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@dpdk.org > > > > Reported-by: Eads Gage > > Signed-off-by: Qi Zhang > Acked-by: Gage Eads Applied, thanks