Re: [lng-odp] [API-NEXT PATCH v2 1/2] api: pktio: add recv from multiple queues with tmo

2016-03-15 Thread Maxim Uvarov
Reviewed and merged both to api-next. Maxim. On 03/08/16 13:56, Petri Savolainen wrote: Added odp_pktin_recv_mq_tmo() which allows application to poll multiple input queues (interfaces) with single call. The call includes timeout parameter which allows thread to e.g. sleep while waiting for mor

[lng-odp] [API-NEXT PATCH v2 1/2] api: pktio: add recv from multiple queues with tmo

2016-03-08 Thread Petri Savolainen
Added odp_pktin_recv_mq_tmo() which allows application to poll multiple input queues (interfaces) with single call. The call includes timeout parameter which allows thread to e.g. sleep while waiting for more packets to arrive and thus avoid 100% CPU utilization when packet rate is low. Signed-off