[dpdk-dev] How to Destroy any rte_ring or recreate the ring with same name.

2014-01-12 Thread Chao Pei
Currently there is no way to destroy a ring. It's memory is alloced with rte_memzone_reserve, which cannot be freed. 2014/1/10 ankit kumar > Hi all, > >As i am trying to use DPDK ring library in my application. It works > fine. > But as per API Documentation there is no function to destroy

[dpdk-dev] How to Destroy any rte_ring or recreate the ring with same name.

2014-01-11 Thread Jose Gavine Cueto
Hi ankit, On Fri, Jan 10, 2014 at 8:33 PM, ankit kumar wrote: > Hi all, > >As i am trying to use DPDK ring library in my application. It works > fine. > But as per API Documentation there is no function to destroy any > created ring. I have to create a > ring multiple time with same name. >

[dpdk-dev] How to Destroy any rte_ring or recreate the ring with same name.

2014-01-10 Thread ankit kumar
Hi all, As i am trying to use DPDK ring library in my application. It works fine. But as per API Documentation there is no function to destroy any created ring. I have to create a ring multiple time with same name. SO is there any way to destroy any created ring then recreate it with same na