make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.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_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    956 MB/s    16220 calls/s  16220 msg/s
# tcp rx:    956 MB/s    50823 calls/s
# tcp tx:    924 MB/s    15674 calls/s  15674 msg/s
# tcp rx:    934 MB/s    47941 calls/s
# tcp tx:    965 MB/s    16374 calls/s  16374 msg/s
# tcp rx:    973 MB/s    49240 calls/s
# tcp tx:    957 MB/s    16238 calls/s  16238 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    623 MB/s   451328 calls/s
# udp tx:   1303 MB/s    22109 calls/s  22109 msg/s
# udp rx:    649 MB/s   470528 calls/s
# udp tx:   1303 MB/s    22102 calls/s  22102 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1288 MB/s    21846 calls/s  21846 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1300 MB/s    22057 calls/s  22057 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:    584 MB/s   426113 calls/s
# udp tx:    601 MB/s    10201 calls/s  10201 msg/s
# udp rx:    619 MB/s   452055 calls/s
# udp tx:    619 MB/s    10512 calls/s  10512 msg/s
# udp rx:    814 MB/s   593686 calls/s
# udp tx:    821 MB/s    13939 calls/s  13939 msg/s
# udp rx:   1074 MB/s   783394 calls/s
# udp tx:   1079 MB/s    18307 calls/s  18307 msg/s
ok 1 selftests: net: udpgro_frglist.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__->