make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    804 MB/s    13653 calls/s  13653 msg/s
# tcp rx:    805 MB/s    68090 calls/s
# tcp tx:    821 MB/s    13926 calls/s  13926 msg/s
# tcp rx:    821 MB/s    67828 calls/s
# tcp tx:    823 MB/s    13969 calls/s  13969 msg/s
# tcp rx:    824 MB/s    68092 calls/s
# tcp tx:    823 MB/s    13959 calls/s  13959 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:    635 MB/s   460032 calls/s
# udp tx:   1280 MB/s    21718 calls/s  21718 msg/s
# udp rx:    642 MB/s   465408 calls/s
# udp tx:   1222 MB/s    20728 calls/s  20728 msg/s
# udp rx:    643 MB/s   466688 calls/s
# udp tx:   1182 MB/s    20062 calls/s  20062 msg/s
# udp rx:    649 MB/s   470784 calls/s
# udp tx:   1214 MB/s    20597 calls/s  20597 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:   1027 MB/s   749180 calls/s
# udp tx:   1050 MB/s    17818 calls/s  17818 msg/s
# udp rx:   1126 MB/s   821325 calls/s
# udp tx:   1125 MB/s    19083 calls/s  19083 msg/s
# udp rx:   1122 MB/s   818844 calls/s
# udp tx:   1122 MB/s    19043 calls/s  19043 msg/s
# udp rx:   1124 MB/s   820409 calls/s
# udp tx:   1123 MB/s    19062 calls/s  19062 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__->