make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1116 MB/s    18941 calls/s  18941 msg/s
# tcp rx:   1117 MB/s   137542 calls/s
# tcp tx:   1148 MB/s    19474 calls/s  19474 msg/s
# tcp rx:   1149 MB/s   136929 calls/s
# tcp tx:   1151 MB/s    19529 calls/s  19529 msg/s
# tcp rx:   1152 MB/s   136758 calls/s
# tcp tx:   1149 MB/s    19491 calls/s  19491 msg/s
# udp gso - over veth touching data
# udp rx:    546 MB/s   389554 calls/s
# udp tx:    566 MB/s     9600 calls/s   9600 msg/s
# udp rx:    632 MB/s   450819 calls/s
# udp tx:    636 MB/s    10791 calls/s  10791 msg/s
# udp rx:    633 MB/s   451489 calls/s
# udp tx:    637 MB/s    10811 calls/s  10811 msg/s
# udp rx:    629 MB/s   448484 calls/s
# udp tx:    633 MB/s    10741 calls/s  10741 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1186 MB/s   845309 calls/s
# udp tx:   1227 MB/s    20814 calls/s  20814 msg/s
# udp rx:   1221 MB/s   869804 calls/s
# udp tx:   1224 MB/s    20773 calls/s  20773 msg/s
# udp rx:   1182 MB/s   842177 calls/s
# udp tx:   1187 MB/s    20134 calls/s  20134 msg/s
# udp rx:   1266 MB/s   902467 calls/s
# udp tx:   1270 MB/s    21551 calls/s  21551 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    684 MB/s    11617 calls/s  11617 msg/s
# tcp rx:    687 MB/s    80765 calls/s
# tcp tx:    676 MB/s    11469 calls/s  11469 msg/s
# tcp rx:    676 MB/s    79807 calls/s
# tcp tx:    676 MB/s    11474 calls/s  11474 msg/s
# tcp rx:    677 MB/s    79198 calls/s
# tcp tx:    687 MB/s    11659 calls/s  11659 msg/s
# udp gso - over veth touching data
# udp rx:   1144 MB/s   834671 calls/s
# udp tx:   1179 MB/s    20013 calls/s  20013 msg/s
# udp rx:   1204 MB/s   878742 calls/s
# udp tx:   1207 MB/s    20483 calls/s  20483 msg/s
# udp rx:   1246 MB/s   909197 calls/s
# udp tx:   1245 MB/s    21128 calls/s  21128 msg/s
# udp rx:   1221 MB/s   891102 calls/s
# udp tx:   1222 MB/s    20728 calls/s  20728 msg/s
# udp gso and gro - over veth touching data
# udp rx:    576 MB/s   420470 calls/s
# udp tx:    596 MB/s    10123 calls/s  10123 msg/s
# udp rx:    597 MB/s   435494 calls/s
# udp tx:    599 MB/s    10164 calls/s  10164 msg/s
# udp rx:    596 MB/s   435383 calls/s
# udp tx:    599 MB/s    10170 calls/s  10170 msg/s
# udp rx:    599 MB/s   437428 calls/s
# udp tx:    602 MB/s    10211 calls/s  10211 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__->