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:    577 MB/s     9793 calls/s   9793 msg/s
# tcp rx:    580 MB/s    24822 calls/s
# tcp tx:    610 MB/s    10362 calls/s  10362 msg/s
# tcp rx:    611 MB/s    22279 calls/s
# tcp tx:    598 MB/s    10148 calls/s  10148 msg/s
# tcp rx:    601 MB/s    23745 calls/s
# tcp tx:    568 MB/s     9640 calls/s   9640 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:    429 MB/s   311905 calls/s
# udp tx:    584 MB/s     9916 calls/s   9916 msg/s
# udp rx:    461 MB/s   335529 calls/s
# udp tx:    515 MB/s     8749 calls/s   8749 msg/s
# udp rx:    440 MB/s   320631 calls/s
# udp tx:    515 MB/s     8746 calls/s   8746 msg/s
# udp rx:    535 MB/s   389338 calls/s
# udp tx:    587 MB/s     9966 calls/s   9966 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:    434 MB/s   317211 calls/s
# udp tx:    459 MB/s     7793 calls/s   7793 msg/s
# udp rx:    601 MB/s   438496 calls/s
# udp tx:    601 MB/s    10199 calls/s  10199 msg/s
# udp rx:    643 MB/s   469044 calls/s
# udp tx:    642 MB/s    10897 calls/s  10897 msg/s
# udp rx:    627 MB/s   457864 calls/s
# udp tx:    626 MB/s    10631 calls/s  10631 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__->