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:    887 MB/s    15046 calls/s  15046 msg/s
# tcp rx:    887 MB/s    49527 calls/s
# tcp tx:    911 MB/s    15453 calls/s  15453 msg/s
# tcp rx:    912 MB/s    48177 calls/s
# tcp tx:    950 MB/s    16115 calls/s  16115 msg/s
# tcp rx:    951 MB/s    48839 calls/s
# tcp tx:    950 MB/s    16122 calls/s  16122 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:    637 MB/s   461568 calls/s
# udp tx:   1255 MB/s    21286 calls/s  21286 msg/s
# udp rx:    655 MB/s   475187 calls/s
# udp tx:   1218 MB/s    20669 calls/s  20669 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1256 MB/s    21310 calls/s  21310 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1289 MB/s    21869 calls/s  21869 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:   1122 MB/s   818994 calls/s
# udp tx:   1152 MB/s    19547 calls/s  19547 msg/s
# udp rx:   1168 MB/s   852399 calls/s
# udp tx:   1167 MB/s    19797 calls/s  19797 msg/s
# udp rx:   1159 MB/s   845475 calls/s
# udp tx:   1159 MB/s    19670 calls/s  19670 msg/s
# udp rx:   1157 MB/s   844446 calls/s
# udp tx:   1157 MB/s    19626 calls/s  19626 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__->