RE: [dpdk-dev] [PATCH 1/1] eal: fix error log in rte_dev_probe

2023-05-24 Thread wangyunjian
t; lianglipei > Subject: Re: [dpdk-dev] [PATCH 1/1] eal: fix error log in rte_dev_probe > > Hi Yunjian, Thomas, > > On Mon, Dec 5, 2022 at 9:02 AM Yunjian Wang > wrote: > > > > In the device probing, there is no need to log the error message in > > the case,

Re: [dpdk-dev] [PATCH 1/1] eal: fix error log in rte_dev_probe

2023-01-05 Thread David Marchand
Hi Yunjian, Thomas, On Mon, Dec 5, 2022 at 9:02 AM Yunjian Wang wrote: > > In the device probing, there is no need to log the error message in the > case, that device has been already probed and return with -EEXIST. > > Fixes: 244d5130719c ("eal: enable hotplug on multi-process") > Cc: sta...@dpd