DPDK usage discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: Kumaraparameshwaran Rathnavel <krath@cloudsimple.com>
Cc: "users@dpdk.org" <users@dpdk.org>
Subject: Re: [dpdk-users] Ring Library
Date: Mon, 19 Dec 2016 18:29:19 +0000	[thread overview]
Message-ID: <B9AA6EF8-B5C2-42DC-86CF-B056569916F4@intel.com> (raw)
In-Reply-To: <0DBA64A3-875A-49BD-A135-DE58EF88DD2D@cloudsimple.com>


> On Dec 19, 2016, at 11:35 AM, Kumaraparameshwaran Rathnavel <krath@cloudsimple.com> wrote:
> 
> Hi All,
> 
> I am in need of using a Ring Library.  I was going through the APIs is there any particular API available to dequeue one particular element from the Ring. 

In the lib/librte_ring/rte_ring.h contains all of the APIs for enqueue and dequeue of objects.

The one you are looking for is rte_ring_enqueue and rte_ring_dequeue. In the header files for each library is the Doxygen formatted information about the functions also you can build the HTML Doxygen information and use your browser to search and read about all of the information related to DPDK.

> 
> Thanking You,
> Param.

Regards,
Keith

  reply	other threads:[~2016-12-19 18:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-19 17:35 Kumaraparameshwaran Rathnavel
2016-12-19 18:29 ` Wiles, Keith [this message]
2016-12-20  4:32 ` Singh, Satish 1. (Nokia - IN/Bangalore)
2016-12-20  6:05 ` Anupam Kapoor

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=B9AA6EF8-B5C2-42DC-86CF-B056569916F4@intel.com \
    --to=keith.wiles@intel.com \
    --cc=krath@cloudsimple.com \
    --cc=users@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).