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:    877 MB/s    14887 calls/s  14887 msg/s
# tcp rx:    877 MB/s    48600 calls/s
# tcp tx:    713 MB/s    12098 calls/s  12098 msg/s
# tcp rx:    713 MB/s    37505 calls/s
# tcp tx:    914 MB/s    15503 calls/s  15503 msg/s
# tcp rx:    915 MB/s    47354 calls/s
# tcp tx:    914 MB/s    15512 calls/s  15512 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:    625 MB/s   453120 calls/s
# udp tx:   1248 MB/s    21171 calls/s  21171 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1262 MB/s    21418 calls/s  21418 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1277 MB/s    21663 calls/s  21663 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1274 MB/s    21613 calls/s  21613 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:   1085 MB/s   791479 calls/s
# udp tx:   1118 MB/s    18974 calls/s  18974 msg/s
# udp rx:   1146 MB/s   836484 calls/s
# udp tx:   1145 MB/s    19428 calls/s  19428 msg/s
# udp rx:   1142 MB/s   832900 calls/s
# udp tx:   1141 MB/s    19361 calls/s  19361 msg/s
# udp rx:   1145 MB/s   835392 calls/s
# udp tx:   1144 MB/s    19408 calls/s  19408 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__->