mbox

[0/3] fix error path of multi-process probe

Message ID 20190302024253.15594-1-thomas@monjalon.net (mailing list archive)
Headers

Message

Thomas Monjalon March 2, 2019, 2:42 a.m. UTC
  While working on multi-process support of failsafe with Raslan,
some issues have been discovered on probing failures.

Thomas Monjalon (3):
  eal: remove useless checks for already probed device
  eal: remove error logs for already probed device
  eal: fix multi-process probe failure handling

 lib/librte_eal/common/eal_common_dev.c | 31 ++++++++++----------------
 lib/librte_eal/common/eal_private.h    |  2 +-
 lib/librte_eal/common/hotplug_mp.c     | 14 +++++++-----
 3 files changed, 21 insertions(+), 26 deletions(-)