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:   1011 MB/s    17148 calls/s  17148 msg/s
# tcp rx:   1038 MB/s    51626 calls/s
# tcp tx:    954 MB/s    16188 calls/s  16188 msg/s
# tcp rx:    952 MB/s    48193 calls/s
# tcp tx:    912 MB/s    15484 calls/s  15484 msg/s
# tcp rx:    916 MB/s    45970 calls/s
# tcp tx:    960 MB/s    16284 calls/s  16284 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:    568 MB/s   411648 calls/s
# udp tx:   1304 MB/s    22125 calls/s  22125 msg/s
# udp rx:    615 MB/s   446464 calls/s
# udp tx:   1229 MB/s    20854 calls/s  20854 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1277 MB/s    21667 calls/s  21667 msg/s
# udp rx:    667 MB/s   483328 calls/s
# udp tx:   1254 MB/s    21282 calls/s  21282 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:   1110 MB/s   809637 calls/s
# udp tx:   1138 MB/s    19317 calls/s  19317 msg/s
# udp rx:   1150 MB/s   839003 calls/s
# udp tx:   1152 MB/s    19551 calls/s  19551 msg/s
# udp rx:   1149 MB/s   838261 calls/s
# udp tx:   1152 MB/s    19548 calls/s  19548 msg/s
# udp rx:   1150 MB/s   838821 calls/s
# udp tx:   1151 MB/s    19532 calls/s  19532 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__->