From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH] pci: Don't call probe callback if driver already loaded. Date: Mon, 7 Nov 2016 10:02:16 +0100 Message-ID: References: <1477432240-20406-1-git-send-email-benjamin.walker@intel.com> <20538590.K61FAlGikS@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Ben Walker , "dev@dpdk.org" To: Thomas Monjalon Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 4B4985587 for ; Mon, 7 Nov 2016 10:02:37 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id p190so168365442wmp.1 for ; Mon, 07 Nov 2016 01:02:37 -0800 (PST) In-Reply-To: <20538590.K61FAlGikS@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Thomas, On Sun, Nov 6, 2016 at 10:59 PM, Thomas Monjalon wrote: > 2016-10-25 14:50, Ben Walker: >> If the user asks to probe multiple times, the probe >> callback should only be called on devices that don't have >> a driver already loaded. >> >> This is useful if a driver is registered after the >> execution of a program has started and the list of devices >> needs to be re-scanned. >> >> Signed-off-by: Ben Walker > > Applied, thanks Can you add a follow up patch I will send shortly ? Thanks. -- David Marchand