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    16642 calls/s  16642 msg/s
# tcp rx:    981 MB/s    50600 calls/s
# tcp tx:    945 MB/s    16036 calls/s  16036 msg/s
# tcp rx:    973 MB/s    47925 calls/s
# tcp tx:    939 MB/s    15932 calls/s  15932 msg/s
# tcp rx:    933 MB/s    48219 calls/s
# tcp tx:    937 MB/s    15906 calls/s  15906 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:    558 MB/s   404889 calls/s
# udp tx:   1048 MB/s    17787 calls/s  17787 msg/s
# udp rx:    655 MB/s   474880 calls/s
# udp tx:   1305 MB/s    22145 calls/s  22145 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1291 MB/s    21902 calls/s  21902 msg/s
# udp rx:    653 MB/s   473600 calls/s
# udp tx:   1307 MB/s    22179 calls/s  22179 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:   1082 MB/s   789763 calls/s
# udp tx:   1113 MB/s    18889 calls/s  18889 msg/s
# udp rx:   1156 MB/s   843580 calls/s
# udp tx:   1156 MB/s    19622 calls/s  19622 msg/s
# udp rx:   1156 MB/s   843291 calls/s
# udp tx:   1156 MB/s    19613 calls/s  19613 msg/s
# udp rx:   1155 MB/s   842521 calls/s
# udp tx:   1155 MB/s    19601 calls/s  19601 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__->