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:    945 MB/s    16030 calls/s  16030 msg/s
# tcp rx:    946 MB/s    48219 calls/s
# tcp tx:    854 MB/s    14499 calls/s  14499 msg/s
# tcp rx:    855 MB/s    48549 calls/s
# tcp tx:    912 MB/s    15483 calls/s  15483 msg/s
# tcp rx:    913 MB/s    48430 calls/s
# tcp tx:    944 MB/s    16027 calls/s  16027 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:    644 MB/s   466826 calls/s
# udp tx:   1209 MB/s    20522 calls/s  20522 msg/s
# udp rx:    653 MB/s   473600 calls/s
# udp tx:   1299 MB/s    22040 calls/s  22040 msg/s
# udp rx:    597 MB/s   432640 calls/s
# udp tx:   1322 MB/s    22425 calls/s  22425 msg/s
# udp rx:    615 MB/s   445696 calls/s
# udp tx:   1296 MB/s    21992 calls/s  21992 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:   1116 MB/s   814194 calls/s
# udp tx:   1145 MB/s    19436 calls/s  19436 msg/s
# udp rx:   1115 MB/s   813605 calls/s
# udp tx:   1118 MB/s    18965 calls/s  18965 msg/s
# udp rx:   1128 MB/s   822711 calls/s
# udp tx:   1128 MB/s    19132 calls/s  19132 msg/s
# udp rx:   1137 MB/s   829655 calls/s
# udp tx:   1137 MB/s    19286 calls/s  19286 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__->