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:    959 MB/s    16270 calls/s  16270 msg/s
# tcp rx:    960 MB/s    49121 calls/s
# tcp tx:    957 MB/s    16233 calls/s  16233 msg/s
# tcp rx:    958 MB/s    47786 calls/s
# tcp tx:    934 MB/s    15844 calls/s  15844 msg/s
# tcp rx:    935 MB/s    46576 calls/s
# tcp tx:    969 MB/s    16449 calls/s  16449 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:    600 MB/s   435200 calls/s
# udp tx:   1255 MB/s    21291 calls/s  21291 msg/s
# udp rx:    668 MB/s   484763 calls/s
# udp tx:   1300 MB/s    22063 calls/s  22063 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1316 MB/s    22333 calls/s  22333 msg/s
# udp rx:    668 MB/s   483840 calls/s
# udp tx:   1314 MB/s    22296 calls/s  22296 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:   1114 MB/s   812806 calls/s
# udp tx:   1136 MB/s    19272 calls/s  19272 msg/s
# udp rx:   1128 MB/s   823069 calls/s
# udp tx:   1120 MB/s    19012 calls/s  19012 msg/s
# udp rx:   1137 MB/s   829341 calls/s
# udp tx:   1143 MB/s    19402 calls/s  19402 msg/s
# udp rx:   1158 MB/s   844959 calls/s
# udp tx:   1158 MB/s    19648 calls/s  19648 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__->