aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test/sched-basic.conf
blob: 2c11cb41949642a7897130b49f067033d81d4766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Mandatory fields
odp_implementation = "linux-dpdk"
config_file_version = "0.1.26"

# Test scheduler with an odd spread value and without dynamic load balance
sched_basic: {
	prio_spread = 3
	load_balance = 0
	order_stash_size = 0
	powersave: {
		poll_time_nsec = 5000
		sleep_time_nsec = 50000
	}
}