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:   1008 MB/s    17103 calls/s  17103 msg/s
# tcp rx:   1009 MB/s   134475 calls/s
# tcp tx:   1041 MB/s    17660 calls/s  17660 msg/s
# tcp rx:   1042 MB/s   126450 calls/s
# tcp tx:   1063 MB/s    18046 calls/s  18046 msg/s
# tcp rx:   1065 MB/s   126148 calls/s
# tcp tx:   1059 MB/s    17966 calls/s  17966 msg/s
# udp gso - over veth touching data
# udp rx:    792 MB/s   564764 calls/s
# udp tx:    816 MB/s    13843 calls/s  13843 msg/s
# udp rx:    664 MB/s   473641 calls/s
# udp tx:    664 MB/s    11273 calls/s  11273 msg/s
# udp rx:    666 MB/s   474555 calls/s
# udp tx:    665 MB/s    11280 calls/s  11280 msg/s
# udp rx:    681 MB/s   485524 calls/s
# udp tx:    683 MB/s    11596 calls/s  11596 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1231 MB/s   877102 calls/s
# udp tx:   1260 MB/s    21379 calls/s  21379 msg/s
# udp rx:   1151 MB/s   820192 calls/s
# udp tx:   1143 MB/s    19391 calls/s  19391 msg/s
# udp rx:    704 MB/s   501516 calls/s
# udp tx:    703 MB/s    11937 calls/s  11937 msg/s
# udp rx:    677 MB/s   482736 calls/s
# udp tx:    677 MB/s    11492 calls/s  11492 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1066 MB/s    18088 calls/s  18088 msg/s
# tcp rx:   1067 MB/s   141259 calls/s
# tcp tx:   1116 MB/s    18938 calls/s  18938 msg/s
# tcp rx:   1117 MB/s   143166 calls/s
# tcp tx:   1195 MB/s    20269 calls/s  20269 msg/s
# tcp rx:   1196 MB/s   137300 calls/s
# tcp tx:   1140 MB/s    19347 calls/s  19347 msg/s
# udp gso - over veth touching data
# udp rx:    612 MB/s   446802 calls/s
# udp tx:    628 MB/s    10662 calls/s  10662 msg/s
# udp rx:    621 MB/s   453218 calls/s
# udp tx:    618 MB/s    10484 calls/s  10484 msg/s
# udp rx:    630 MB/s   459751 calls/s
# udp tx:    632 MB/s    10732 calls/s  10732 msg/s
# udp rx:    643 MB/s   469656 calls/s
# udp tx:    642 MB/s    10900 calls/s  10900 msg/s
# udp gso and gro - over veth touching data
# udp rx:    647 MB/s   472220 calls/s
# udp tx:    668 MB/s    11336 calls/s  11336 msg/s
# udp rx:    665 MB/s   485286 calls/s
# udp tx:    664 MB/s    11264 calls/s  11264 msg/s
# udp rx:    670 MB/s   488994 calls/s
# udp tx:    670 MB/s    11370 calls/s  11370 msg/s
# udp rx:    663 MB/s   483589 calls/s
# udp tx:    663 MB/s    11252 calls/s  11252 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__->