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:   1023 MB/s    17363 calls/s  17363 msg/s
# tcp rx:   1024 MB/s    52292 calls/s
# tcp tx:   1031 MB/s    17499 calls/s  17499 msg/s
# tcp rx:   1038 MB/s    52528 calls/s
# tcp tx:   1006 MB/s    17063 calls/s  17063 msg/s
# tcp rx:   1006 MB/s    49775 calls/s
# tcp tx:    966 MB/s    16388 calls/s  16388 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:    648 MB/s   469504 calls/s
# udp tx:   1202 MB/s    20390 calls/s  20390 msg/s
# udp rx:    662 MB/s   479681 calls/s
# udp tx:   1273 MB/s    21603 calls/s  21603 msg/s
# udp rx:    661 MB/s   479245 calls/s
# udp tx:   1289 MB/s    21874 calls/s  21874 msg/s
# udp rx:    662 MB/s   479527 calls/s
# udp tx:   1295 MB/s    21976 calls/s  21976 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:   1123 MB/s   819129 calls/s
# udp tx:   1151 MB/s    19533 calls/s  19533 msg/s
# udp rx:   1149 MB/s   838111 calls/s
# udp tx:   1148 MB/s    19485 calls/s  19485 msg/s
# udp rx:   1149 MB/s   838346 calls/s
# udp tx:   1149 MB/s    19493 calls/s  19493 msg/s
# udp rx:   1147 MB/s   837066 calls/s
# udp tx:   1147 MB/s    19462 calls/s  19462 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__->