On 05/10/2018 01: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]>
Reviewed-by: Andrew Rybchenko <[email protected]>

