]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/bench-all.sh
Implement recvmmsg/sendmmsg gateway
[can-benchmark.git] / ugw / data / bench-all.sh
index 78e560af82c08c7a760263cb9a1156ceacae4fe8..deb38c4499125f201ee45bcd1cfcf48d8cf2e330 100755 (executable)
@@ -33,7 +33,7 @@ while [ "${1#-}" != "$1" ]; do
     shift
 done
 
-methods=${@:-rtems kernel read-write readnb-write readnb-mmap read-mmap mmap-write mmap-mmap mmapbusy-write mmapbusy-mmap readbusy-write readbusynoirq-write}
+methods=${@:-rtems kernel read-write readnb-write readnb-mmap read-mmap mmap-write mmap-mmap mmapbusy-write mmapbusy-mmap readbusy-write readbusynoirq-write mmsg-mmsg}
 
 set -x
 for method in $methods; do
@@ -50,6 +50,7 @@ for method in $methods; do
        mmapbusy-mmap)  ../ppc/boot -a "ugw=|-r mmapbusy -t mmap|" --exiton "UGW started";;
        readbusy-write) ../ppc/boot -a "ugw=|-b 300|" --exiton "UGW started";;
        readbusynoirq-write) ../ppc/boot -a "ugw=|-b 300|" --kernel uImage.noirq --exiton "UGW started";;
+       mmsg-mmsg)      ../ppc/boot -a "ugw=|-r mmsg -t mmsg|" --exiton "UGW started";;
        *)
            echo >&2 "Unknown method '$method'";
            exit 1;