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:    892 MB/s    15131 calls/s  15131 msg/s
# tcp rx:    893 MB/s    66316 calls/s
# tcp tx:    836 MB/s    14187 calls/s  14187 msg/s
# tcp rx:    841 MB/s    65715 calls/s
# tcp tx:    839 MB/s    14230 calls/s  14230 msg/s
# tcp rx:    838 MB/s    64026 calls/s
# tcp tx:    855 MB/s    14518 calls/s  14518 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:    597 MB/s   432614 calls/s
# udp tx:   1265 MB/s    21461 calls/s  21461 msg/s
# udp rx:    678 MB/s   491520 calls/s
# udp tx:   1262 MB/s    21412 calls/s  21412 msg/s
# udp rx:    677 MB/s   490752 calls/s
# udp tx:   1308 MB/s    22186 calls/s  22186 msg/s
# udp rx:    677 MB/s   490496 calls/s
# udp tx:   1298 MB/s    22028 calls/s  22028 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:   1065 MB/s   777049 calls/s
# udp tx:   1084 MB/s    18398 calls/s  18398 msg/s
# udp rx:   1057 MB/s   771444 calls/s
# udp tx:   1051 MB/s    17826 calls/s  17826 msg/s
# udp rx:   1133 MB/s   826464 calls/s
# udp tx:   1138 MB/s    19318 calls/s  19318 msg/s
# udp rx:   1155 MB/s   842444 calls/s
# udp tx:   1154 MB/s    19574 calls/s  19574 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__->