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:    612 MB/s    10391 calls/s  10391 msg/s
# tcp rx:    612 MB/s    31431 calls/s
# tcp tx:    604 MB/s    10249 calls/s  10249 msg/s
# tcp rx:    605 MB/s    31139 calls/s
# tcp tx:    595 MB/s    10093 calls/s  10093 msg/s
# tcp rx:    595 MB/s    30780 calls/s
# tcp tx:    597 MB/s    10142 calls/s  10142 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:    520 MB/s   377646 calls/s
# udp tx:    751 MB/s    12739 calls/s  12739 msg/s
# udp rx:    542 MB/s   393257 calls/s
# udp tx:    764 MB/s    12973 calls/s  12973 msg/s
# udp rx:    555 MB/s   402784 calls/s
# udp tx:    792 MB/s    13442 calls/s  13442 msg/s
# udp rx:    549 MB/s   398683 calls/s
# udp tx:    763 MB/s    12942 calls/s  12942 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:    624 MB/s   455714 calls/s
# udp tx:    636 MB/s    10788 calls/s  10788 msg/s
# udp rx:    650 MB/s   474646 calls/s
# udp tx:    656 MB/s    11130 calls/s  11130 msg/s
# udp rx:    684 MB/s   499269 calls/s
# udp tx:    684 MB/s    11605 calls/s  11605 msg/s
# udp rx:    683 MB/s   498667 calls/s
# udp tx:    690 MB/s    11703 calls/s  11703 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__->