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:   1626 MB/s    27585 calls/s  27585 msg/s
# tcp rx:   1627 MB/s    64260 calls/s
# tcp tx:   1640 MB/s    27821 calls/s  27821 msg/s
# tcp rx:   1641 MB/s    69076 calls/s
# tcp tx:   1648 MB/s    27958 calls/s  27958 msg/s
# tcp rx:   1650 MB/s    69113 calls/s
# tcp tx:   1640 MB/s    27817 calls/s  27817 msg/s
# udp gso - over veth touching data
# udp rx:   1084 MB/s   772615 calls/s
# udp tx:   1119 MB/s    18985 calls/s  18985 msg/s
# udp rx:   1019 MB/s   726349 calls/s
# udp tx:   1021 MB/s    17326 calls/s  17326 msg/s
# udp rx:   1087 MB/s   774827 calls/s
# udp tx:   1090 MB/s    18499 calls/s  18499 msg/s
# udp rx:   1174 MB/s   836660 calls/s
# udp tx:   1176 MB/s    19952 calls/s  19952 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1683 MB/s    28554 calls/s
# udp tx:   1715 MB/s    29100 calls/s  29100 msg/s
# udp rx:   1648 MB/s    27853 calls/s
# udp tx:   1667 MB/s    28286 calls/s  28286 msg/s
# udp rx:   1715 MB/s    28928 calls/s
# udp tx:   1710 MB/s    29009 calls/s  29009 msg/s
# udp rx:   1767 MB/s    29974 calls/s
# udp tx:   1774 MB/s    30090 calls/s  30090 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1175 MB/s    19935 calls/s  19935 msg/s
# tcp rx:   1176 MB/s    53195 calls/s
# tcp tx:   1299 MB/s    22046 calls/s  22046 msg/s
# tcp rx:   1301 MB/s    61192 calls/s
# tcp tx:   1340 MB/s    22740 calls/s  22740 msg/s
# tcp rx:   1342 MB/s    61398 calls/s
# tcp tx:   1140 MB/s    19346 calls/s  19346 msg/s
# udp gso - over veth touching data
# udp rx:    551 MB/s   402317 calls/s
# udp tx:    572 MB/s     9706 calls/s   9706 msg/s
# udp rx:    592 MB/s   432274 calls/s
# udp tx:    587 MB/s     9972 calls/s   9972 msg/s
# udp rx:    547 MB/s   399410 calls/s
# udp tx:    555 MB/s     9418 calls/s   9418 msg/s
# udp rx:    553 MB/s   403781 calls/s
# udp tx:    548 MB/s     9295 calls/s   9295 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1600 MB/s    27142 calls/s
# udp tx:   1654 MB/s    28066 calls/s  28066 msg/s
# udp rx:   1692 MB/s    28708 calls/s
# udp tx:   1692 MB/s    28712 calls/s  28712 msg/s
# udp rx:   1352 MB/s    22942 calls/s
# udp tx:   1354 MB/s    22970 calls/s  22970 msg/s
# udp rx:   1701 MB/s    28865 calls/s
# udp tx:   1700 MB/s    28845 calls/s  28845 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__->