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:    918 MB/s    15581 calls/s  15581 msg/s
# tcp rx:    933 MB/s    47979 calls/s
# tcp tx:    887 MB/s    15051 calls/s  15051 msg/s
# tcp rx:    888 MB/s    46969 calls/s
# tcp tx:    992 MB/s    16829 calls/s  16829 msg/s
# tcp rx:    993 MB/s    50806 calls/s
# tcp tx:   1000 MB/s    16969 calls/s  16969 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:    574 MB/s   416497 calls/s
# udp tx:   1136 MB/s    19272 calls/s  19272 msg/s
# udp rx:    661 MB/s   480000 calls/s
# udp tx:   1014 MB/s    17202 calls/s  17202 msg/s
# udp rx:    659 MB/s   478208 calls/s
# udp tx:   1148 MB/s    19486 calls/s  19486 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1281 MB/s    21735 calls/s  21735 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:   1034 MB/s   754725 calls/s
# udp tx:   1065 MB/s    18075 calls/s  18075 msg/s
# udp rx:   1143 MB/s   833847 calls/s
# udp tx:   1140 MB/s    19340 calls/s  19340 msg/s
# udp rx:   1107 MB/s   807547 calls/s
# udp tx:   1108 MB/s    18794 calls/s  18794 msg/s
# udp rx:   1108 MB/s   808722 calls/s
# udp tx:   1107 MB/s    18788 calls/s  18788 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__->