]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ena/ena_ethdev.c
pci: inherit common driver in PCI driver
[dpdk.git] / drivers / net / ena / ena_ethdev.c
index 85c5086d90331c6852c74404a6b51ddcd6458e88..6efd801998f274de06f0ac4ae1cc41d27de0d5f2 100644 (file)
@@ -1686,7 +1686,6 @@ static uint16_t eth_ena_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
 
 static struct eth_driver rte_ena_pmd = {
        .pci_drv = {
-               .name = "rte_ena_pmd",
                .id_table = pci_id_ena_map,
                .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
                .probe = rte_eth_dev_pci_probe,