Re: [dpdk-dev] [PATCH v2 1/2] bus/fslmc: don't log error for other devices

2019-03-14 Thread Ilya Maximets
On 12.03.2019 20:11, Stephen Hemminger wrote: > When fslmc is built as part of a general distribution, the > bus code will log errors when other devices are present. > > This could confuse users it is not an error. > > Fixes: 50245be05d1a ("bus/fslmc: support device blacklisting") > Signed-off-by

Re: [dpdk-dev] [PATCH v2 1/2] bus/fslmc: don't log error for other devices

2019-03-13 Thread Hemant Agrawal
Thanks  Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH v2 1/2] bus/fslmc: don't log error for other devices

2019-03-12 Thread Stephen Hemminger
When fslmc is built as part of a general distribution, the bus code will log errors when other devices are present. This could confuse users it is not an error. Fixes: 50245be05d1a ("bus/fslmc: support device blacklisting") Signed-off-by: Stephen Hemminger --- drivers/bus/fslmc/fslmc_bus.c | 2