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:    904 MB/s    15349 calls/s  15349 msg/s
# tcp rx:    905 MB/s    48996 calls/s
# tcp tx:    915 MB/s    15533 calls/s  15533 msg/s
# tcp rx:    916 MB/s    47931 calls/s
# tcp tx:    912 MB/s    15473 calls/s  15473 msg/s
# tcp rx:    913 MB/s    47685 calls/s
# tcp tx:    908 MB/s    15412 calls/s  15412 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:    607 MB/s   439780 calls/s
# udp tx:   1197 MB/s    20304 calls/s  20304 msg/s
# udp rx:    642 MB/s   465152 calls/s
# udp tx:   1190 MB/s    20190 calls/s  20190 msg/s
# udp rx:    640 MB/s   463872 calls/s
# udp tx:   1175 MB/s    19934 calls/s  19934 msg/s
# udp rx:    665 MB/s   482304 calls/s
# udp tx:   1258 MB/s    21352 calls/s  21352 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:    552 MB/s   403082 calls/s
# udp tx:    567 MB/s     9619 calls/s   9619 msg/s
# udp rx:    609 MB/s   444724 calls/s
# udp tx:    609 MB/s    10331 calls/s  10331 msg/s
# udp rx:    627 MB/s   457865 calls/s
# udp tx:    627 MB/s    10639 calls/s  10639 msg/s
# udp rx:    626 MB/s   456972 calls/s
# udp tx:    626 MB/s    10619 calls/s  10619 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__->