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:    974 MB/s    16536 calls/s  16536 msg/s
# tcp rx:   1006 MB/s    50687 calls/s
# tcp tx:    953 MB/s    16179 calls/s  16179 msg/s
# tcp rx:   1018 MB/s    48272 calls/s
# tcp tx:    954 MB/s    16185 calls/s  16185 msg/s
# tcp rx:    950 MB/s    45576 calls/s
# tcp tx:    979 MB/s    16605 calls/s  16605 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:    625 MB/s   453675 calls/s
# udp tx:   1255 MB/s    21294 calls/s  21294 msg/s
# udp rx:    636 MB/s   461056 calls/s
# udp tx:   1168 MB/s    19816 calls/s  19816 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1209 MB/s    20517 calls/s  20517 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1110 MB/s    18830 calls/s  18830 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:   1044 MB/s   761615 calls/s
# udp tx:   1075 MB/s    18248 calls/s  18248 msg/s
# udp rx:   1156 MB/s   843304 calls/s
# udp tx:   1157 MB/s    19626 calls/s  19626 msg/s
# udp rx:   1174 MB/s   856576 calls/s
# udp tx:   1167 MB/s    19799 calls/s  19799 msg/s
# udp rx:   1170 MB/s   853334 calls/s
# udp tx:   1176 MB/s    19956 calls/s  19956 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__->