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:   1009 MB/s    17129 calls/s  17129 msg/s
# tcp rx:   1010 MB/s    50918 calls/s
# tcp tx:   1033 MB/s    17526 calls/s  17526 msg/s
# tcp rx:   1033 MB/s    52728 calls/s
# tcp tx:   1014 MB/s    17212 calls/s  17212 msg/s
# tcp rx:   1015 MB/s    51720 calls/s
# tcp tx:   1012 MB/s    17173 calls/s  17173 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:    599 MB/s   434176 calls/s
# udp tx:   1303 MB/s    22107 calls/s  22107 msg/s
# udp rx:    648 MB/s   469760 calls/s
# udp tx:   1263 MB/s    21428 calls/s  21428 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1263 MB/s    21430 calls/s  21430 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1283 MB/s    21766 calls/s  21766 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:    631 MB/s   460697 calls/s
# udp tx:    652 MB/s    11071 calls/s  11071 msg/s
# udp rx:    665 MB/s   485217 calls/s
# udp tx:    664 MB/s    11273 calls/s  11273 msg/s
# udp rx:    637 MB/s   465061 calls/s
# udp tx:    631 MB/s    10706 calls/s  10706 msg/s
# udp rx:    625 MB/s   456237 calls/s
# udp tx:    631 MB/s    10710 calls/s  10710 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__->