DPDK patches and discussions
 help / color / mirror / Atom feed
From: Chao Pei <peichao85@gmail.com>
To: ankit kumar <akprajapati616@gmail.com>
Cc: dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] How to Destroy any rte_ring or recreate the ring with same name.
Date: Sun, 12 Jan 2014 07:32:30 +0800	[thread overview]
Message-ID: <CAJkE24+1zdmUGKCMzb4WROfhnktdTC9HdaSrTT1ESF7U-od9Ng@mail.gmail.com> (raw)
In-Reply-To: <CAG9qd2rsg31acNn07LEaS3OabNB=5ORvR6MJCPZbKVUMQ3oBVA@mail.gmail.com>

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 <akprajapati616@gmail.com>

> 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. !!!
>

      parent reply	other threads:[~2014-01-11 23:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-10 12:33 ankit kumar
2014-01-10 17:00 ` Jose Gavine Cueto
2014-01-11 23:32 ` Chao Pei [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJkE24+1zdmUGKCMzb4WROfhnktdTC9HdaSrTT1ESF7U-od9Ng@mail.gmail.com \
    --to=peichao85@gmail.com \
    --cc=akprajapati616@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).