make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:   1036 MB/s    17576 calls/s  17576 msg/s
# tcp rx:   1037 MB/s    52738 calls/s
# tcp tx:   1057 MB/s    17942 calls/s  17942 msg/s
# tcp rx:   1059 MB/s    53769 calls/s
# tcp tx:   1074 MB/s    18219 calls/s  18219 msg/s
# tcp rx:   1075 MB/s    54517 calls/s
# tcp tx:   1065 MB/s    18077 calls/s  18077 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:    628 MB/s   455680 calls/s
# udp tx:   1304 MB/s    22130 calls/s  22130 msg/s
# udp rx:    657 MB/s   476160 calls/s
# udp tx:   1298 MB/s    22019 calls/s  22019 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1297 MB/s    22004 calls/s  22004 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1299 MB/s    22045 calls/s  22045 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:   1080 MB/s   787861 calls/s
# udp tx:   1111 MB/s    18859 calls/s  18859 msg/s
# udp rx:   1138 MB/s   830654 calls/s
# udp tx:   1137 MB/s    19285 calls/s  19285 msg/s
# udp rx:   1149 MB/s   838084 calls/s
# udp tx:   1149 MB/s    19489 calls/s  19489 msg/s
# udp rx:   1151 MB/s   839637 calls/s
# udp tx:   1150 MB/s    19518 calls/s  19518 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__->