From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/vdev: fix vdev stops probing when device fails Date: Tue, 06 Feb 2018 00:27:08 +0100 Message-ID: <1826348.cIgMnMjevL@xps> References: <1517850903-44493-1-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jianfeng.tan@intel.com, stable@dpdk.org To: Moti Haimovsky Return-path: In-Reply-To: <1517850903-44493-1-git-send-email-motih@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Applied, thanks