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:    873 MB/s    14810 calls/s  14810 msg/s
# tcp rx:    873 MB/s    49347 calls/s
# tcp tx:    981 MB/s    16644 calls/s  16644 msg/s
# tcp rx:    981 MB/s    50281 calls/s
# tcp tx:    967 MB/s    16408 calls/s  16408 msg/s
# tcp rx:    968 MB/s    49644 calls/s
# tcp tx:    976 MB/s    16563 calls/s  16563 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:    557 MB/s   403712 calls/s
# udp tx:   1296 MB/s    21997 calls/s  21997 msg/s
# udp rx:    632 MB/s   458496 calls/s
# udp tx:   1311 MB/s    22243 calls/s  22243 msg/s
# udp rx:    576 MB/s   417280 calls/s
# udp tx:   1319 MB/s    22375 calls/s  22375 msg/s
# udp rx:    630 MB/s   456960 calls/s
# udp tx:   1315 MB/s    22311 calls/s  22311 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:   1078 MB/s   786746 calls/s
# udp tx:   1107 MB/s    18786 calls/s  18786 msg/s
# udp rx:   1186 MB/s   865249 calls/s
# udp tx:   1185 MB/s    20108 calls/s  20108 msg/s
# udp rx:   1179 MB/s   860471 calls/s
# udp tx:   1179 MB/s    20000 calls/s  20000 msg/s
# udp rx:   1181 MB/s   861916 calls/s
# udp tx:   1181 MB/s    20034 calls/s  20034 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__->