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    16723 calls/s  16723 msg/s
# tcp rx:   1008 MB/s    50229 calls/s
# tcp tx:    972 MB/s    16490 calls/s  16490 msg/s
# tcp rx:    979 MB/s    48918 calls/s
# tcp tx:    969 MB/s    16439 calls/s  16439 msg/s
# tcp rx:    970 MB/s    48508 calls/s
# tcp tx:    949 MB/s    16111 calls/s  16111 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:    650 MB/s   471040 calls/s
# udp tx:   1260 MB/s    21383 calls/s  21383 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1293 MB/s    21940 calls/s  21940 msg/s
# udp rx:    670 MB/s   485376 calls/s
# udp tx:   1292 MB/s    21917 calls/s  21917 msg/s
# udp rx:    671 MB/s   486383 calls/s
# udp tx:   1205 MB/s    20438 calls/s  20438 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:   1093 MB/s   797312 calls/s
# udp tx:   1119 MB/s    18984 calls/s  18984 msg/s
# udp rx:   1139 MB/s   831072 calls/s
# udp tx:   1130 MB/s    19175 calls/s  19175 msg/s
# udp rx:   1073 MB/s   783242 calls/s
# udp tx:   1083 MB/s    18372 calls/s  18372 msg/s
# udp rx:   1138 MB/s   830315 calls/s
# udp tx:   1138 MB/s    19318 calls/s  19318 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__->