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:    886 MB/s    15038 calls/s  15038 msg/s
# tcp rx:    886 MB/s    45314 calls/s
# tcp tx:    640 MB/s    10864 calls/s  10864 msg/s
# tcp rx:    641 MB/s    32716 calls/s
# tcp tx:    623 MB/s    10583 calls/s  10583 msg/s
# tcp rx:    624 MB/s    32028 calls/s
# tcp tx:    608 MB/s    10324 calls/s  10324 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:    587 MB/s   425216 calls/s
# udp tx:   1284 MB/s    21779 calls/s  21779 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1259 MB/s    21367 calls/s  21367 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1265 MB/s    21461 calls/s  21461 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1236 MB/s    20970 calls/s  20970 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:   1109 MB/s   809468 calls/s
# udp tx:   1138 MB/s    19304 calls/s  19304 msg/s
# udp rx:   1130 MB/s   824299 calls/s
# udp tx:   1129 MB/s    19164 calls/s  19164 msg/s
# udp rx:   1103 MB/s   805105 calls/s
# udp tx:   1103 MB/s    18719 calls/s  18719 msg/s
# udp rx:   1132 MB/s   826258 calls/s
# udp tx:   1132 MB/s    19207 calls/s  19207 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__->