eal: suppress error log on multi-process hotplug
authorChangpeng Liu <changpeng.liu@intel.com>
Wed, 19 May 2021 06:45:48 +0000 (14:45 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 10 Jul 2021 08:07:07 +0000 (10:07 +0200)
commit7bc7bc3516ad7d4c082cb24daedd02117cc162ef
treea48cc976d425f164b998dc47eb57da47edbc7fe8
parenta9ea60702ecba1bf2ba5915c1ca25c6fc2f6d4f8
eal: suppress error log on multi-process hotplug

This is a normal case that the primary process already
owned one device while the secondary process try to
attach it, so suppress the error log here to exclude
this case.

Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
lib/eal/common/hotplug_mp.c