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:    907 MB/s    15396 calls/s  15396 msg/s
# tcp rx:    912 MB/s    51396 calls/s
# tcp tx:    673 MB/s    11423 calls/s  11423 msg/s
# tcp rx:    676 MB/s    33967 calls/s
# tcp tx:    680 MB/s    11542 calls/s  11542 msg/s
# tcp rx:    681 MB/s    34287 calls/s
# tcp tx:    657 MB/s    11158 calls/s  11158 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:    490 MB/s   356659 calls/s
# udp tx:    663 MB/s    11255 calls/s  11255 msg/s
# udp rx:    518 MB/s   376853 calls/s
# udp tx:    615 MB/s    10440 calls/s  10440 msg/s
# udp rx:    574 MB/s   417613 calls/s
# udp tx:    642 MB/s    10894 calls/s  10894 msg/s
# udp rx:    586 MB/s   425948 calls/s
# udp tx:    666 MB/s    11306 calls/s  11306 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:   1059 MB/s   772501 calls/s
# udp tx:   1095 MB/s    18573 calls/s  18573 msg/s
# udp rx:   1063 MB/s   775451 calls/s
# udp tx:   1065 MB/s    18072 calls/s  18072 msg/s
# udp rx:   1139 MB/s   830997 calls/s
# udp tx:   1140 MB/s    19348 calls/s  19348 msg/s
# udp rx:   1137 MB/s   829765 calls/s
# udp tx:   1139 MB/s    19319 calls/s  19319 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__->