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:   1591 MB/s    26999 calls/s  26999 msg/s
# tcp rx:   1594 MB/s    57393 calls/s
# tcp tx:   1643 MB/s    27878 calls/s  27878 msg/s
# tcp rx:   1646 MB/s    62141 calls/s
# tcp tx:   1737 MB/s    29473 calls/s  29473 msg/s
# tcp rx:   1739 MB/s    66960 calls/s
# tcp tx:   1729 MB/s    29341 calls/s  29341 msg/s
# udp gso - over veth touching data
# udp rx:    630 MB/s   448908 calls/s
# udp tx:    644 MB/s    10935 calls/s  10935 msg/s
# udp rx:    660 MB/s   470462 calls/s
# udp tx:    663 MB/s    11249 calls/s  11249 msg/s
# udp rx:    659 MB/s   469842 calls/s
# udp tx:    661 MB/s    11225 calls/s  11225 msg/s
# udp rx:    659 MB/s   469849 calls/s
# udp tx:    661 MB/s    11218 calls/s  11218 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1488 MB/s    25109 calls/s
# udp tx:   1541 MB/s    26137 calls/s  26137 msg/s
# udp rx:   1541 MB/s    26020 calls/s
# udp tx:   1519 MB/s    25780 calls/s  25780 msg/s
# udp rx:    974 MB/s    16443 calls/s
# udp tx:    972 MB/s    16491 calls/s  16491 msg/s
# udp rx:    954 MB/s    16195 calls/s
# udp tx:    957 MB/s    16232 calls/s  16232 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1515 MB/s    25696 calls/s  25696 msg/s
# tcp rx:   1517 MB/s    60635 calls/s
# tcp tx:   1461 MB/s    24788 calls/s  24788 msg/s
# tcp rx:   1461 MB/s    60557 calls/s
# tcp tx:   1466 MB/s    24865 calls/s  24865 msg/s
# tcp rx:   1466 MB/s    63541 calls/s
# tcp tx:   1474 MB/s    25010 calls/s  25010 msg/s
# udp gso - over veth touching data
# udp rx:   1074 MB/s   783868 calls/s
# udp tx:   1104 MB/s    18727 calls/s  18727 msg/s
# udp rx:    923 MB/s   673609 calls/s
# udp tx:    910 MB/s    15441 calls/s  15441 msg/s
# udp rx:    909 MB/s   663193 calls/s
# udp tx:    927 MB/s    15736 calls/s  15736 msg/s
# udp rx:   1111 MB/s   810613 calls/s
# udp tx:   1113 MB/s    18879 calls/s  18879 msg/s
# udp gso and gro - over veth touching data
# udp rx:    897 MB/s    15226 calls/s
# udp tx:    922 MB/s    15651 calls/s  15651 msg/s
# udp rx:    996 MB/s    16896 calls/s
# udp tx:    997 MB/s    16918 calls/s  16918 msg/s
# udp rx:   1024 MB/s    17372 calls/s
# udp tx:   1024 MB/s    17377 calls/s  17377 msg/s
# udp rx:    996 MB/s    16906 calls/s
# udp tx:    998 MB/s    16927 calls/s  16927 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__->