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:   1041 MB/s    17657 calls/s  17657 msg/s
# tcp rx:   1058 MB/s    53316 calls/s
# tcp tx:    995 MB/s    16879 calls/s  16879 msg/s
# tcp rx:   1010 MB/s    50206 calls/s
# tcp tx:   1000 MB/s    16971 calls/s  16971 msg/s
# tcp rx:    998 MB/s    49806 calls/s
# tcp tx:   1012 MB/s    17169 calls/s  17169 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:    638 MB/s   462336 calls/s
# udp tx:   1207 MB/s    20485 calls/s  20485 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1304 MB/s    22117 calls/s  22117 msg/s
# udp rx:    664 MB/s   481024 calls/s
# udp tx:   1254 MB/s    21283 calls/s  21283 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1211 MB/s    20551 calls/s  20551 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:   1120 MB/s   816826 calls/s
# udp tx:   1142 MB/s    19376 calls/s  19376 msg/s
# udp rx:   1129 MB/s   823886 calls/s
# udp tx:   1128 MB/s    19137 calls/s  19137 msg/s
# udp rx:   1175 MB/s   857372 calls/s
# udp tx:   1175 MB/s    19929 calls/s  19929 msg/s
# udp rx:   1177 MB/s   858684 calls/s
# udp tx:   1176 MB/s    19953 calls/s  19953 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__->