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:    788 MB/s    13371 calls/s  13371 msg/s
# tcp rx:    789 MB/s    68674 calls/s
# tcp tx:    790 MB/s    13408 calls/s  13408 msg/s
# tcp rx:    791 MB/s    65613 calls/s
# tcp tx:    784 MB/s    13301 calls/s  13301 msg/s
# tcp rx:    784 MB/s    65762 calls/s
# tcp tx:    775 MB/s    13151 calls/s  13151 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:    618 MB/s   448000 calls/s
# udp tx:   1224 MB/s    20761 calls/s  20761 msg/s
# udp rx:    669 MB/s   484864 calls/s
# udp tx:   1305 MB/s    22148 calls/s  22148 msg/s
# udp rx:    668 MB/s   483840 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1304 MB/s    22124 calls/s  22124 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:   1118 MB/s   815700 calls/s
# udp tx:   1144 MB/s    19414 calls/s  19414 msg/s
# udp rx:   1114 MB/s   812529 calls/s
# udp tx:   1112 MB/s    18874 calls/s  18874 msg/s
# udp rx:   1170 MB/s   853676 calls/s
# udp tx:   1169 MB/s    19841 calls/s  19841 msg/s
# udp rx:   1119 MB/s   816599 calls/s
# udp tx:   1118 MB/s    18971 calls/s  18971 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__->