aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2018-04-26 10:04:08 +0300
committerMatias Elo <matias.elo@nokia.com>2018-04-26 10:04:08 +0300
commit0b8465330f3173cacc8b8d6b10faee55d3ef4e45 (patch)
treec479590b11f861582bd1d81d91fe4d25c6ac3091 /config
parent8800ca1e6dd3b3d595f4c82721ea5b131f23262a (diff)
parente828b4d6f503ff94c40e30b1d8babf0dcbecde91 (diff)
Merge tag 'v1.19.0.0_tigermoth' of https://github.com/Linaro/odp into odp-dpdk
Tiger Moth LTS Signed-off-by: Matias Elo <matias.elo@nokia.com> # Conflicts: # .travis.yml # m4/odp_libconfig.m4
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 15e65d00f..f5f21b45f 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -30,3 +30,29 @@ pktio_dpdk: {
rx_drop_en = 1
}
}
+
+# 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
+
+ # Default queue size. Value must be a power of two.
+ default_queue_size = 4096
+}
+
+sched_basic: {
+ # Priority level spread. Each priority level is spread into multiple
+ # scheduler internal queues. A higher spread value typically improves
+ # parallelism and thus is better for high thread counts, but causes
+ # uneven service level for low thread counts. Typically, optimal
+ # value is the number of threads using the scheduler.
+ prio_spread = 4
+}