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:    965 MB/s    16374 calls/s  16374 msg/s
# tcp rx:    965 MB/s    50825 calls/s
# tcp tx:    951 MB/s    16134 calls/s  16134 msg/s
# tcp rx:    952 MB/s    50235 calls/s
# tcp tx:   1011 MB/s    17158 calls/s  17158 msg/s
# tcp rx:   1012 MB/s    51667 calls/s
# tcp tx:   1009 MB/s    17129 calls/s  17129 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:    617 MB/s   448108 calls/s
# udp tx:   1108 MB/s    18809 calls/s  18809 msg/s
# udp rx:    635 MB/s   460032 calls/s
# udp tx:   1256 MB/s    21317 calls/s  21317 msg/s
# udp rx:    593 MB/s   429824 calls/s
# udp tx:   1317 MB/s    22338 calls/s  22338 msg/s
# udp rx:    634 MB/s   459264 calls/s
# udp tx:   1305 MB/s    22140 calls/s  22140 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:   1131 MB/s   825225 calls/s
# udp tx:   1159 MB/s    19670 calls/s  19670 msg/s
# udp rx:   1129 MB/s   823506 calls/s
# udp tx:   1128 MB/s    19136 calls/s  19136 msg/s
# udp rx:   1158 MB/s   844902 calls/s
# udp tx:   1158 MB/s    19647 calls/s  19647 msg/s
# udp rx:   1161 MB/s   846962 calls/s
# udp tx:   1161 MB/s    19692 calls/s  19692 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__->