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:    946 MB/s    16045 calls/s  16045 msg/s
# tcp rx:    946 MB/s    48596 calls/s
# tcp tx:   1043 MB/s    17705 calls/s  17705 msg/s
# tcp rx:   1045 MB/s    53120 calls/s
# tcp tx:   1021 MB/s    17329 calls/s  17329 msg/s
# tcp rx:   1022 MB/s    52213 calls/s
# tcp tx:   1022 MB/s    17339 calls/s  17339 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:    624 MB/s   452352 calls/s
# udp tx:   1214 MB/s    20604 calls/s  20604 msg/s
# udp rx:    653 MB/s   473600 calls/s
# udp tx:   1236 MB/s    20966 calls/s  20966 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1118 MB/s    18975 calls/s  18975 msg/s
# udp rx:    656 MB/s   475392 calls/s
# udp tx:   1225 MB/s    20781 calls/s  20781 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:    642 MB/s   468435 calls/s
# udp tx:    659 MB/s    11190 calls/s  11190 msg/s
# udp rx:    625 MB/s   455947 calls/s
# udp tx:    627 MB/s    10635 calls/s  10635 msg/s
# udp rx:   1114 MB/s   812655 calls/s
# udp tx:   1122 MB/s    19035 calls/s  19035 msg/s
# udp rx:   1132 MB/s   825830 calls/s
# udp tx:   1131 MB/s    19197 calls/s  19197 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__->