]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/thunderx/nicvf_ethdev.c
pci: inherit common driver in PCI driver
[dpdk.git] / drivers / net / thunderx / nicvf_ethdev.c
index 9ccf59eb2ff42d9413a3e784f9d40f21c9a46e45..d98a53774763d4d1d8e05c6569833bea69e58751 100644 (file)
@@ -1759,7 +1759,6 @@ static const struct rte_pci_id pci_id_nicvf_map[] = {
 
 static struct eth_driver rte_nicvf_pmd = {
        .pci_drv = {
-               .name = "rte_nicvf_pmd",
                .id_table = pci_id_nicvf_map,
                .drv_flags = RTE_PCI_DRV_NEED_MAPPING | RTE_PCI_DRV_INTR_LSC,
                .probe = rte_eth_dev_pci_probe,