On 06/02/2015 11:58 AM, Maxim Uvarov wrote:
>
> Btw, is odp_queue_deq faster than odp_queue_deq_multi for 1 packet? If not 
> why do we need odp_queue_deq then?
>
> Maxim.

From what I can see on our platform
odp_schedule and odp_schedule_multi with num = 1 have the same performances.

It seems that odp_queue_deq_multi is slightly slower than odp_queue_deq for a 
single element (~3%). Not sure why. It may just be due to Instruction cache 
issues...

Nicolas
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to