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:    860 MB/s    14595 calls/s  14595 msg/s
# tcp rx:    861 MB/s   140228 calls/s
# tcp tx:    867 MB/s    14713 calls/s  14713 msg/s
# tcp rx:    868 MB/s   153475 calls/s
# tcp tx:    844 MB/s    14316 calls/s  14316 msg/s
# tcp rx:    844 MB/s   150728 calls/s
# tcp tx:    857 MB/s    14549 calls/s  14549 msg/s
# udp gso - over veth touching data
# udp rx:   1123 MB/s   800424 calls/s
# udp tx:   1151 MB/s    19536 calls/s  19536 msg/s
# udp rx:   1232 MB/s   878012 calls/s
# udp tx:   1225 MB/s    20792 calls/s  20792 msg/s
# udp rx:   1200 MB/s   855153 calls/s
# udp tx:   1202 MB/s    20388 calls/s  20388 msg/s
# udp rx:   1214 MB/s   865403 calls/s
# udp tx:   1224 MB/s    20760 calls/s  20760 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1163 MB/s   828904 calls/s
# udp tx:   1183 MB/s    20070 calls/s  20070 msg/s
# udp rx:   1214 MB/s   865222 calls/s
# udp tx:   1217 MB/s    20652 calls/s  20652 msg/s
# udp rx:   1227 MB/s   874147 calls/s
# udp tx:   1228 MB/s    20831 calls/s  20831 msg/s
# udp rx:   1274 MB/s   908029 calls/s
# udp tx:   1275 MB/s    21637 calls/s  21637 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    863 MB/s    14642 calls/s  14642 msg/s
# tcp rx:    863 MB/s   156535 calls/s
# tcp tx:    887 MB/s    15046 calls/s  15046 msg/s
# tcp rx:    888 MB/s   162020 calls/s
# tcp tx:    877 MB/s    14882 calls/s  14882 msg/s
# tcp rx:    878 MB/s   160820 calls/s
# tcp tx:    886 MB/s    15035 calls/s  15035 msg/s
# udp gso - over veth touching data
# udp rx:    675 MB/s   492733 calls/s
# udp tx:    688 MB/s    11679 calls/s  11679 msg/s
# udp rx:    682 MB/s   497401 calls/s
# udp tx:    684 MB/s    11612 calls/s  11612 msg/s
# udp rx:    689 MB/s   502955 calls/s
# udp tx:    692 MB/s    11748 calls/s  11748 msg/s
# udp rx:    701 MB/s   511720 calls/s
# udp tx:    704 MB/s    11957 calls/s  11957 msg/s
# udp gso and gro - over veth touching data
# udp rx:    589 MB/s   430032 calls/s
# udp tx:    602 MB/s    10220 calls/s  10220 msg/s
# udp rx:    619 MB/s   451776 calls/s
# udp tx:    619 MB/s    10514 calls/s  10514 msg/s
# udp rx:    595 MB/s   434424 calls/s
# udp tx:    593 MB/s    10073 calls/s  10073 msg/s
# udp rx:    583 MB/s   425900 calls/s
# udp tx:    583 MB/s     9897 calls/s   9897 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__->