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:    857 MB/s    14543 calls/s  14543 msg/s
# tcp rx:    858 MB/s    67044 calls/s
# tcp tx:    850 MB/s    14417 calls/s  14417 msg/s
# tcp rx:    850 MB/s    65631 calls/s
# tcp tx:    852 MB/s    14462 calls/s  14462 msg/s
# tcp rx:    853 MB/s    63391 calls/s
# tcp tx:    797 MB/s    13533 calls/s  13533 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:    637 MB/s   462080 calls/s
# udp tx:   1210 MB/s    20523 calls/s  20523 msg/s
# udp rx:    674 MB/s   488448 calls/s
# udp tx:   1266 MB/s    21478 calls/s  21478 msg/s
# udp rx:    674 MB/s   488192 calls/s
# udp tx:   1254 MB/s    21277 calls/s  21277 msg/s
# udp rx:    675 MB/s   489472 calls/s
# udp tx:   1277 MB/s    21667 calls/s  21667 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:   1133 MB/s   826850 calls/s
# udp tx:   1157 MB/s    19628 calls/s  19628 msg/s
# udp rx:   1095 MB/s   798715 calls/s
# udp tx:   1094 MB/s    18556 calls/s  18556 msg/s
# udp rx:   1133 MB/s   826840 calls/s
# udp tx:   1131 MB/s    19188 calls/s  19188 msg/s
# udp rx:   1142 MB/s   833227 calls/s
# udp tx:   1145 MB/s    19430 calls/s  19430 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__->