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:    813 MB/s    13791 calls/s  13791 msg/s
# tcp rx:    813 MB/s    65294 calls/s
# tcp tx:    824 MB/s    13980 calls/s  13980 msg/s
# tcp rx:    824 MB/s    66811 calls/s
# tcp tx:    758 MB/s    12861 calls/s  12861 msg/s
# tcp rx:    758 MB/s    61151 calls/s
# tcp tx:    407 MB/s     6909 calls/s   6909 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:    661 MB/s   479232 calls/s
# udp tx:   1260 MB/s    21386 calls/s  21386 msg/s
# udp rx:    681 MB/s   493824 calls/s
# udp tx:   1264 MB/s    21440 calls/s  21440 msg/s
# udp rx:    680 MB/s   493056 calls/s
# udp tx:   1265 MB/s    21460 calls/s  21460 msg/s
# udp rx:    681 MB/s   493824 calls/s
# udp tx:   1268 MB/s    21517 calls/s  21517 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:    617 MB/s   450538 calls/s
# udp tx:    632 MB/s    10726 calls/s  10726 msg/s
# udp rx:    579 MB/s   422366 calls/s
# udp tx:    579 MB/s     9821 calls/s   9821 msg/s
# udp rx:    651 MB/s   475435 calls/s
# udp tx:    652 MB/s    11062 calls/s  11062 msg/s
# udp rx:    658 MB/s   479919 calls/s
# udp tx:    657 MB/s    11151 calls/s  11151 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__->