make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    987 MB/s    16751 calls/s  16751 msg/s
# tcp rx:    988 MB/s    50397 calls/s
# tcp tx:    995 MB/s    16883 calls/s  16883 msg/s
# tcp rx:   1004 MB/s    51133 calls/s
# tcp tx:   1005 MB/s    17057 calls/s  17057 msg/s
# tcp rx:   1006 MB/s    51237 calls/s
# tcp tx:    918 MB/s    15573 calls/s  15573 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   446976 calls/s
# udp tx:   1275 MB/s    21627 calls/s  21627 msg/s
# udp rx:    648 MB/s   469504 calls/s
# udp tx:   1306 MB/s    22155 calls/s  22155 msg/s
# udp rx:    667 MB/s   483072 calls/s
# udp tx:   1290 MB/s    21884 calls/s  21884 msg/s
# udp rx:    664 MB/s   481024 calls/s
# udp tx:   1286 MB/s    21814 calls/s  21814 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:   1125 MB/s   820759 calls/s
# udp tx:   1155 MB/s    19598 calls/s  19598 msg/s
# udp rx:   1175 MB/s   857224 calls/s
# udp tx:   1174 MB/s    19919 calls/s  19919 msg/s
# udp rx:   1151 MB/s   840157 calls/s
# udp tx:   1150 MB/s    19519 calls/s  19519 msg/s
# udp rx:   1158 MB/s   844617 calls/s
# udp tx:   1157 MB/s    19624 calls/s  19624 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__->