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:    913 MB/s    15487 calls/s  15487 msg/s
# tcp rx:    913 MB/s    49162 calls/s
# tcp tx:    917 MB/s    15560 calls/s  15560 msg/s
# tcp rx:    962 MB/s    48142 calls/s
# tcp tx:    883 MB/s    14984 calls/s  14984 msg/s
# tcp rx:   1038 MB/s    46067 calls/s
# tcp tx:    912 MB/s    15473 calls/s  15473 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:    608 MB/s   441088 calls/s
# udp tx:   1195 MB/s    20274 calls/s  20274 msg/s
# udp rx:    619 MB/s   448775 calls/s
# udp tx:   1176 MB/s    19953 calls/s  19953 msg/s
# udp rx:    646 MB/s   468184 calls/s
# udp tx:   1204 MB/s    20431 calls/s  20431 msg/s
# udp rx:    605 MB/s   438213 calls/s
# udp tx:   1264 MB/s    21446 calls/s  21446 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:   1055 MB/s   769552 calls/s
# udp tx:   1079 MB/s    18302 calls/s  18302 msg/s
# udp rx:   1118 MB/s   816032 calls/s
# udp tx:   1118 MB/s    18975 calls/s  18975 msg/s
# udp rx:   1157 MB/s   844139 calls/s
# udp tx:   1156 MB/s    19616 calls/s  19616 msg/s
# udp rx:   1155 MB/s   842664 calls/s
# udp tx:   1154 MB/s    19584 calls/s  19584 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__->