From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6604C2951
 for <dev@dpdk.org>; Thu, 18 Jan 2018 23:34:54 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 0274420B4F;
 Thu, 18 Jan 2018 17:34:54 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Thu, 18 Jan 2018 17:34:54 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=6ejqk3KZK3hWmiUVofKvlpbv0g
 NomrdvFcQTJCJQpFM=; b=ECBpdtaFcvK+TxhjrO6eR7Y8DajOAvp+ZVzCgiQKWb
 Io2NyQv6FwM0hp18k4ZT6fBYjwDRZF0O25SERK5n1JoyfSaxdsbLiK6FhdwINtae
 NwIvYXr+yvwYDxFmUkur2oi6Vh/A3RJ2YbR478gF3xv/HuRUryH1NF3FxFw7Z7O0
 c=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=6ejqk3
 KZK3hWmiUVofKvlpbv0gNomrdvFcQTJCJQpFM=; b=YRcrHaGAHMdxluLO0haf40
 UXzc83IoKanFhtaqjqhHEhsORJQjHgkHIJM6wj7gMC40Xtp3/INX6m5I8RvzO5lL
 dTr2lhnGzeBfI1KRe3wl1SLHAQmZs8+XMKG8jWQBB3w9we7uCJvx/7Sg5AbFkPZK
 29PjHObjHXnym3n0oXAURchpSw6SuzaaOmnLI68K5YK/4NIMv5JZW6vPP9R9A0sw
 rXTXftGEx0Nv67Wl8b39VhfuG89ugpjWwVSrJb4K1Vf9fTOcFeUZ3fS1/fHxtc9s
 c7C0fSVQnMzYodhD40BCwFL43A+SPvL7xgRtEBc9kQO9Jy2KpkuYVpyR9/MGinxw
 ==
X-ME-Sender: <xms:DSFhWmu-yhSPq2tfd52bL0qdlrPFzY6sCMCezqqSer8cSsWP24DNEQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id A2EFA24235;
 Thu, 18 Jan 2018 17:34:53 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Matan Azrad <matan@mellanox.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,
 Adrien Mazarguil <adrien.mazarguil@6wind.com>,
 Gaetan Rivet <gaetan.rivet@6wind.com>
Date: Thu, 18 Jan 2018 23:34:19 +0100
Message-ID: <1897131.q4QDVsTi63@xps>
In-Reply-To: <1516283506-21198-4-git-send-email-matan@mellanox.com>
References: <1516269709-15252-1-git-send-email-matan@mellanox.com>
 <1516283506-21198-1-git-send-email-matan@mellanox.com>
 <1516283506-21198-4-git-send-email-matan@mellanox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v6 3/8] net/failsafe: add probed etherdev
	capture
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Jan 2018 22:34:54 -0000

18/01/2018 14:51, Matan Azrad:
> Previous fail-safe code didn't support probed sub-devices capture and
> failed when it tried to probe them.
> 
> Skip fail-safe sub-device probing when it already was probed.
> 
> Signed-off-by: Matan Azrad <matan@mellanox.com>
> Cc: Gaetan Rivet <gaetan.rivet@6wind.com>

Was acked by Gaetan in v5.