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:    981 MB/s    16652 calls/s  16652 msg/s
# tcp rx:    982 MB/s    49627 calls/s
# tcp tx:    920 MB/s    15605 calls/s  15605 msg/s
# tcp rx:    920 MB/s    47710 calls/s
# tcp tx:    964 MB/s    16352 calls/s  16352 msg/s
# tcp rx:    965 MB/s    49512 calls/s
# tcp tx:    974 MB/s    16524 calls/s  16524 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:    569 MB/s   412672 calls/s
# udp tx:   1219 MB/s    20692 calls/s  20692 msg/s
# udp rx:    513 MB/s   372224 calls/s
# udp tx:    867 MB/s    14706 calls/s  14706 msg/s
# udp rx:    521 MB/s   378112 calls/s
# udp tx:    824 MB/s    13985 calls/s  13985 msg/s
# udp rx:    570 MB/s   414047 calls/s
# udp tx:    765 MB/s    12989 calls/s  12989 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:    618 MB/s   450755 calls/s
# udp tx:    634 MB/s    10768 calls/s  10768 msg/s
# udp rx:    641 MB/s   467750 calls/s
# udp tx:    641 MB/s    10877 calls/s  10877 msg/s
# udp rx:    635 MB/s   463322 calls/s
# udp tx:    634 MB/s    10764 calls/s  10764 msg/s
# udp rx:    640 MB/s   467019 calls/s
# udp tx:    654 MB/s    11096 calls/s  11096 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__->