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:    938 MB/s    15918 calls/s  15918 msg/s
# tcp rx:    938 MB/s    49827 calls/s
# tcp tx:    936 MB/s    15884 calls/s  15884 msg/s
# tcp rx:    936 MB/s    50772 calls/s
# tcp tx:    888 MB/s    15076 calls/s  15076 msg/s
# tcp rx:    889 MB/s    50345 calls/s
# tcp tx:    936 MB/s    15887 calls/s  15887 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:    424 MB/s   307510 calls/s
# udp tx:    832 MB/s    14124 calls/s  14124 msg/s
# udp rx:    472 MB/s   342210 calls/s
# udp tx:    835 MB/s    14163 calls/s  14163 msg/s
# udp rx:    522 MB/s   378112 calls/s
# udp tx:    860 MB/s    14602 calls/s  14602 msg/s
# udp rx:    521 MB/s   377344 calls/s
# udp tx:    860 MB/s    14597 calls/s  14597 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:   1129 MB/s   823550 calls/s
# udp tx:   1156 MB/s    19608 calls/s  19608 msg/s
# udp rx:   1149 MB/s   838127 calls/s
# udp tx:   1147 MB/s    19470 calls/s  19470 msg/s
# udp rx:   1138 MB/s   830480 calls/s
# udp tx:   1138 MB/s    19302 calls/s  19302 msg/s
# udp rx:   1150 MB/s   839294 calls/s
# udp tx:   1149 MB/s    19498 calls/s  19498 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__->