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:    737 MB/s    12510 calls/s  12510 msg/s
# tcp rx:    737 MB/s    87331 calls/s
# tcp tx:    789 MB/s    13395 calls/s  13395 msg/s
# tcp rx:    790 MB/s    90607 calls/s
# tcp tx:    778 MB/s    13204 calls/s  13204 msg/s
# tcp rx:    779 MB/s    90453 calls/s
# tcp tx:    760 MB/s    12901 calls/s  12901 msg/s
# udp gso - over veth touching data
# udp rx:    706 MB/s   502970 calls/s
# udp tx:    725 MB/s    12307 calls/s  12307 msg/s
# udp rx:    718 MB/s   511583 calls/s
# udp tx:    717 MB/s    12174 calls/s  12174 msg/s
# udp rx:    718 MB/s   512154 calls/s
# udp tx:    718 MB/s    12189 calls/s  12189 msg/s
# udp rx:    723 MB/s   515598 calls/s
# udp tx:    723 MB/s    12274 calls/s  12274 msg/s
# udp gso and gro - over veth touching data
# udp rx:    690 MB/s   491830 calls/s
# udp tx:    711 MB/s    12064 calls/s  12064 msg/s
# udp rx:    690 MB/s   492211 calls/s
# udp tx:    689 MB/s    11695 calls/s  11695 msg/s
# udp rx:    699 MB/s   498418 calls/s
# udp tx:    696 MB/s    11818 calls/s  11818 msg/s
# udp rx:    688 MB/s   490592 calls/s
# udp tx:    717 MB/s    12163 calls/s  12163 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1081 MB/s    18350 calls/s  18350 msg/s
# tcp rx:   1082 MB/s   141491 calls/s
# tcp tx:   1089 MB/s    18481 calls/s  18481 msg/s
# tcp rx:   1090 MB/s   139761 calls/s
# tcp tx:   1154 MB/s    19576 calls/s  19576 msg/s
# tcp rx:   1155 MB/s   143447 calls/s
# tcp tx:   1153 MB/s    19562 calls/s  19562 msg/s
# udp gso - over veth touching data
# udp rx:   1148 MB/s   837741 calls/s
# udp tx:   1185 MB/s    20104 calls/s  20104 msg/s
# udp rx:   1234 MB/s   900216 calls/s
# udp tx:   1234 MB/s    20934 calls/s  20934 msg/s
# udp rx:   1182 MB/s   862382 calls/s
# udp tx:   1185 MB/s    20101 calls/s  20101 msg/s
# udp rx:   1232 MB/s   898767 calls/s
# udp tx:   1232 MB/s    20907 calls/s  20907 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1188 MB/s   866631 calls/s
# udp tx:   1222 MB/s    20740 calls/s  20740 msg/s
# udp rx:   1238 MB/s   903204 calls/s
# udp tx:   1238 MB/s    20999 calls/s  20999 msg/s
# udp rx:   1241 MB/s   905162 calls/s
# udp tx:   1240 MB/s    21044 calls/s  21044 msg/s
# udp rx:   1239 MB/s   904272 calls/s
# udp tx:   1246 MB/s    21139 calls/s  21139 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__->