aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test/sched-basic.conf
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-02-24 09:39:16 +0200
committerGitHub <noreply@github.com>2023-02-24 09:39:16 +0200
commit0f2f3271f64b25d7ce101b7a5c82b7fc17ba2d32 (patch)
tree5d4df86a452c52b1421b8039835ec793ac4019c7 /platform/linux-dpdk/test/sched-basic.conf
parent282188e33695bb6863e289df61e0dfbd87ca205c (diff)
parentc7c99cfd5635da8c0afc7f3803ce6e1c82c3465b (diff)
Merge ODP v1.40.0.0v1.40.0.0_DPDK_19.11
Merge ODP linux-generic v1.40.0.0 into linux-dpdk.
Diffstat (limited to 'platform/linux-dpdk/test/sched-basic.conf')
-rw-r--r--platform/linux-dpdk/test/sched-basic.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/linux-dpdk/test/sched-basic.conf b/platform/linux-dpdk/test/sched-basic.conf
index 181136c33..e3d9dd304 100644
--- a/platform/linux-dpdk/test/sched-basic.conf
+++ b/platform/linux-dpdk/test/sched-basic.conf
@@ -1,9 +1,10 @@
# Mandatory fields
odp_implementation = "linux-dpdk"
-config_file_version = "0.1.18"
+config_file_version = "0.1.21"
# Test scheduler with an odd spread value and without dynamic load balance
sched_basic: {
prio_spread = 3
load_balance = 0
+ order_stash_size = 0
}