make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    985 MB/s    16707 calls/s  16707 msg/s
# tcp rx:   1008 MB/s    51111 calls/s
# tcp tx:    959 MB/s    16278 calls/s  16278 msg/s
# tcp rx:    957 MB/s    49668 calls/s
# tcp tx:    980 MB/s    16634 calls/s  16634 msg/s
# tcp rx:    981 MB/s    48698 calls/s
# tcp tx:    974 MB/s    16526 calls/s  16526 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:    653 MB/s   473600 calls/s
# udp tx:   1180 MB/s    20016 calls/s  20016 msg/s
# udp rx:    657 MB/s   476475 calls/s
# udp tx:   1282 MB/s    21750 calls/s  21750 msg/s
# udp rx:    667 MB/s   483270 calls/s
# udp tx:   1321 MB/s    22420 calls/s  22420 msg/s
# udp rx:    643 MB/s   466023 calls/s
# udp tx:   1330 MB/s    22567 calls/s  22567 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:   1060 MB/s   773503 calls/s
# udp tx:   1085 MB/s    18413 calls/s  18413 msg/s
# udp rx:   1107 MB/s   807792 calls/s
# udp tx:   1106 MB/s    18773 calls/s  18773 msg/s
# udp rx:   1093 MB/s   797833 calls/s
# udp tx:   1094 MB/s    18563 calls/s  18563 msg/s
# udp rx:   1115 MB/s   813328 calls/s
# udp tx:   1115 MB/s    18927 calls/s  18927 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__->