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:   1550 MB/s    26297 calls/s  26297 msg/s
# tcp rx:   1553 MB/s    62876 calls/s
# tcp tx:   1580 MB/s    26804 calls/s  26804 msg/s
# tcp rx:   1581 MB/s    64512 calls/s
# tcp tx:   1541 MB/s    26138 calls/s  26138 msg/s
# tcp rx:   1541 MB/s    60769 calls/s
# tcp tx:   1516 MB/s    25716 calls/s  25716 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:    541 MB/s   391424 calls/s
# udp tx:   1642 MB/s    27850 calls/s  27850 msg/s
# udp rx:    677 MB/s   489472 calls/s
# udp tx:   1672 MB/s    28361 calls/s  28361 msg/s
# udp rx:    670 MB/s   484864 calls/s
# udp tx:   1591 MB/s    26990 calls/s  26990 msg/s
# udp rx:    668 MB/s   483328 calls/s
# udp tx:   1677 MB/s    28449 calls/s  28449 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:    637 MB/s   465283 calls/s
# udp tx:    657 MB/s    11157 calls/s  11157 msg/s
# udp rx:    643 MB/s   469025 calls/s
# udp tx:    644 MB/s    10933 calls/s  10933 msg/s
# udp rx:    631 MB/s   460802 calls/s
# udp tx:    632 MB/s    10721 calls/s  10721 msg/s
# udp rx:    640 MB/s   466759 calls/s
# udp tx:    641 MB/s    10872 calls/s  10872 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__->