]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vhost/rte_eth_vhost.c
drivers: update registration macro usage
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
index 3b5094653fd35067ea742981c6e8670fa2e026e6..a02dd552d839938a2923ad69097d2c38ec4c5a5f 100644 (file)
@@ -921,4 +921,5 @@ static struct rte_driver pmd_vhost_drv = {
        .uninit = rte_pmd_vhost_devuninit,
 };
 
-PMD_REGISTER_DRIVER(pmd_vhost_drv);
+PMD_REGISTER_DRIVER(pmd_vhost_drv, eth_vhost);
+DRIVER_REGISTER_PARAM_STRING(eth_vhost, "iface=<ifc> queues=<int>");