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

2018-07-16 Thread Burakov, Anatoly
On 16-Jul-18 8:00 AM, Olivier Matz wrote: Hi, On Mon, Jul 09, 2018 at 11:00:47PM -0500, 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-o

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

2018-07-16 Thread Olivier Matz
Hi, On Mon, Jul 09, 2018 at 11:00:47PM -0500, 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 > Revi

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

2018-07-09 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 --- v3: * Corrected known issues for rte