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:    949 MB/s    16101 calls/s  16101 msg/s
# tcp rx:    949 MB/s    51731 calls/s
# tcp tx:    946 MB/s    16057 calls/s  16057 msg/s
# tcp rx:    947 MB/s    51535 calls/s
# tcp tx:    997 MB/s    16919 calls/s  16919 msg/s
# tcp rx:    998 MB/s    51075 calls/s
# tcp tx:   1001 MB/s    16984 calls/s  16984 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:    637 MB/s   462080 calls/s
# udp tx:   1300 MB/s    22053 calls/s  22053 msg/s
# udp rx:    613 MB/s   444416 calls/s
# udp tx:   1315 MB/s    22312 calls/s  22312 msg/s
# udp rx:    648 MB/s   469760 calls/s
# udp tx:   1304 MB/s    22124 calls/s  22124 msg/s
# udp rx:    622 MB/s   450816 calls/s
# udp tx:   1312 MB/s    22264 calls/s  22264 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:   1119 MB/s   816254 calls/s
# udp tx:   1145 MB/s    19436 calls/s  19436 msg/s
# udp rx:   1164 MB/s   849553 calls/s
# udp tx:   1172 MB/s    19886 calls/s  19886 msg/s
# udp rx:   1169 MB/s   852955 calls/s
# udp tx:   1170 MB/s    19857 calls/s  19857 msg/s
# udp rx:   1170 MB/s   853417 calls/s
# udp tx:   1171 MB/s    19868 calls/s  19868 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__->