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:   1018 MB/s    17266 calls/s  17266 msg/s
# tcp rx:   1018 MB/s    51926 calls/s
# tcp tx:   1007 MB/s    17089 calls/s  17089 msg/s
# tcp rx:   1008 MB/s    51392 calls/s
# tcp tx:   1013 MB/s    17186 calls/s  17186 msg/s
# tcp rx:   1014 MB/s    51712 calls/s
# tcp tx:   1012 MB/s    17171 calls/s  17171 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:    647 MB/s   468992 calls/s
# udp tx:   1295 MB/s    21969 calls/s  21969 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1294 MB/s    21954 calls/s  21954 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1293 MB/s    21934 calls/s  21934 msg/s
# udp rx:    663 MB/s   480539 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:   1123 MB/s   819588 calls/s
# udp tx:   1155 MB/s    19597 calls/s  19597 msg/s
# udp rx:   1115 MB/s   813388 calls/s
# udp tx:   1115 MB/s    18921 calls/s  18921 msg/s
# udp rx:   1098 MB/s   800892 calls/s
# udp tx:   1099 MB/s    18647 calls/s  18647 msg/s
# udp rx:   1158 MB/s   844616 calls/s
# udp tx:   1158 MB/s    19656 calls/s  19656 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__->