numam-dpdk/drivers/net/ring
Mauricio Vasquez B a74a99bbb8 ring: free rings when detaching device
When a device is created with "CREATE" as action, new rings are
allocated for it, then it is a good practice to free them when the
rte_ethdev_dettach method is invoked by the application.

Rings are not freeded when "ATTACH" is used or when the device is
created by means of the rte_eth_from_rings function.

Signed-off-by: Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2016-03-16 19:05:47 +01:00
..
Makefile ring: remove deprecated functions 2015-09-03 19:22:48 +02:00
rte_eth_ring_version.map ring: create device from a ring 2015-11-03 02:01:56 +01:00
rte_eth_ring.c ring: free rings when detaching device 2016-03-16 19:05:47 +01:00
rte_eth_ring.h ring: create device from a ring 2015-11-03 02:01:56 +01:00