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:    914 MB/s    15516 calls/s  15516 msg/s
# tcp rx:    914 MB/s    51351 calls/s
# tcp tx:    930 MB/s    15784 calls/s  15784 msg/s
# tcp rx:    931 MB/s    51948 calls/s
# tcp tx:    940 MB/s    15955 calls/s  15955 msg/s
# tcp rx:    941 MB/s    49154 calls/s
# tcp tx:    944 MB/s    16012 calls/s  16012 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:    532 MB/s   385536 calls/s
# udp tx:   1325 MB/s    22479 calls/s  22479 msg/s
# udp rx:    601 MB/s   435968 calls/s
# udp tx:   1331 MB/s    22575 calls/s  22575 msg/s
# udp rx:    581 MB/s   421120 calls/s
# udp tx:   1327 MB/s    22507 calls/s  22507 msg/s
# udp rx:    639 MB/s   462848 calls/s
# udp tx:   1310 MB/s    22222 calls/s  22222 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:   1118 MB/s   816040 calls/s
# udp tx:   1137 MB/s    19292 calls/s  19292 msg/s
# udp rx:   1138 MB/s   830257 calls/s
# udp tx:   1148 MB/s    19472 calls/s  19472 msg/s
# udp rx:   1157 MB/s   844323 calls/s
# udp tx:   1156 MB/s    19622 calls/s  19622 msg/s
# udp rx:   1156 MB/s   843303 calls/s
# udp tx:   1156 MB/s    19607 calls/s  19607 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__->