Re: [dpdk-dev] [PATCH] eal/hotplug: suppress one error log on primary process

2021-07-10 Thread Thomas Monjalon
19/05/2021 08:45, Changpeng Liu: > This is a normal case that the primary process already > owned one PCI device while the secondary process try to > attach it, so suppress the error log here to exclude > this case. > > Signed-off-by: Changpeng Liu Applied, thanks.

[dpdk-dev] [PATCH] eal/hotplug: suppress one error log on primary process

2021-05-18 Thread Changpeng Liu
This is a normal case that the primary process already owned one PCI device while the secondary process try to attach it, so suppress the error log here to exclude this case. Signed-off-by: Changpeng Liu --- lib/eal/common/hotplug_mp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)