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:   1208 MB/s    20502 calls/s  20502 msg/s
# tcp rx:   1209 MB/s   119484 calls/s
# tcp tx:   1056 MB/s    17916 calls/s  17916 msg/s
# tcp rx:   1056 MB/s   127794 calls/s
# tcp tx:   1035 MB/s    17568 calls/s  17568 msg/s
# tcp rx:   1036 MB/s   130461 calls/s
# tcp tx:   1008 MB/s    17098 calls/s  17098 msg/s
# udp gso - over veth touching data
# udp rx:   1291 MB/s   919719 calls/s
# udp tx:   1332 MB/s    22594 calls/s  22594 msg/s
# udp rx:   1339 MB/s   954063 calls/s
# udp tx:   1339 MB/s    22718 calls/s  22718 msg/s
# udp rx:   1345 MB/s   958182 calls/s
# udp tx:   1345 MB/s    22815 calls/s  22815 msg/s
# udp rx:   1231 MB/s   877089 calls/s
# udp tx:   1228 MB/s    20842 calls/s  20842 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1275 MB/s   908800 calls/s
# udp tx:   1319 MB/s    22374 calls/s  22374 msg/s
# udp rx:   1318 MB/s   939135 calls/s
# udp tx:   1318 MB/s    22360 calls/s  22360 msg/s
# udp rx:   1319 MB/s   939605 calls/s
# udp tx:   1318 MB/s    22362 calls/s  22362 msg/s
# udp rx:   1307 MB/s   931707 calls/s
# udp tx:   1305 MB/s    22147 calls/s  22147 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1062 MB/s    18014 calls/s  18014 msg/s
# tcp rx:   1063 MB/s   132060 calls/s
# tcp tx:   1086 MB/s    18420 calls/s  18420 msg/s
# tcp rx:   1108 MB/s   127530 calls/s
# tcp tx:   1128 MB/s    19146 calls/s  19146 msg/s
# tcp rx:   1127 MB/s   120693 calls/s
# tcp tx:   1060 MB/s    17986 calls/s  17986 msg/s
# udp gso - over veth touching data
# udp rx:    960 MB/s   700516 calls/s
# udp tx:    979 MB/s    16605 calls/s  16605 msg/s
# udp rx:    600 MB/s   437803 calls/s
# udp tx:    598 MB/s    10156 calls/s  10156 msg/s
# udp rx:    608 MB/s   443908 calls/s
# udp tx:    608 MB/s    10314 calls/s  10314 msg/s
# udp rx:    615 MB/s   448825 calls/s
# udp tx:    642 MB/s    10904 calls/s  10904 msg/s
# udp gso and gro - over veth touching data
# udp rx:    567 MB/s   414020 calls/s
# udp tx:    583 MB/s     9905 calls/s   9905 msg/s
# udp rx:    603 MB/s   440029 calls/s
# udp tx:    601 MB/s    10209 calls/s  10209 msg/s
# udp rx:    601 MB/s   438825 calls/s
# udp tx:    600 MB/s    10190 calls/s  10190 msg/s
# udp rx:    612 MB/s   446904 calls/s
# udp tx:    612 MB/s    10390 calls/s  10390 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__->