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:    821 MB/s    13938 calls/s  13938 msg/s
# tcp rx:    828 MB/s    66505 calls/s
# tcp tx:    820 MB/s    13911 calls/s  13911 msg/s
# tcp rx:    819 MB/s    62798 calls/s
# tcp tx:    794 MB/s    13470 calls/s  13470 msg/s
# tcp rx:    794 MB/s    62580 calls/s
# tcp tx:    786 MB/s    13343 calls/s  13343 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:    611 MB/s   442880 calls/s
# udp tx:   1224 MB/s    20760 calls/s  20760 msg/s
# udp rx:    617 MB/s   447081 calls/s
# udp tx:   1292 MB/s    21919 calls/s  21919 msg/s
# udp rx:    674 MB/s   488768 calls/s
# udp tx:   1285 MB/s    21797 calls/s  21797 msg/s
# udp rx:    673 MB/s   488028 calls/s
# udp tx:   1250 MB/s    21205 calls/s  21205 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:   1095 MB/s   798624 calls/s
# udp tx:   1123 MB/s    19053 calls/s  19053 msg/s
# udp rx:   1129 MB/s   823868 calls/s
# udp tx:   1128 MB/s    19147 calls/s  19147 msg/s
# udp rx:   1134 MB/s   827252 calls/s
# udp tx:   1133 MB/s    19225 calls/s  19225 msg/s
# udp rx:   1137 MB/s   829464 calls/s
# udp tx:   1136 MB/s    19278 calls/s  19278 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__->