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:    959 MB/s    16268 calls/s  16268 msg/s
# tcp rx:    960 MB/s    50590 calls/s
# tcp tx:    964 MB/s    16363 calls/s  16363 msg/s
# tcp rx:    966 MB/s    49752 calls/s
# tcp tx:    998 MB/s    16931 calls/s  16931 msg/s
# tcp rx:    999 MB/s    51233 calls/s
# tcp tx:   1001 MB/s    16988 calls/s  16988 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:    573 MB/s   415551 calls/s
# udp tx:   1223 MB/s    20752 calls/s  20752 msg/s
# udp rx:    596 MB/s   433408 calls/s
# udp tx:   1238 MB/s    21010 calls/s  21010 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1241 MB/s    21060 calls/s  21060 msg/s
# udp rx:    664 MB/s   481024 calls/s
# udp tx:   1191 MB/s    20211 calls/s  20211 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:    961 MB/s   701488 calls/s
# udp tx:    995 MB/s    16884 calls/s  16884 msg/s
# udp rx:   1105 MB/s   806163 calls/s
# udp tx:   1107 MB/s    18780 calls/s  18780 msg/s
# udp rx:   1068 MB/s   779551 calls/s
# udp tx:   1071 MB/s    18174 calls/s  18174 msg/s
# udp rx:   1145 MB/s   835277 calls/s
# udp tx:   1147 MB/s    19466 calls/s  19466 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__->