numam-dpdk/lib/librte_ring
Pablo de Lara b443307ad3 ring: fix return type in enqueue and dequeue burst functions
Enqueue and dequeue burst functions always return a positive
value (including 0), so return type should be unsigned,
instead of int.

Fixed also API doc for one of the functions.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2014-12-17 00:40:37 +01:00
..
Makefile ring: make tailq fully local 2014-07-22 19:42:18 +02:00
rte_ring.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_ring.h ring: fix return type in enqueue and dequeue burst functions 2014-12-17 00:40:37 +01:00