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:    865 MB/s    14678 calls/s  14678 msg/s
# tcp rx:    866 MB/s    55584 calls/s
# tcp tx:    997 MB/s    16924 calls/s  16924 msg/s
# tcp rx:    998 MB/s    50872 calls/s
# tcp tx:    983 MB/s    16683 calls/s  16683 msg/s
# tcp rx:    984 MB/s    50418 calls/s
# tcp tx:    956 MB/s    16218 calls/s  16218 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:    644 MB/s   466688 calls/s
# udp tx:   1310 MB/s    22220 calls/s  22220 msg/s
# udp rx:    620 MB/s   449447 calls/s
# udp tx:   1259 MB/s    21357 calls/s  21357 msg/s
# udp rx:    625 MB/s   452864 calls/s
# udp tx:   1315 MB/s    22310 calls/s  22310 msg/s
# udp rx:    631 MB/s   457472 calls/s
# udp tx:   1309 MB/s    22206 calls/s  22206 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:   1075 MB/s   784341 calls/s
# udp tx:   1101 MB/s    18674 calls/s  18674 msg/s
# udp rx:   1106 MB/s   807261 calls/s
# udp tx:   1111 MB/s    18858 calls/s  18858 msg/s
# udp rx:   1167 MB/s   851371 calls/s
# udp tx:   1167 MB/s    19809 calls/s  19809 msg/s
# udp rx:   1162 MB/s   847580 calls/s
# udp tx:   1162 MB/s    19722 calls/s  19722 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__->