aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 0034c64ba..f5f21b45f 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -31,6 +31,15 @@ pktio_dpdk: {
}
}
+# netmap pktio options
+pktio_netmap: {
+ # Interface specific options
+ virt: {
+ nr_rx_slots = 0
+ nr_tx_slots = 0
+ }
+}
+
queue_basic: {
# Maximum queue size. Value must be a power of two.
max_queue_size = 8192