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:    964 MB/s    16363 calls/s  16363 msg/s
# tcp rx:   1001 MB/s    50707 calls/s
# tcp tx:    973 MB/s    16507 calls/s  16507 msg/s
# tcp rx:    970 MB/s    49316 calls/s
# tcp tx:    991 MB/s    16821 calls/s  16821 msg/s
# tcp rx:    991 MB/s    48970 calls/s
# tcp tx:   1015 MB/s    17217 calls/s  17217 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:    586 MB/s   425472 calls/s
# udp tx:   1279 MB/s    21707 calls/s  21707 msg/s
# udp rx:    638 MB/s   462157 calls/s
# udp tx:   1302 MB/s    22094 calls/s  22094 msg/s
# udp rx:    611 MB/s   442624 calls/s
# udp tx:   1293 MB/s    21947 calls/s  21947 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1292 MB/s    21924 calls/s  21924 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:   1135 MB/s   828430 calls/s
# udp tx:   1161 MB/s    19692 calls/s  19692 msg/s
# udp rx:   1156 MB/s   843300 calls/s
# udp tx:   1159 MB/s    19671 calls/s  19671 msg/s
# udp rx:   1151 MB/s   839470 calls/s
# udp tx:   1154 MB/s    19585 calls/s  19585 msg/s
# udp rx:   1159 MB/s   845635 calls/s
# udp tx:   1160 MB/s    19687 calls/s  19687 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__->