From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/3] fix error path of multi-process probe Date: Sat, 2 Mar 2019 03:42:50 +0100 Message-ID: <20190302024253.15594-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit To: dev@dpdk.org Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id AB0202B87 for ; Sat, 2 Mar 2019 03:43:16 +0100 (CET) Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 527D3E40C1 for ; Fri, 1 Mar 2019 21:43:15 -0500 (EST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.20.1