From f4f0034d0bebb3fbdb08c2c89f7eaf9289709e43 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 21 Sep 2011 08:53:53 +0200 Subject: [PATCH] Set gw txqueuelen to avoid ENOBUFS errors --- gw-tests/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 5df4598..c5492e8 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -128,6 +128,7 @@ _measure() { sshgw 'if pid=`pidof sirq-net-rx/0`; then chrt -p -f 49 $pid > /dev/null; fi' sshgw 'if pid=`pidof sirq-net-tx/0`; then chrt -p -f 49 $pid > /dev/null; fi' # Set the length of qdisc queue to avoid ENOBUFS errors + sshgw 'ifconfig can0 txqueuelen 1000; ifconfig can1 txqueuelen 1000' ifconfig can0 txqueuelen 200 ifconfig can1 txqueuelen 200 cleanupgw -- 2.39.2