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:    923 MB/s    15657 calls/s  15657 msg/s
# tcp rx:    923 MB/s    47822 calls/s
# tcp tx:    966 MB/s    16390 calls/s  16390 msg/s
# tcp rx:    967 MB/s    49534 calls/s
# tcp tx:    934 MB/s    15856 calls/s  15856 msg/s
# tcp rx:    934 MB/s    48335 calls/s
# tcp tx:    874 MB/s    14837 calls/s  14837 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:    589 MB/s   427816 calls/s
# udp tx:   1253 MB/s    21262 calls/s  21262 msg/s
# udp rx:    605 MB/s   438272 calls/s
# udp tx:   1246 MB/s    21141 calls/s  21141 msg/s
# udp rx:    670 MB/s   485888 calls/s
# udp tx:   1215 MB/s    20613 calls/s  20613 msg/s
# udp rx:    670 MB/s   486144 calls/s
# udp tx:   1181 MB/s    20039 calls/s  20039 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:   1099 MB/s   801881 calls/s
# udp tx:   1131 MB/s    19195 calls/s  19195 msg/s
# udp rx:   1123 MB/s   819441 calls/s
# udp tx:   1122 MB/s    19044 calls/s  19044 msg/s
# udp rx:   1125 MB/s   820691 calls/s
# udp tx:   1124 MB/s    19065 calls/s  19065 msg/s
# udp rx:   1122 MB/s   818655 calls/s
# udp tx:   1121 MB/s    19026 calls/s  19026 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__->