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:   1303 MB/s    22106 calls/s  22106 msg/s
# tcp rx:   1308 MB/s    53530 calls/s
# tcp tx:   1519 MB/s    25778 calls/s  25778 msg/s
# tcp rx:   1524 MB/s    66864 calls/s
# tcp tx:   1308 MB/s    22194 calls/s  22194 msg/s
# tcp rx:   1308 MB/s    55137 calls/s
# tcp tx:   1412 MB/s    23951 calls/s  23951 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:    492 MB/s   356310 calls/s
# udp tx:   1641 MB/s    27843 calls/s  27843 msg/s
# udp rx:    678 MB/s   490803 calls/s
# udp tx:   1491 MB/s    25292 calls/s  25292 msg/s
# udp rx:    677 MB/s   489808 calls/s
# udp tx:   1527 MB/s    25906 calls/s  25906 msg/s
# udp rx:    655 MB/s   473875 calls/s
# udp tx:   1493 MB/s    25334 calls/s  25334 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:   1145 MB/s   835770 calls/s
# udp tx:   1178 MB/s    19981 calls/s  19981 msg/s
# udp rx:   1254 MB/s   914716 calls/s
# udp tx:   1262 MB/s    21407 calls/s  21407 msg/s
# udp rx:   1310 MB/s   955930 calls/s
# udp tx:   1308 MB/s    22197 calls/s  22197 msg/s
# udp rx:    665 MB/s   485715 calls/s
# udp tx:    654 MB/s    11100 calls/s  11100 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__->