Commit d0881a60 authored by Joanne Hugé's avatar Joanne Hugé

Replace 99 priorities with 98

parent 6256b4b3
......@@ -129,7 +129,7 @@ int main(int argc, char *argv[]) {
// Default values
param.interval = 1000;
param.max_cycles = 100000;
param.priority = 99;
param.priority = 98;
param.enable_tracing = 0;
param.enable_affinity = 0;
......
......@@ -97,7 +97,7 @@ int main(int argc, char *argv[]) {
// Default configuration values
thread_params.interval = 100000 * 1000;
thread_params.priority = 99;
thread_params.priority = 98;
clock_id = CLOCK_REALTIME;
/* Lock all current and future pages from preventing of being paged to
......
......@@ -212,7 +212,7 @@ int main(int argc, char *argv[]) {
// Default configuration values
thread_params.interval = 100000 * 1000;
thread_params.max_cycles = 0;
thread_params.priority = 99;
thread_params.priority = 98;
thread_params.send_tx_delay = 0;
thread_params.affinity_cpu = -1;
thread_params.start_ts = 0;
......
......@@ -270,7 +270,7 @@ int main(int argc, char *argv[]) {
// Default configuration values
thread_params.interval = 100000 * 1000;
thread_params.priority = 99;
thread_params.priority = 98;
thread_params.emit_signal = 0;
thread_params.affinity_cpu = 0;
main_params.refresh_rate = 50000;
......
......@@ -50,7 +50,7 @@ interval=100000
# Default options
interface="eth0"
cpu="1"
client_options="-p 99"
client_options="-p 98"
qdisc_options=""
etf_offset=500
tracecmd_events="-e irq -e sched -e net_dev_start_xmit -e net_dev_xmit -e net_dev_xmit_timeout"
......
......@@ -17,7 +17,7 @@ ENDUSAGE
}
interval=1000
cyclictest_opts="-a1 -n -t1 -p99 -mlocakall"
cyclictest_opts="-a1 -n -t1 -p98 -mlocakall"
while getopts "hgli:" opt; do
case "${opt}" in
......
......@@ -44,7 +44,7 @@ ENDUSAGE
# Default options
interface="eth0"
server_options="-p 99"
server_options="-p 98"
make_opts=""
ip="10.100.21."
tcpdump_interval=1000000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment