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    14821 calls/s  14821 msg/s
# tcp rx:    875 MB/s    49897 calls/s
# tcp tx:    584 MB/s     9918 calls/s   9918 msg/s
# tcp rx:    585 MB/s    34027 calls/s
# tcp tx:    583 MB/s     9904 calls/s   9904 msg/s
# tcp rx:    584 MB/s    33853 calls/s
# tcp tx:    558 MB/s     9481 calls/s   9481 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   432384 calls/s
# udp tx:   1232 MB/s    20902 calls/s  20902 msg/s
# udp rx:    621 MB/s   450376 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:    666 MB/s   482590 calls/s
# udp tx:   1215 MB/s    20611 calls/s  20611 msg/s
# udp rx:    663 MB/s   480571 calls/s
# udp tx:   1205 MB/s    20451 calls/s  20451 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:   1095 MB/s   798895 calls/s
# udp tx:   1120 MB/s    19000 calls/s  19000 msg/s
# udp rx:   1169 MB/s   852830 calls/s
# udp tx:   1168 MB/s    19816 calls/s  19816 msg/s
# udp rx:   1164 MB/s   849388 calls/s
# udp tx:   1163 MB/s    19738 calls/s  19738 msg/s
# udp rx:   1161 MB/s   847364 calls/s
# udp tx:   1161 MB/s    19694 calls/s  19694 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__->