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:    932 MB/s    15809 calls/s  15809 msg/s
# tcp rx:    932 MB/s    50754 calls/s
# tcp tx:    964 MB/s    16351 calls/s  16351 msg/s
# tcp rx:    964 MB/s    49889 calls/s
# tcp tx:    958 MB/s    16254 calls/s  16254 msg/s
# tcp rx:    959 MB/s    49866 calls/s
# tcp tx:    954 MB/s    16187 calls/s  16187 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:    587 MB/s   425728 calls/s
# udp tx:   1281 MB/s    21738 calls/s  21738 msg/s
# udp rx:    650 MB/s   471040 calls/s
# udp tx:   1266 MB/s    21485 calls/s  21485 msg/s
# udp rx:    632 MB/s   458240 calls/s
# udp tx:   1281 MB/s    21730 calls/s  21730 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1269 MB/s    21532 calls/s  21532 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:   1126 MB/s   821468 calls/s
# udp tx:   1153 MB/s    19558 calls/s  19558 msg/s
# udp rx:   1160 MB/s   846351 calls/s
# udp tx:   1159 MB/s    19669 calls/s  19669 msg/s
# udp rx:   1161 MB/s   847205 calls/s
# udp tx:   1160 MB/s    19686 calls/s  19686 msg/s
# udp rx:   1162 MB/s   847969 calls/s
# udp tx:   1161 MB/s    19703 calls/s  19703 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__->