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

2018-08-05 Thread Thomas Monjalon
03/08/2018 17:09, Olivier Matz: > On Mon, Jul 16, 2018 at 11:52:44PM -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. > > > > Sign

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

2018-08-03 Thread Olivier Matz
On Mon, Jul 16, 2018 at 11:52:44PM -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 > Reviewed-

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

2018-07-16 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 --- v4: * Undo few changes (Anatoly, Oli