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:    656 MB/s    11138 calls/s  11138 msg/s
# tcp rx:    657 MB/s    25921 calls/s
# tcp tx:    651 MB/s    11056 calls/s  11056 msg/s
# tcp rx:    652 MB/s    26914 calls/s
# tcp tx:    642 MB/s    10891 calls/s  10891 msg/s
# tcp rx:    642 MB/s    27901 calls/s
# tcp tx:    666 MB/s    11309 calls/s  11309 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:    540 MB/s   392712 calls/s
# udp tx:    717 MB/s    12164 calls/s  12164 msg/s
# udp rx:    528 MB/s   384464 calls/s
# udp tx:    587 MB/s     9966 calls/s   9966 msg/s
# udp rx:    580 MB/s   421632 calls/s
# udp tx:    632 MB/s    10735 calls/s  10735 msg/s
# udp rx:    580 MB/s   421888 calls/s
# udp tx:    648 MB/s    10993 calls/s  10993 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:    630 MB/s   459806 calls/s
# udp tx:    645 MB/s    10952 calls/s  10952 msg/s
# udp rx:    815 MB/s   594393 calls/s
# udp tx:    813 MB/s    13802 calls/s  13802 msg/s
# udp rx:    622 MB/s   453781 calls/s
# udp tx:    622 MB/s    10566 calls/s  10566 msg/s
# udp rx:    617 MB/s   450684 calls/s
# udp tx:    618 MB/s    10486 calls/s  10486 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__->