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:    992 MB/s    16828 calls/s  16828 msg/s
# tcp rx:    993 MB/s    50856 calls/s
# tcp tx:    995 MB/s    16882 calls/s  16882 msg/s
# tcp rx:    996 MB/s    50956 calls/s
# tcp tx:    989 MB/s    16775 calls/s  16775 msg/s
# tcp rx:    989 MB/s    50706 calls/s
# tcp tx:    973 MB/s    16514 calls/s  16514 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:    559 MB/s   405291 calls/s
# udp tx:   1261 MB/s    21399 calls/s  21399 msg/s
# udp rx:    560 MB/s   405760 calls/s
# udp tx:   1300 MB/s    22058 calls/s  22058 msg/s
# udp rx:    539 MB/s   390912 calls/s
# udp tx:   1316 MB/s    22335 calls/s  22335 msg/s
# udp rx:    586 MB/s   424960 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 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:   1060 MB/s   773350 calls/s
# udp tx:   1087 MB/s    18440 calls/s  18440 msg/s
# udp rx:   1162 MB/s   847611 calls/s
# udp tx:   1161 MB/s    19699 calls/s  19699 msg/s
# udp rx:   1158 MB/s   845121 calls/s
# udp tx:   1158 MB/s    19643 calls/s  19643 msg/s
# udp rx:   1157 MB/s   844349 calls/s
# udp tx:   1157 MB/s    19629 calls/s  19629 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__->