From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) by dpdk.org (Postfix) with ESMTP id C0ABB685D for ; Wed, 11 Sep 2013 09:46:01 +0200 (CEST) Received: by mail-ie0-f171.google.com with SMTP id 16so7178844iea.2 for ; Wed, 11 Sep 2013 00:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NNZpTFrEypbXGugAPK3Pw3NMTsXBFkjNBe9uIxogrFE=; b=oOxJiHSO8xre1w873sFa5rqLpjuqUjz+MUMgwaAr/53+izwJcHUWOAkDiSb3w2UMWI wsz4I9X6AY8Nb57pWMhWnjuLmkLmXOn9YX6TrckibwU0fPimi8rzpQmkOzp7hixIDKpX BpM6v7qhwdcG2FLqS0wKBMlhZp9dkz8iCkJQNY5HOXKtU6j4uE3COqKEZHkFjYj/2cCB CjM/OI2gOMWLzGzCvjc2wWOjhDBS/mm481k27BN3vYYxuVioNh8yhsnNpNlD611IYpH9 zfj4jbDG8vw4Xk68PyZK9Gwi8fI7I+nQPsGzmMp3f9yG3pdf/S5tBjIQyTQ8K2fyeX7K mnZw== MIME-Version: 1.0 X-Received: by 10.50.87.74 with SMTP id v10mr11800316igz.27.1378885597926; Wed, 11 Sep 2013 00:46:37 -0700 (PDT) Received: by 10.43.154.148 with HTTP; Wed, 11 Sep 2013 00:46:37 -0700 (PDT) In-Reply-To: <52301DA2.2060806@gmail.com> References: <52301DA2.2060806@gmail.com> Date: Wed, 11 Sep 2013 15:46:37 +0800 Message-ID: From: AndyChen To: Dmitry Vyal Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] How to free a ring? 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: Wed, 11 Sep 2013 07:46:02 -0000 Dpdk hasn't API to free ring/memzone/mempool, what's the scene you must free the ring? On Wed, Sep 11, 2013 at 3:37 PM, Dmitry Vyal wrote: > Hello all. > > Is there a way to deallocate an rte_ring? Maybe I'm missing something, but > I can't find an API function for that at > http://dpdk.org/doc/api/rte__**ring_8h.html > > Regards, > Dmitry >