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:    939 MB/s    15942 calls/s  15942 msg/s
# tcp rx:    940 MB/s    52013 calls/s
# tcp tx:    967 MB/s    16410 calls/s  16410 msg/s
# tcp rx:    968 MB/s    51194 calls/s
# tcp tx:    977 MB/s    16574 calls/s  16574 msg/s
# tcp rx:    978 MB/s    49973 calls/s
# tcp tx:    991 MB/s    16812 calls/s  16812 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:    623 MB/s   452096 calls/s
# udp tx:   1298 MB/s    22028 calls/s  22028 msg/s
# udp rx:    666 MB/s   483084 calls/s
# udp tx:   1303 MB/s    22103 calls/s  22103 msg/s
# udp rx:    666 MB/s   482638 calls/s
# udp tx:   1302 MB/s    22090 calls/s  22090 msg/s
# udp rx:    666 MB/s   482640 calls/s
# udp tx:   1303 MB/s    22103 calls/s  22103 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:   1116 MB/s   814368 calls/s
# udp tx:   1146 MB/s    19447 calls/s  19447 msg/s
# udp rx:   1152 MB/s   840699 calls/s
# udp tx:   1151 MB/s    19532 calls/s  19532 msg/s
# udp rx:   1133 MB/s   826440 calls/s
# udp tx:   1132 MB/s    19202 calls/s  19202 msg/s
# udp rx:   1143 MB/s   834034 calls/s
# udp tx:   1143 MB/s    19390 calls/s  19390 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__->