From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 57161FA76 for ; Mon, 19 Dec 2016 19:29:21 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 19 Dec 2016 10:29:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,374,1477983600"; d="scan'208";a="41580024" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 19 Dec 2016 10:29:20 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.68]) by fmsmsx104.amr.corp.intel.com ([10.18.124.202]) with mapi id 14.03.0248.002; Mon, 19 Dec 2016 10:29:20 -0800 From: "Wiles, Keith" To: Kumaraparameshwaran Rathnavel CC: "users@dpdk.org" Thread-Topic: [dpdk-users] Ring Library Thread-Index: AQHSWh5lASoPcjFIFUaV34K5V9bW3aEQHX6A Date: Mon, 19 Dec 2016 18:29:19 +0000 Message-ID: References: <0DBA64A3-875A-49BD-A135-DE58EF88DD2D@cloudsimple.com> In-Reply-To: <0DBA64A3-875A-49BD-A135-DE58EF88DD2D@cloudsimple.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.128.108] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] Ring Library X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 18:29:22 -0000 > On Dec 19, 2016, at 11:35 AM, Kumaraparameshwaran Rathnavel wrote: >=20 > Hi All, >=20 > I am in need of using a Ring Library. I was going through the APIs is th= ere any particular API available to dequeue one particular element from the= Ring.=20 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 th= e 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. >=20 > Thanking You, > Param. Regards, Keith