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:    958 MB/s    16253 calls/s  16253 msg/s
# tcp rx:    982 MB/s    49581 calls/s
# tcp tx:    959 MB/s    16270 calls/s  16270 msg/s
# tcp rx:    965 MB/s    47234 calls/s
# tcp tx:    924 MB/s    15683 calls/s  15683 msg/s
# tcp rx:    933 MB/s    46454 calls/s
# tcp tx:    968 MB/s    16420 calls/s  16420 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:    611 MB/s   442623 calls/s
# udp tx:   1273 MB/s    21596 calls/s  21596 msg/s
# udp rx:    658 MB/s   476928 calls/s
# udp tx:   1301 MB/s    22066 calls/s  22066 msg/s
# udp rx:    654 MB/s   473856 calls/s
# udp tx:   1299 MB/s    22042 calls/s  22042 msg/s
# udp rx:    639 MB/s   463360 calls/s
# udp tx:   1252 MB/s    21246 calls/s  21246 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:   1065 MB/s   777083 calls/s
# udp tx:   1087 MB/s    18447 calls/s  18447 msg/s
# udp rx:   1086 MB/s   792245 calls/s
# udp tx:   1081 MB/s    18340 calls/s  18340 msg/s
# udp rx:   1181 MB/s   861993 calls/s
# udp tx:   1186 MB/s    20118 calls/s  20118 msg/s
# udp rx:   1172 MB/s   855131 calls/s
# udp tx:   1171 MB/s    19870 calls/s  19870 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__->