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:    934 MB/s    15858 calls/s  15858 msg/s
# tcp rx:    935 MB/s    53238 calls/s
# tcp tx:    963 MB/s    16350 calls/s  16350 msg/s
# tcp rx:    965 MB/s    49573 calls/s
# tcp tx:    957 MB/s    16240 calls/s  16240 msg/s
# tcp rx:    958 MB/s    49132 calls/s
# tcp tx:    961 MB/s    16309 calls/s  16309 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:    612 MB/s   443904 calls/s
# udp tx:   1262 MB/s    21410 calls/s  21410 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1272 MB/s    21586 calls/s  21586 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1274 MB/s    21608 calls/s  21608 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1273 MB/s    21597 calls/s  21597 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:   1038 MB/s   757236 calls/s
# udp tx:   1065 MB/s    18073 calls/s  18073 msg/s
# udp rx:   1157 MB/s   843832 calls/s
# udp tx:   1156 MB/s    19609 calls/s  19609 msg/s
# udp rx:   1099 MB/s   801685 calls/s
# udp tx:   1099 MB/s    18645 calls/s  18645 msg/s
# udp rx:   1159 MB/s   845756 calls/s
# udp tx:   1161 MB/s    19702 calls/s  19702 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__->