make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:    679 MB/s    11524 calls/s  11524 msg/s
# tcp rx:    679 MB/s    84118 calls/s
# tcp tx:    673 MB/s    11428 calls/s  11428 msg/s
# tcp rx:    674 MB/s    81753 calls/s
# tcp tx:    679 MB/s    11526 calls/s  11526 msg/s
# tcp rx:    680 MB/s    82048 calls/s
# tcp tx:    677 MB/s    11493 calls/s  11493 msg/s
# udp gso - over veth touching data
# udp rx:   1245 MB/s   887196 calls/s
# udp tx:   1268 MB/s    21522 calls/s  21522 msg/s
# udp rx:   1239 MB/s   883112 calls/s
# udp tx:   1239 MB/s    21029 calls/s  21029 msg/s
# udp rx:   1235 MB/s   879896 calls/s
# udp tx:   1235 MB/s    20950 calls/s  20950 msg/s
# udp rx:   1210 MB/s   862224 calls/s
# udp tx:   1210 MB/s    20531 calls/s  20531 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1221 MB/s   869981 calls/s
# udp tx:   1244 MB/s    21104 calls/s  21104 msg/s
# udp rx:   1261 MB/s   898936 calls/s
# udp tx:   1261 MB/s    21393 calls/s  21393 msg/s
# udp rx:   1265 MB/s   901487 calls/s
# udp tx:   1266 MB/s    21474 calls/s  21474 msg/s
# udp rx:   1254 MB/s   893460 calls/s
# udp tx:   1254 MB/s    21274 calls/s  21274 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    667 MB/s    11319 calls/s  11319 msg/s
# tcp rx:    668 MB/s    81967 calls/s
# tcp tx:    729 MB/s    12379 calls/s  12379 msg/s
# tcp rx:    733 MB/s   110926 calls/s
# tcp tx:    747 MB/s    12684 calls/s  12684 msg/s
# tcp rx:    746 MB/s   134286 calls/s
# tcp tx:    813 MB/s    13805 calls/s  13805 msg/s
# udp gso - over veth touching data
# udp rx:    599 MB/s   437377 calls/s
# udp tx:    612 MB/s    10386 calls/s  10386 msg/s
# udp rx:    627 MB/s   457498 calls/s
# udp tx:    626 MB/s    10626 calls/s  10626 msg/s
# udp rx:    627 MB/s   457869 calls/s
# udp tx:    627 MB/s    10640 calls/s  10640 msg/s
# udp rx:    626 MB/s   456674 calls/s
# udp tx:    642 MB/s    10904 calls/s  10904 msg/s
# udp gso and gro - over veth touching data
# udp rx:    630 MB/s   459511 calls/s
# udp tx:    645 MB/s    10951 calls/s  10951 msg/s
# udp rx:    674 MB/s   492182 calls/s
# udp tx:    675 MB/s    11457 calls/s  11457 msg/s
# udp rx:    681 MB/s   496973 calls/s
# udp tx:    681 MB/s    11566 calls/s  11566 msg/s
# udp rx:    682 MB/s   497568 calls/s
# udp tx:    682 MB/s    11579 calls/s  11579 msg/s
ok 1 selftests: net: udpgro_bench.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->