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:    969 MB/s    16438 calls/s  16438 msg/s
# tcp rx:    969 MB/s    49857 calls/s
# tcp tx:    819 MB/s    13902 calls/s  13902 msg/s
# tcp rx:    833 MB/s    43963 calls/s
# tcp tx:    576 MB/s     9777 calls/s   9777 msg/s
# tcp rx:    573 MB/s    29429 calls/s
# tcp tx:    588 MB/s     9974 calls/s   9974 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:    483 MB/s   350976 calls/s
# udp tx:    809 MB/s    13736 calls/s  13736 msg/s
# udp rx:    589 MB/s   427264 calls/s
# udp tx:   1222 MB/s    20742 calls/s  20742 msg/s
# udp rx:    639 MB/s   463872 calls/s
# udp tx:   1129 MB/s    19164 calls/s  19164 msg/s
# udp rx:    640 MB/s   463616 calls/s
# udp tx:   1302 MB/s    22099 calls/s  22099 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:    856 MB/s   624526 calls/s
# udp tx:    872 MB/s    14800 calls/s  14800 msg/s
# udp rx:    678 MB/s   494502 calls/s
# udp tx:    675 MB/s    11455 calls/s  11455 msg/s
# udp rx:    712 MB/s   519412 calls/s
# udp tx:    718 MB/s    12191 calls/s  12191 msg/s
# udp rx:    732 MB/s   534094 calls/s
# udp tx:    734 MB/s    12458 calls/s  12458 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__->