aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 306ee1970..916058866 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -32,6 +32,9 @@ pktio_dpdk: {
}
queue_basic: {
+ # Maximum queue size. Value must be a power of two.
+ max_queue_size = 8192
+
# Default queue size. Value must be a power of two.
default_queue_size = 4096
}