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:    821 MB/s    13927 calls/s  13927 msg/s
# tcp rx:    821 MB/s    48544 calls/s
# tcp tx:    539 MB/s     9157 calls/s   9157 msg/s
# tcp rx:    540 MB/s    28473 calls/s
# tcp tx:    560 MB/s     9501 calls/s   9501 msg/s
# tcp rx:    560 MB/s    29262 calls/s
# tcp tx:    578 MB/s     9809 calls/s   9809 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:    653 MB/s   473600 calls/s
# udp tx:   1288 MB/s    21859 calls/s  21859 msg/s
# udp rx:    674 MB/s   488704 calls/s
# udp tx:   1275 MB/s    21629 calls/s  21629 msg/s
# udp rx:    673 MB/s   487936 calls/s
# udp tx:   1289 MB/s    21877 calls/s  21877 msg/s
# udp rx:    674 MB/s   488704 calls/s
# udp tx:   1224 MB/s    20764 calls/s  20764 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:    627 MB/s   457544 calls/s
# udp tx:    642 MB/s    10894 calls/s  10894 msg/s
# udp rx:    646 MB/s   471701 calls/s
# udp tx:    646 MB/s    10963 calls/s  10963 msg/s
# udp rx:    649 MB/s   473670 calls/s
# udp tx:    648 MB/s    11006 calls/s  11006 msg/s
# udp rx:    653 MB/s   476250 calls/s
# udp tx:    652 MB/s    11068 calls/s  11068 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__->