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 4800
# 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:    624 MB/s    10593 calls/s  10593 msg/s
# tcp rx:    625 MB/s    29048 calls/s
# tcp tx:    694 MB/s    11782 calls/s  11782 msg/s
# tcp rx:    695 MB/s    26515 calls/s
# tcp tx:    683 MB/s    11591 calls/s  11591 msg/s
# tcp rx:    684 MB/s    25562 calls/s
# tcp tx:    651 MB/s    11052 calls/s  11052 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:    483 MB/s   351097 calls/s
# udp tx:    652 MB/s    11073 calls/s  11073 msg/s
# udp rx:    517 MB/s   375808 calls/s
# udp tx:    646 MB/s    10957 calls/s  10957 msg/s
# udp rx:    517 MB/s   375552 calls/s
# udp tx:    644 MB/s    10936 calls/s  10936 msg/s
# udp rx:    517 MB/s   375296 calls/s
# udp tx:    645 MB/s    10941 calls/s  10941 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:    626 MB/s   456918 calls/s
# udp tx:    638 MB/s    10833 calls/s  10833 msg/s
# udp rx:    721 MB/s   526461 calls/s
# udp tx:    721 MB/s    12229 calls/s  12229 msg/s
# udp rx:    629 MB/s   459154 calls/s
# udp tx:    628 MB/s    10668 calls/s  10668 msg/s
# udp rx:    628 MB/s   458681 calls/s
# udp tx:    628 MB/s    10656 calls/s  10656 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__->