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:    932 MB/s    15824 calls/s  15824 msg/s
# tcp rx:    933 MB/s    49138 calls/s
# tcp tx:    890 MB/s    15107 calls/s  15107 msg/s
# tcp rx:    906 MB/s    48320 calls/s
# tcp tx:    864 MB/s    14658 calls/s  14658 msg/s
# tcp rx:    864 MB/s    48409 calls/s
# tcp tx:    870 MB/s    14766 calls/s  14766 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:    629 MB/s   455936 calls/s
# udp tx:   1283 MB/s    21772 calls/s  21772 msg/s
# udp rx:    637 MB/s   461824 calls/s
# udp tx:   1290 MB/s    21884 calls/s  21884 msg/s
# udp rx:    623 MB/s   451328 calls/s
# udp tx:   1294 MB/s    21963 calls/s  21963 msg/s
# udp rx:    651 MB/s   471552 calls/s
# udp tx:   1290 MB/s    21892 calls/s  21892 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:   1140 MB/s   831507 calls/s
# udp tx:   1169 MB/s    19830 calls/s  19830 msg/s
# udp rx:   1143 MB/s   834322 calls/s
# udp tx:   1146 MB/s    19453 calls/s  19453 msg/s
# udp rx:   1145 MB/s   835753 calls/s
# udp tx:   1146 MB/s    19452 calls/s  19452 msg/s
# udp rx:   1146 MB/s   836288 calls/s
# udp tx:   1147 MB/s    19460 calls/s  19460 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__->