[dpdk-dev] rings PMD detaching

2016-02-02 Thread David Marchand
Hello Mauricio, On Tue, Feb 2, 2016 at 2:37 AM, Mauricio V?squez wrote: > I was wondering if there were a way to detach (delete) a ring pmd device > created with rte_eth_from_rings. I realized that rte_eth_dev_detach does > not work in this case because there is a comparison between the device's

[dpdk-dev] rings PMD detaching

2016-02-01 Thread Mauricio Vásquez
Hello Everybody, I was wondering if there were a way to detach (delete) a ring pmd device created with rte_eth_from_rings. I realized that rte_eth_dev_detach does not work in this case because there is a comparison between the device's name and the driver's name in rte_eal_vdev_uninit, then devic