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:    984 MB/s    16690 calls/s  16690 msg/s
# tcp rx:    985 MB/s    51525 calls/s
# tcp tx:    985 MB/s    16710 calls/s  16710 msg/s
# tcp rx:    986 MB/s    50983 calls/s
# tcp tx:    973 MB/s    16506 calls/s  16506 msg/s
# tcp rx:    974 MB/s    50317 calls/s
# tcp tx:    975 MB/s    16543 calls/s  16543 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:    615 MB/s   445952 calls/s
# udp tx:   1290 MB/s    21889 calls/s  21889 msg/s
# udp rx:    645 MB/s   467712 calls/s
# udp tx:   1283 MB/s    21773 calls/s  21773 msg/s
# udp rx:    636 MB/s   461312 calls/s
# udp tx:   1295 MB/s    21981 calls/s  21981 msg/s
# udp rx:    660 MB/s   478720 calls/s
# udp tx:   1299 MB/s    22047 calls/s  22047 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:   1137 MB/s   829774 calls/s
# udp tx:   1162 MB/s    19719 calls/s  19719 msg/s
# udp rx:   1135 MB/s   828025 calls/s
# udp tx:   1137 MB/s    19293 calls/s  19293 msg/s
# udp rx:   1150 MB/s   839262 calls/s
# udp tx:   1153 MB/s    19560 calls/s  19560 msg/s
# udp rx:   1032 MB/s   753087 calls/s
# udp tx:   1038 MB/s    17610 calls/s  17610 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__->