Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-07-09 Thread Honnappa Nagarahalli
-Original Message- From: Olivier Matz Sent: Monday, June 25, 2018 10:37 AM To: Honnappa Nagarahalli Cc: Burakov, Anatoly ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm Hi Honnappa, On Thu, May 31, 2018 at 04:53:01AM +

Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-06-25 Thread Olivier Matz
@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of > > ring algorithm > > > > On 29-May-18 5:36 PM, Honnappa Nagarahalli wrote: > > > I do not see the documentation regarding this in programmer's guide. > > > > H

Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-05-30 Thread Honnappa Nagarahalli
_ring: clarify preemptible nature of ring algorithm 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.dp

Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-05-30 Thread Burakov, Anatoly
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 thi

Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-05-29 Thread Honnappa Nagarahalli
I do not see the documentation regarding this in programmer's guide. -Original Message- From: Burakov, Anatoly Sent: Tuesday, May 29, 2018 4:10 AM To: Honnappa Nagarahalli ; olivier.m...@6wind.com Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible natu

Re: [dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-05-29 Thread Burakov, Anatoly
On 29-May-18 6:28 AM, Honnappa Nagarahalli wrote: rte_ring implementation is not preemptible only under certain circumstances. This clarification is helpful for data plane and control plane communication using rte_ring. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu Reviewed-by: Ola

[dpdk-dev] [PATCH v2] rte_ring: clarify preemptible nature of ring algorithm

2018-05-28 Thread Honnappa Nagarahalli
rte_ring implementation is not preemptible only under certain circumstances. This clarification is helpful for data plane and control plane communication using rte_ring. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu Reviewed-by: Ola Liljedahl --- v2: * Fixed checkpatch warnings li