mlx4: fix build
There was a missing change due by hotplug integration. Fixes: 9f1653e7b7e1 ("ethdev: add device type") Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
ae438314b1
commit
00c685634b
@ -4632,7 +4632,7 @@ mlx4_pci_devinit(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev)
|
||||
|
||||
snprintf(name, sizeof(name), "%s port %u",
|
||||
ibv_get_device_name(ibv_dev), port);
|
||||
eth_dev = rte_eth_dev_allocate(name);
|
||||
eth_dev = rte_eth_dev_allocate(name, RTE_ETH_DEV_PCI);
|
||||
}
|
||||
if (eth_dev == NULL) {
|
||||
ERROR("can not allocate rte ethdev");
|
||||
|
Loading…
x
Reference in New Issue
Block a user