]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bonding/rte_eth_bond_pmd.c
net: align ethdev and eal driver names
[dpdk.git] / drivers / net / bonding / rte_eth_bond_pmd.c
index c1796f22a7c3784754334e194b1de6e7d1c1c2f5..02e34483fbef8fd57a09663832e8b1b024ad3a67 100644 (file)
@@ -2562,12 +2562,12 @@ bond_ethdev_configure(struct rte_eth_dev *dev)
        return 0;
 }
 
-static struct rte_vdev_driver bond_drv = {
+struct rte_vdev_driver pmd_bond_drv = {
        .probe = bond_probe,
        .remove = bond_remove,
 };
 
-RTE_PMD_REGISTER_VDEV(net_bonding, bond_drv);
+RTE_PMD_REGISTER_VDEV(net_bonding, pmd_bond_drv);
 RTE_PMD_REGISTER_ALIAS(net_bonding, eth_bond);
 
 RTE_PMD_REGISTER_PARAM_STRING(net_bonding,