From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci: Don't call probe callback if driver already loaded. Date: Sun, 06 Nov 2016 22:59:24 +0100 Message-ID: <20538590.K61FAlGikS@xps13> References: <1477432240-20406-1-git-send-email-benjamin.walker@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ben Walker Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 41AE9106A for ; Sun, 6 Nov 2016 22:59:26 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id p190so149220436wmp.1 for ; Sun, 06 Nov 2016 13:59:26 -0800 (PST) In-Reply-To: <1477432240-20406-1-git-send-email-benjamin.walker@intel.com> 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" 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