From mboxrd@z Thu Jan 1 00:00:00 1970 From: ankit kumar Subject: How to Destroy any rte_ring or recreate the ring with same name. Date: Fri, 10 Jan 2014 18:03:40 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: dev Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 name. Thank You. !!!