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:    742 MB/s    12586 calls/s  12586 msg/s
# tcp rx:    742 MB/s    72214 calls/s
# tcp tx:    750 MB/s    12726 calls/s  12726 msg/s
# tcp rx:    750 MB/s    61685 calls/s
# tcp tx:    421 MB/s     7155 calls/s   7155 msg/s
# tcp rx:    422 MB/s    39493 calls/s
# tcp tx:    438 MB/s     7437 calls/s   7437 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:    614 MB/s   445367 calls/s
# udp tx:   1114 MB/s    18906 calls/s  18906 msg/s
# udp rx:    623 MB/s   452044 calls/s
# udp tx:   1067 MB/s    18106 calls/s  18106 msg/s
# udp rx:    625 MB/s   452864 calls/s
# udp tx:   1210 MB/s    20537 calls/s  20537 msg/s
# udp rx:    658 MB/s   476928 calls/s
# udp tx:   1195 MB/s    20273 calls/s  20273 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:    588 MB/s   429465 calls/s
# udp tx:    602 MB/s    10212 calls/s  10212 msg/s
# udp rx:    594 MB/s   433766 calls/s
# udp tx:    595 MB/s    10106 calls/s  10106 msg/s
# udp rx:    622 MB/s   454159 calls/s
# udp tx:    621 MB/s    10541 calls/s  10541 msg/s
# udp rx:    606 MB/s   442475 calls/s
# udp tx:    606 MB/s    10293 calls/s  10293 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__->