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 800501B1BE;
 Tue,  6 Feb 2018 00:27:12 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 0ADBA20F4A;
 Mon,  5 Feb 2018 18:27:12 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Mon, 05 Feb 2018 18:27:12 -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=ULzZIUlhtiHwClQB+GsLqwEGGI
 3gOqWgVLHMnrAIjCI=; b=XKCh1KzZR1xcSfmzcWpkyMoeW/LmdK4SL0aVUlC/KG
 BAq1RqgooNm3NAJZRrfDPO6xh8bBM0+nQORyfhJnhIaReXwacW9D7o3Z7G210x7X
 YxWJfEEF+JwKGRdVVY3WrZnG22zoirJ1P0jcSVd9l1OLvGW6i3EPKHbDChEF0avL
 g=
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=ULzZIU
 lhtiHwClQB+GsLqwEGGI3gOqWgVLHMnrAIjCI=; b=r9QjPYlSezl+4/F8cCYQZV
 ySJKHqq8Pzwbqpf0TXmYvsOZILhh2sXEEpHv8aJpzJIe8rx+xaxOBT9OBhCjpMnY
 EnsnSb6WSR2zOxec5eX/hxjDhjyWMD7l5bqA4t+Iay3I251W+J2PLYiT7W94k6G8
 n6tVyDW4uC/IGob0sd5RubbyluwgUjVmw3JJ8futNsBeHmZrmdAXu4vOkFUKo0dp
 LDAZGtIxn5AjlZQRUDlCKRGjQm/imYeihTeLwY+vOEaRWLglFnqs4vQ/TRYjGQuO
 Wo4KvlBUrxkYgh5r9pT8GrNbaNoz7H6wz+p1bRci7JekaTcTz+6jsPedANF9q9PA
 ==
X-ME-Sender: <xms:T-h4WjWCq9018GWuO3FymphBqtE8fgBM2owbV5cDU6aOryGQeWOIKQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id AA2EC7E5CB;
 Mon,  5 Feb 2018 18:27:11 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Moti Haimovsky <motih@mellanox.com>
Cc: dev@dpdk.org, jianfeng.tan@intel.com, stable@dpdk.org
Date: Tue, 06 Feb 2018 00:27:08 +0100
Message-ID: <1826348.cIgMnMjevL@xps>
In-Reply-To: <1517850903-44493-1-git-send-email-motih@mellanox.com>
References: <1517850903-44493-1-git-send-email-motih@mellanox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] bus/vdev: fix vdev stops
	probing when device fails
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Feb 2018 23:27:12 -0000

05/02/2018 18:15, Moti Haimovsky:
> This commit modifies vdev_probe to continue probing all the devices
> regardless of device probing failures.
> 
> Fixes: 810e5fa3688b ("vdev: move virtual device probing into a bus")

It is not the origin commit.
Anyway it is not really a fix but a better behaviour.

> Cc: stable@dpdk.org

Exceptionnaly, Fixes tag is removed but Cc stable is kept.

> Signed-off-by: Moti Haimovsky <motih@mellanox.com>

Applied, thanks