[dpdk-dev] Preemption in rings

2014-01-20 Thread Olivier MATZ
Hi Carlos, On 01/18/2014 02:10 PM, Carlos Franco wrote: > - a pthread doing multi-producers enqueues on a given ring must > not be preempted by another pthread doing a multi-producer > enqueue on the same ring. > > - a pthread doing multi-consumers dequeues on a given ring must > not b

[dpdk-dev] Preemption in rings

2014-01-18 Thread Carlos Franco
Hello I have read the documentation and the answer of Olivier about a question to clarify the preemption restriction in the rings. He wrote: - a pthread doing multi-producers enqueues on a given ring must not be preempted by another pthread doing a multi-producer enqueue on the same ring. -