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:   1195 MB/s    20269 calls/s  20269 msg/s
# tcp tx:   1236 MB/s    20968 calls/s  20968 msg/s
# tcp rx:   2960 MB/s    25535 calls/s
# tcp tx:   1094 MB/s    18570 calls/s  18570 msg/s
# tcp tx:   1155 MB/s    19601 calls/s  19601 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:    622 MB/s   451254 calls/s
# udp tx:   1249 MB/s    21190 calls/s  21190 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1277 MB/s    21660 calls/s  21660 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1284 MB/s    21791 calls/s  21791 msg/s
# udp rx:    668 MB/s   484096 calls/s
# udp tx:   1202 MB/s    20395 calls/s  20395 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:   1086 MB/s   792605 calls/s
# udp tx:   1112 MB/s    18871 calls/s  18871 msg/s
# udp rx:   1073 MB/s   782639 calls/s
# udp tx:   1080 MB/s    18325 calls/s  18325 msg/s
# udp rx:   1156 MB/s   843660 calls/s
# udp tx:   1157 MB/s    19624 calls/s  19624 msg/s
# udp rx:   1157 MB/s   844049 calls/s
# udp tx:   1157 MB/s    19630 calls/s  19630 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__->