From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-x234.google.com (mail-ve0-x234.google.com [IPv6:2607:f8b0:400c:c01::234]) by dpdk.org (Postfix) with ESMTP id 2C650DE0 for ; Fri, 10 Jan 2014 13:32:30 +0100 (CET) Received: by mail-ve0-f180.google.com with SMTP id jz11so3466491veb.11 for ; Fri, 10 Jan 2014 04:33:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=8m/jP+D9dfPeBHSy0g0rMd0T+CEs4VuO1yazIXB6kxA=; b=Jm4wcd95jv5XNnqQ555CdGQIuwWWZNb0TZWqlULO1uwujaIGu1zFQ+KmSd/ggtMM3V xokHydUnyD3O3HQ8R8m4QaV49t07RHBT6sPBPoafeBW5CJqP4KFso7r1dn8IMqUI4hw/ iYcLrzIGqR0T5JDCSapfDM50M3yDBfWZBWOgLP4vKDHwSJ9xazIC2Lo27/1bLmkTow77 T1GO/i5sYdKhE6BqsWyMuNPmcVSa6nbKNErSDnXyNBMb7IrjV9BchbOT696/Z9OUuH60 f9MYPC+/L7mrP8FkjRLjJXVkC/TTHsZGmJs4aJ10rXo+xwfYBZEm+0vz64D5sbm8MArn i/nQ== MIME-Version: 1.0 X-Received: by 10.58.132.203 with SMTP id ow11mr7914769veb.1.1389357221029; Fri, 10 Jan 2014 04:33:41 -0800 (PST) Received: by 10.52.98.129 with HTTP; Fri, 10 Jan 2014 04:33:40 -0800 (PST) Date: Fri, 10 Jan 2014 18:03:40 +0530 Message-ID: From: ankit kumar To: dev Content-Type: text/plain; charset=ISO-8859-1 Subject: [dpdk-dev] How to Destroy any rte_ring or recreate the ring with same name. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 12:32:31 -0000 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. !!!