From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 04/11] drivers/net: use higher level of probing helper for PCI Date: Wed, 9 May 2018 18:54:36 +0100 Message-ID: <082579fd-ded0-394d-aced-52929d3f976e@intel.com> References: <20180509094337.26112-1-thomas@monjalon.net> <20180509094337.26112-5-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Thomas Monjalon , dev@dpdk.org Return-path: In-Reply-To: <20180509094337.26112-5-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/9/2018 10:43 AM, Thomas Monjalon wrote: > The drivers avp, bnx2x and liquidio were using the helper function > rte_eth_dev_pci_allocate() and can be replaced by > rte_eth_dev_pci_generic_probe() which calls the former. > > Fixes: dcd5c8112bc3 ("ethdev: add PCI driver helpers") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Reviewed-by: Ferruh Yigit