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: [email protected]
>
> Signed-off-by: Thomas Monjalon <[email protected]>Reviewed-by: Ferruh Yigit <[email protected]>

