From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci: do not log false failures for non-whitelisted devices Date: Thu, 06 Apr 2017 23:15:46 +0200 Message-ID: <3729849.9Bej4EVgTv@xps13> References: <1491317960-13577-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Anatoly Burakov , Aaron Conole To: Andrew Rybchenko Return-path: Received: from mail-wr0-f169.google.com (mail-wr0-f169.google.com [209.85.128.169]) by dpdk.org (Postfix) with ESMTP id 88D1C2C35 for ; Thu, 6 Apr 2017 23:15:48 +0200 (CEST) Received: by mail-wr0-f169.google.com with SMTP id o21so52910007wrb.2 for ; Thu, 06 Apr 2017 14:15:48 -0700 (PDT) In-Reply-To: <1491317960-13577-1-git-send-email-arybchenko@solarflare.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" 2017-04-04 15:59, Andrew Rybchenko: > If probe of the whitelisted PCI device fails, reset ret to zero > to silently skip non-whitelisted PCI devices. > > Fixes: 10f6c93cea38 ("eal: do not panic on PCI failures") > > Signed-off-by: Andrew Rybchenko Applied, thanks