aboutsummaryrefslogtreecommitdiff
path: root/helper/cuckootable.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/cuckootable.c')
-rw-r--r--helper/cuckootable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/cuckootable.c b/helper/cuckootable.c
index 80ff49893..0d46300e0 100644
--- a/helper/cuckootable.c
+++ b/helper/cuckootable.c
@@ -256,6 +256,7 @@ odph_cuckoo_table_create(
/* initialize free_slots queue */
odp_queue_param_init(&qparam);
qparam.type = ODP_QUEUE_TYPE_PLAIN;
+ qparam.size = capacity;
snprintf(queue_name, sizeof(queue_name), "fs_%s", name);
queue = odp_queue_create(queue_name, &qparam);