summaryrefslogtreecommitdiffstats
path: root/src/dpdk/lib/librte_mempool/rte_mempool_stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpdk/lib/librte_mempool/rte_mempool_stack.c')
-rw-r--r--src/dpdk/lib/librte_mempool/rte_mempool_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpdk/lib/librte_mempool/rte_mempool_stack.c b/src/dpdk/lib/librte_mempool/rte_mempool_stack.c
index 5fd8af24..817f77e6 100644
--- a/src/dpdk/lib/librte_mempool/rte_mempool_stack.c
+++ b/src/dpdk/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