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:   1000 MB/s    16976 calls/s  16976 msg/s
# tcp rx:   1009 MB/s    51235 calls/s
# tcp tx:    911 MB/s    15455 calls/s  15455 msg/s
# tcp rx:    949 MB/s    46166 calls/s
# tcp tx:    945 MB/s    16030 calls/s  16030 msg/s
# tcp rx:    938 MB/s    46298 calls/s
# tcp tx:    968 MB/s    16432 calls/s  16432 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:    588 MB/s   426496 calls/s
# udp tx:   1256 MB/s    21308 calls/s  21308 msg/s
# udp rx:    613 MB/s   444160 calls/s
# udp tx:   1287 MB/s    21843 calls/s  21843 msg/s
# udp rx:    668 MB/s   484608 calls/s
# udp tx:   1175 MB/s    19929 calls/s  19929 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1289 MB/s    21876 calls/s  21876 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:   1109 MB/s   808983 calls/s
# udp tx:   1131 MB/s    19185 calls/s  19185 msg/s
# udp rx:   1145 MB/s   835106 calls/s
# udp tx:   1144 MB/s    19404 calls/s  19404 msg/s
# udp rx:   1145 MB/s   835280 calls/s
# udp tx:   1144 MB/s    19409 calls/s  19409 msg/s
# udp rx:   1145 MB/s   835242 calls/s
# udp tx:   1144 MB/s    19411 calls/s  19411 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__->