From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Pei Subject: Re: How to Destroy any rte_ring or recreate the ring with same name. Date: Sun, 12 Jan 2014 07:32:30 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: dev To: ankit kumar Return-path: In-Reply-To: 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" 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 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. !!! >