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:    901 MB/s    15289 calls/s  15289 msg/s
# tcp rx:    902 MB/s    44830 calls/s
# tcp tx:    890 MB/s    15106 calls/s  15106 msg/s
# tcp rx:    891 MB/s    47039 calls/s
# tcp tx:    904 MB/s    15335 calls/s  15335 msg/s
# tcp rx:    905 MB/s    47279 calls/s
# tcp tx:    877 MB/s    14883 calls/s  14883 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:    564 MB/s   408832 calls/s
# udp tx:   1273 MB/s    21596 calls/s  21596 msg/s
# udp rx:    665 MB/s   481655 calls/s
# udp tx:   1256 MB/s    21306 calls/s  21306 msg/s
# udp rx:    665 MB/s   481761 calls/s
# udp tx:   1218 MB/s    20675 calls/s  20675 msg/s
# udp rx:    664 MB/s   480994 calls/s
# udp tx:   1276 MB/s    21650 calls/s  21650 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:   1068 MB/s   779085 calls/s
# udp tx:   1094 MB/s    18563 calls/s  18563 msg/s
# udp rx:   1086 MB/s   792457 calls/s
# udp tx:   1086 MB/s    18427 calls/s  18427 msg/s
# udp rx:   1129 MB/s   824088 calls/s
# udp tx:   1129 MB/s    19162 calls/s  19162 msg/s
# udp rx:   1128 MB/s   823025 calls/s
# udp tx:   1128 MB/s    19136 calls/s  19136 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__->