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 6000
# 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:    551 MB/s     9349 calls/s   9349 msg/s
# tcp rx:    551 MB/s    25520 calls/s
# tcp tx:    628 MB/s    10659 calls/s  10659 msg/s
# tcp rx:    629 MB/s    27501 calls/s
# tcp tx:    671 MB/s    11395 calls/s  11395 msg/s
# tcp rx:    672 MB/s    27600 calls/s
# tcp tx:    628 MB/s    10654 calls/s  10654 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:    343 MB/s   250359 calls/s
# udp tx:    415 MB/s     7049 calls/s   7049 msg/s
# udp rx:    473 MB/s   344256 calls/s
# udp tx:    561 MB/s     9519 calls/s   9519 msg/s
# udp rx:    513 MB/s   373245 calls/s
# udp tx:    558 MB/s     9467 calls/s   9467 msg/s
# udp rx:    445 MB/s   324425 calls/s
# udp tx:    501 MB/s     8505 calls/s   8505 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:    557 MB/s   406307 calls/s
# udp tx:    579 MB/s     9835 calls/s   9835 msg/s
# udp rx:    630 MB/s   459499 calls/s
# udp tx:    628 MB/s    10659 calls/s  10659 msg/s
# udp rx:    593 MB/s   432920 calls/s
# udp tx:    595 MB/s    10093 calls/s  10093 msg/s
# udp rx:    633 MB/s   461964 calls/s
# udp tx:    633 MB/s    10746 calls/s  10746 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__->