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:    976 MB/s    16569 calls/s  16569 msg/s
# tcp rx:    977 MB/s    51150 calls/s
# tcp tx:    948 MB/s    16079 calls/s  16079 msg/s
# tcp rx:    948 MB/s    50742 calls/s
# tcp tx:    964 MB/s    16351 calls/s  16351 msg/s
# tcp rx:    964 MB/s    50582 calls/s
# tcp tx:    923 MB/s    15655 calls/s  15655 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:    529 MB/s   383109 calls/s
# udp tx:    989 MB/s    16775 calls/s  16775 msg/s
# udp rx:    622 MB/s   451306 calls/s
# udp tx:   1136 MB/s    19270 calls/s  19270 msg/s
# udp rx:    660 MB/s   477952 calls/s
# udp tx:   1226 MB/s    20808 calls/s  20808 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1175 MB/s    19936 calls/s  19936 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:   1102 MB/s   804190 calls/s
# udp tx:   1134 MB/s    19237 calls/s  19237 msg/s
# udp rx:   1119 MB/s   816672 calls/s
# udp tx:   1122 MB/s    19043 calls/s  19043 msg/s
# udp rx:   1142 MB/s   833356 calls/s
# udp tx:   1145 MB/s    19430 calls/s  19430 msg/s
# udp rx:   1134 MB/s   827455 calls/s
# udp tx:   1136 MB/s    19284 calls/s  19284 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__->