make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    940 MB/s    15953 calls/s  15953 msg/s
# tcp rx:    940 MB/s    48572 calls/s
# tcp tx:    929 MB/s    15768 calls/s  15768 msg/s
# tcp rx:    930 MB/s    48245 calls/s
# tcp tx:    946 MB/s    16059 calls/s  16059 msg/s
# tcp rx:    947 MB/s    48496 calls/s
# tcp tx:    944 MB/s    16025 calls/s  16025 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:    621 MB/s   449792 calls/s
# udp tx:   1252 MB/s    21251 calls/s  21251 msg/s
# udp rx:    656 MB/s   476530 calls/s
# udp tx:   1245 MB/s    21121 calls/s  21121 msg/s
# udp rx:    668 MB/s   483785 calls/s
# udp tx:   1247 MB/s    21158 calls/s  21158 msg/s
# udp rx:    668 MB/s   484007 calls/s
# udp tx:   1247 MB/s    21165 calls/s  21165 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:   1112 MB/s   811117 calls/s
# udp tx:   1143 MB/s    19392 calls/s  19392 msg/s
# udp rx:   1153 MB/s   841564 calls/s
# udp tx:   1150 MB/s    19515 calls/s  19515 msg/s
# udp rx:   1113 MB/s   812076 calls/s
# udp tx:   1113 MB/s    18890 calls/s  18890 msg/s
# udp rx:   1155 MB/s   842699 calls/s
# udp tx:   1154 MB/s    19581 calls/s  19581 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__->