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:    923 MB/s    15661 calls/s  15661 msg/s
# tcp rx:    923 MB/s    49707 calls/s
# tcp tx:    908 MB/s    15410 calls/s  15410 msg/s
# tcp rx:    908 MB/s    49038 calls/s
# tcp tx:    944 MB/s    16016 calls/s  16016 msg/s
# tcp rx:    945 MB/s    48412 calls/s
# tcp tx:    945 MB/s    16030 calls/s  16030 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:    630 MB/s   456704 calls/s
# udp tx:   1271 MB/s    21565 calls/s  21565 msg/s
# udp rx:    664 MB/s   481152 calls/s
# udp tx:   1276 MB/s    21645 calls/s  21645 msg/s
# udp rx:    664 MB/s   481178 calls/s
# udp tx:   1241 MB/s    21065 calls/s  21065 msg/s
# udp rx:    664 MB/s   480921 calls/s
# udp tx:   1297 MB/s    22012 calls/s  22012 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:   1111 MB/s   810877 calls/s
# udp tx:   1138 MB/s    19318 calls/s  19318 msg/s
# udp rx:   1089 MB/s   794400 calls/s
# udp tx:   1082 MB/s    18359 calls/s  18359 msg/s
# udp rx:   1136 MB/s   829131 calls/s
# udp tx:   1144 MB/s    19416 calls/s  19416 msg/s
# udp rx:   1162 MB/s   847818 calls/s
# udp tx:   1163 MB/s    19727 calls/s  19727 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__->