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:    990 MB/s    16805 calls/s  16805 msg/s
# tcp rx:    991 MB/s    50615 calls/s
# tcp tx:   1022 MB/s    17338 calls/s  17338 msg/s
# tcp rx:   1025 MB/s    50584 calls/s
# tcp tx:    956 MB/s    16230 calls/s  16230 msg/s
# tcp rx:    961 MB/s    48487 calls/s
# tcp tx:   1009 MB/s    17116 calls/s  17116 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:    635 MB/s   460032 calls/s
# udp tx:   1240 MB/s    21037 calls/s  21037 msg/s
# udp rx:    655 MB/s   475136 calls/s
# udp tx:   1164 MB/s    19753 calls/s  19753 msg/s
# udp rx:    660 MB/s   478560 calls/s
# udp tx:   1212 MB/s    20572 calls/s  20572 msg/s
# udp rx:    666 MB/s   483072 calls/s
# udp tx:   1282 MB/s    21758 calls/s  21758 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:   1056 MB/s   770315 calls/s
# udp tx:   1089 MB/s    18476 calls/s  18476 msg/s
# udp rx:   1136 MB/s   829067 calls/s
# udp tx:   1143 MB/s    19389 calls/s  19389 msg/s
# udp rx:   1138 MB/s   830629 calls/s
# udp tx:   1139 MB/s    19325 calls/s  19325 msg/s
# udp rx:   1135 MB/s   828276 calls/s
# udp tx:   1137 MB/s    19291 calls/s  19291 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__->