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:    843 MB/s    14313 calls/s  14313 msg/s
# tcp rx:    844 MB/s    70608 calls/s
# tcp tx:    826 MB/s    14011 calls/s  14011 msg/s
# tcp rx:    826 MB/s    69903 calls/s
# tcp tx:    782 MB/s    13269 calls/s  13269 msg/s
# tcp rx:    782 MB/s    72898 calls/s
# tcp tx:    846 MB/s    14359 calls/s  14359 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:    514 MB/s   372992 calls/s
# udp tx:   1158 MB/s    19644 calls/s  19644 msg/s
# udp rx:    577 MB/s   419098 calls/s
# udp tx:    722 MB/s    12251 calls/s  12251 msg/s
# udp rx:    522 MB/s   378845 calls/s
# udp tx:    808 MB/s    13706 calls/s  13706 msg/s
# udp rx:    536 MB/s   388986 calls/s
# udp tx:    715 MB/s    12134 calls/s  12134 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:   1148 MB/s   837665 calls/s
# udp tx:   1175 MB/s    19930 calls/s  19930 msg/s
# udp rx:   1170 MB/s   853790 calls/s
# udp tx:   1172 MB/s    19893 calls/s  19893 msg/s
# udp rx:   1169 MB/s   852918 calls/s
# udp tx:   1177 MB/s    19978 calls/s  19978 msg/s
# udp rx:   1177 MB/s   858729 calls/s
# udp tx:   1176 MB/s    19956 calls/s  19956 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__->