Hi,
I am trying to integrate my DPDK app to use net_netvsc driver.
When the app starts, i have made the changes to unbind hv_netvsc interfaces from kernel and bind it to uio_hv_generic.
But i see that net_netvsc driver is not getting registered with VMBUS.
Should the DPDK app explicitly invoke RTE_PMD_REGISTER_VMBUS to do so ?
Regards,
Nandini