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:    590 MB/s    10012 calls/s  10012 msg/s
# tcp rx:    591 MB/s    37476 calls/s
# tcp tx:    578 MB/s     9819 calls/s   9819 msg/s
# tcp rx:    579 MB/s    39892 calls/s
# tcp tx:    570 MB/s     9681 calls/s   9681 msg/s
# tcp rx:    571 MB/s    39783 calls/s
# tcp tx:    576 MB/s     9775 calls/s   9775 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:    543 MB/s   393897 calls/s
# udp tx:    774 MB/s    13128 calls/s  13128 msg/s
# udp rx:    546 MB/s   396275 calls/s
# udp tx:    759 MB/s    12875 calls/s  12875 msg/s
# udp rx:    647 MB/s   469586 calls/s
# udp tx:   1006 MB/s    17068 calls/s  17068 msg/s
# udp rx:    680 MB/s   493152 calls/s
# udp tx:   1238 MB/s    21012 calls/s  21012 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:   1106 MB/s   807333 calls/s
# udp tx:   1132 MB/s    19216 calls/s  19216 msg/s
# udp rx:   1162 MB/s   847520 calls/s
# udp tx:   1165 MB/s    19774 calls/s  19774 msg/s
# udp rx:   1167 MB/s   851370 calls/s
# udp tx:   1168 MB/s    19818 calls/s  19818 msg/s
# udp rx:   1172 MB/s   854933 calls/s
# udp tx:   1175 MB/s    19935 calls/s  19935 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__->