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:    664 MB/s    11265 calls/s  11265 msg/s
# tcp rx:    668 MB/s    29094 calls/s
# tcp tx:    667 MB/s    11328 calls/s  11328 msg/s
# tcp rx:    667 MB/s    27523 calls/s
# tcp tx:    640 MB/s    10863 calls/s  10863 msg/s
# tcp rx:    642 MB/s    27402 calls/s
# tcp tx:    705 MB/s    11964 calls/s  11964 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:    479 MB/s   348031 calls/s
# udp tx:    666 MB/s    11306 calls/s  11306 msg/s
# udp rx:    432 MB/s   314333 calls/s
# udp tx:    588 MB/s     9978 calls/s   9978 msg/s
# udp rx:    461 MB/s   335340 calls/s
# udp tx:    592 MB/s    10053 calls/s  10053 msg/s
# udp rx:    459 MB/s   333312 calls/s
# udp tx:    666 MB/s    11308 calls/s  11308 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:    523 MB/s   381908 calls/s
# udp tx:    539 MB/s     9156 calls/s   9156 msg/s
# udp rx:    658 MB/s   479913 calls/s
# udp tx:    655 MB/s    11111 calls/s  11111 msg/s
# udp rx:    521 MB/s   380262 calls/s
# udp tx:    523 MB/s     8887 calls/s   8887 msg/s
# udp rx:    623 MB/s   454774 calls/s
# udp tx:    623 MB/s    10575 calls/s  10575 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__->