diff options
Diffstat (limited to 'lib/librte_mempool/rte_mempool_stack.c')
-rw-r--r-- | lib/librte_mempool/rte_mempool_stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_mempool/rte_mempool_stack.c b/lib/librte_mempool/rte_mempool_stack.c index 5fd8af24..817f77e6 100644 --- a/lib/librte_mempool/rte_mempool_stack.c +++ b/lib/librte_mempool/rte_mempool_stack.c @@ -118,7 +118,7 @@ stack_dequeue(struct rte_mempool *mp, void **obj_table, s->len -= n; rte_spinlock_unlock(&s->sl); - return n; + return 0; } static unsigned |