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:    899 MB/s    15252 calls/s  15252 msg/s
# tcp rx:    905 MB/s    47805 calls/s
# tcp tx:    837 MB/s    14213 calls/s  14213 msg/s
# tcp rx:    848 MB/s    48427 calls/s
# tcp tx:    856 MB/s    14531 calls/s  14531 msg/s
# tcp rx:    854 MB/s    47255 calls/s
# tcp tx:    860 MB/s    14600 calls/s  14600 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:    601 MB/s   435968 calls/s
# udp tx:   1210 MB/s    20528 calls/s  20528 msg/s
# udp rx:    654 MB/s   473733 calls/s
# udp tx:   1276 MB/s    21655 calls/s  21655 msg/s
# udp rx:    657 MB/s   476179 calls/s
# udp tx:   1278 MB/s    21680 calls/s  21680 msg/s
# udp rx:    606 MB/s   439556 calls/s
# udp tx:   1288 MB/s    21861 calls/s  21861 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:   1082 MB/s   789666 calls/s
# udp tx:   1109 MB/s    18823 calls/s  18823 msg/s
# udp rx:   1093 MB/s   797823 calls/s
# udp tx:   1093 MB/s    18548 calls/s  18548 msg/s
# udp rx:   1133 MB/s   826735 calls/s
# udp tx:   1132 MB/s    19211 calls/s  19211 msg/s
# udp rx:   1126 MB/s   821258 calls/s
# udp tx:   1125 MB/s    19087 calls/s  19087 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__->