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:    950 MB/s    16125 calls/s  16125 msg/s
# tcp rx:    951 MB/s    50205 calls/s
# tcp tx:    985 MB/s    16721 calls/s  16721 msg/s
# tcp rx:    986 MB/s    50683 calls/s
# tcp tx:    966 MB/s    16394 calls/s  16394 msg/s
# tcp rx:    967 MB/s    49759 calls/s
# tcp tx:    953 MB/s    16166 calls/s  16166 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:    556 MB/s   404088 calls/s
# udp tx:    733 MB/s    12437 calls/s  12437 msg/s
# udp rx:    576 MB/s   418205 calls/s
# udp tx:    738 MB/s    12527 calls/s  12527 msg/s
# udp rx:    576 MB/s   418419 calls/s
# udp tx:    728 MB/s    12360 calls/s  12360 msg/s
# udp rx:    577 MB/s   419416 calls/s
# udp tx:    712 MB/s    12092 calls/s  12092 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:    644 MB/s   469810 calls/s
# udp tx:    661 MB/s    11222 calls/s  11222 msg/s
# udp rx:    678 MB/s   494716 calls/s
# udp tx:    677 MB/s    11492 calls/s  11492 msg/s
# udp rx:    675 MB/s   492622 calls/s
# udp tx:    675 MB/s    11451 calls/s  11451 msg/s
# udp rx:    683 MB/s   498183 calls/s
# udp tx:    682 MB/s    11584 calls/s  11584 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__->