make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    930 MB/s    15784 calls/s  15784 msg/s
# tcp rx:    931 MB/s    49932 calls/s
# tcp tx:    939 MB/s    15938 calls/s  15938 msg/s
# tcp rx:    940 MB/s    49444 calls/s
# tcp tx:    962 MB/s    16332 calls/s  16332 msg/s
# tcp rx:    963 MB/s    49504 calls/s
# tcp tx:    962 MB/s    16330 calls/s  16330 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:    629 MB/s   455680 calls/s
# udp tx:   1230 MB/s    20878 calls/s  20878 msg/s
# udp rx:    621 MB/s   449792 calls/s
# udp tx:   1188 MB/s    20165 calls/s  20165 msg/s
# udp rx:    597 MB/s   432896 calls/s
# udp tx:   1296 MB/s    21995 calls/s  21995 msg/s
# udp rx:    586 MB/s   424704 calls/s
# udp tx:   1329 MB/s    22541 calls/s  22541 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:   1081 MB/s   788796 calls/s
# udp tx:   1106 MB/s    18771 calls/s  18771 msg/s
# udp rx:   1098 MB/s   801416 calls/s
# udp tx:   1100 MB/s    18668 calls/s  18668 msg/s
# udp rx:   1143 MB/s   834069 calls/s
# udp tx:   1142 MB/s    19383 calls/s  19383 msg/s
# udp rx:   1110 MB/s   810242 calls/s
# udp tx:   1115 MB/s    18917 calls/s  18917 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__->