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 D98792D13 for ; Wed, 30 May 2018 09:47:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2018 00:47:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,459,1520924400"; d="scan'208";a="59717839" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.12.58]) ([10.252.12.58]) by fmsmga001.fm.intel.com with ESMTP; 30 May 2018 00:47:42 -0700 To: Honnappa Nagarahalli , "olivier.matz@6wind.com" Cc: "dev@dpdk.org" References: <1527571694-121047-1-git-send-email-honnappa.nagarahalli@arm.com> <3b43c395-2ebd-228a-23be-cbe149e4c812@intel.com> From: "Burakov, Anatoly" Message-ID: <86d0c839-8a45-9c6b-38e1-a196aafbd59f@intel.com> Date: Wed, 30 May 2018 08:47:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 07:47:46 -0000 On 29-May-18 5:36 PM, Honnappa Nagarahalli wrote: > I do not see the documentation regarding this in programmer's guide. Hi Apologies, it's not in rte_ring section, it's in programmer's guide for EAL: http://www.dpdk.org/doc/guides/prog_guide/env_abstraction_layer.html#known-issues Perhaps this could be referenced in the rte_ring (or indeed copied/moved there)? -- Thanks, Anatoly