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:    653 MB/s    11090 calls/s  11090 msg/s
# tcp rx:    657 MB/s    26283 calls/s
# tcp tx:    641 MB/s    10873 calls/s  10873 msg/s
# tcp rx:    643 MB/s    30563 calls/s
# tcp tx:    566 MB/s     9616 calls/s   9616 msg/s
# tcp rx:    565 MB/s    23282 calls/s
# tcp tx:    611 MB/s    10372 calls/s  10372 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:    441 MB/s   320866 calls/s
# udp tx:    573 MB/s     9721 calls/s   9721 msg/s
# udp rx:    399 MB/s   290149 calls/s
# udp tx:    577 MB/s     9796 calls/s   9796 msg/s
# udp rx:    463 MB/s   336960 calls/s
# udp tx:    576 MB/s     9777 calls/s   9777 msg/s
# udp rx:    568 MB/s   413120 calls/s
# udp tx:    641 MB/s    10879 calls/s  10879 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:    575 MB/s   419627 calls/s
# udp tx:    598 MB/s    10147 calls/s  10147 msg/s
# udp rx:    602 MB/s   439642 calls/s
# udp tx:    601 MB/s    10206 calls/s  10206 msg/s
# udp rx:    630 MB/s   459931 calls/s
# udp tx:    630 MB/s    10688 calls/s  10688 msg/s
# udp rx:    621 MB/s   453552 calls/s
# udp tx:    621 MB/s    10540 calls/s  10540 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__->