From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by dpdk.org (Postfix) with ESMTP id 99E7528F3 for ; Tue, 22 May 2018 11:00:56 +0200 (CEST) Received: by mail-wr0-f193.google.com with SMTP id v60-v6so18701886wrc.7 for ; Tue, 22 May 2018 02:00:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=Ti25N7r9cpHOdp9bu7cecRLNRFmRULpknRcJ0EndgK4=; b=vTuvzYslpr6hcB+ajUHmUPhBsaNH8zEBziIKwXHv3SfDJnXHSTzVVtFIXfAjW8LEEE dQv54JP5y7UuLbW7umhiFlXLzVnIzxouTHvwKYl+U36IAbK/UMDJL4vFN0Gt+aeRBlv9 mdlXtmqQ0spQyIVGbPP/LuKndhODruk2DfZKrj79t/UttcPW5L7nONXr6t+7R42EyLJ+ 28FQ6c7TOW2iu4d9HT5X19GMby4hRsgjgmZ/iyY4ONqG0GuRznR3gSUyi5KY6aTQlQgj 24M74qhpr2lawtaMgrGfmM9egm72/omSEi9B387BWBK7Dcvj4va4l+iNTXMP8xBZAxb1 WVDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=Ti25N7r9cpHOdp9bu7cecRLNRFmRULpknRcJ0EndgK4=; b=BxSI3cfQu+LtveZWD8fku1fAtg+e5toypgSFOCb84zUeKxQCOqF5rgaSRcjW9sTP4o JIGhjTgRCXNq4Tz3WeKGYXsHjaM1ve1131bRu4VTkvScROLjwzxKvPbg74Cy2RFnzfmY ponNTBEpyYCUcXAMr7dotPNW+QtfQpbjSRCCYSOh7rmTC9QVRBMdDT3g59KonGwk1g1g 4acm1K6NMfEG5+/27jHfPZZS3BZZ30HR+cYIdOxBSXcDHNG+vljniecrhqbaorCME/5s dBjYFDUIAmrYZW35GFu5gBrdizDaCG14w5tFjrhaX/GXoSaZvPy4kQRrPHfdKj3q3T3q tNhA== X-Gm-Message-State: ALKqPwew600NYvLgJV2hwhKXtdAZZqj59uYPONUKN5ZUK/L3581CwDE6 1ZBTPrxA4SSHE22UdhvpsS6ACfu3 X-Google-Smtp-Source: AB8JxZpqY3cTrkASRhhf10MtuOK81OKAUHflYAycQZH3LnjsQgVBgMNF7uJkwpOKCamsyiWMu09dRw== X-Received: by 2002:adf:a342:: with SMTP id d2-v6mr1221969wrb.189.1526979656347; Tue, 22 May 2018 02:00:56 -0700 (PDT) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id h188-v6sm15992663wmf.8.2018.05.22.02.00.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 22 May 2018 02:00:55 -0700 (PDT) Date: Tue, 22 May 2018 11:00:40 +0200 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Stephen Hemminger Cc: dev@dpdk.org Message-ID: <20180522090040.evaius7kwinxzcnp@bidouze.vm.6wind.com> References: <20180521164150.24252-1-stephen@networkplumber.org> <20180521164150.24252-3-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180521164150.24252-3-stephen@networkplumber.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH 2/2] pci: remove unused function prototype X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 09:00:56 -0000 On Mon, May 21, 2018 at 09:41:50AM -0700, Stephen Hemminger wrote: > Prototype for pci_unbind_kernel_driver exists but no code. > > Signed-off-by: Stephen Hemminger Acked-by: Gaetan Rivet > --- > drivers/bus/pci/private.h | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/drivers/bus/pci/private.h b/drivers/bus/pci/private.h > index 02e2fb44367f..680879ed35a2 100644 > --- a/drivers/bus/pci/private.h > +++ b/drivers/bus/pci/private.h > @@ -106,16 +106,6 @@ void rte_pci_insert_device(struct rte_pci_device *exist_pci_dev, > */ > int pci_update_device(const struct rte_pci_addr *addr); > > -/** > - * Unbind kernel driver for this device > - * > - * This function is private to EAL. > - * > - * @return > - * 0 on success, negative on error > - */ > -int pci_unbind_kernel_driver(struct rte_pci_device *dev); > - > /** > * Map the PCI resource of a PCI device in virtual memory > * > -- > 2.17.0 > -- Gaëtan Rivet 6WIND