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:    586 MB/s     9944 calls/s   9944 msg/s
# tcp rx:    586 MB/s    27187 calls/s
# tcp tx:    666 MB/s    11311 calls/s  11311 msg/s
# tcp rx:    667 MB/s    23618 calls/s
# tcp tx:    616 MB/s    10452 calls/s  10452 msg/s
# tcp rx:    616 MB/s    29981 calls/s
# tcp tx:    614 MB/s    10422 calls/s  10422 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:    482 MB/s   350636 calls/s
# udp tx:    604 MB/s    10256 calls/s  10256 msg/s
# udp rx:    530 MB/s   385606 calls/s
# udp tx:    603 MB/s    10242 calls/s  10242 msg/s
# udp rx:    580 MB/s   421828 calls/s
# udp tx:    650 MB/s    11041 calls/s  11041 msg/s
# udp rx:    576 MB/s   418607 calls/s
# udp tx:    652 MB/s    11059 calls/s  11059 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:    573 MB/s   418347 calls/s
# udp tx:    590 MB/s    10012 calls/s  10012 msg/s
# udp rx:    717 MB/s   523178 calls/s
# udp tx:    722 MB/s    12251 calls/s  12251 msg/s
# udp rx:    687 MB/s   501057 calls/s
# udp tx:    682 MB/s    11580 calls/s  11580 msg/s
# udp rx:    638 MB/s   465570 calls/s
# udp tx:    638 MB/s    10827 calls/s  10827 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__->