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:   1217 MB/s    20646 calls/s  20646 msg/s
# tcp rx:   1219 MB/s    54995 calls/s
# tcp tx:   1252 MB/s    21243 calls/s  21243 msg/s
# tcp rx:   1252 MB/s    53329 calls/s
# tcp tx:   1324 MB/s    22456 calls/s  22456 msg/s
# tcp rx:   1325 MB/s    59293 calls/s
# tcp tx:   1305 MB/s    22142 calls/s  22142 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:    532 MB/s   385205 calls/s
# udp tx:   1267 MB/s    21497 calls/s  21497 msg/s
# udp rx:    488 MB/s   353151 calls/s
# udp tx:   1053 MB/s    17862 calls/s  17862 msg/s
# udp rx:    381 MB/s   275855 calls/s
# udp tx:   1187 MB/s    20136 calls/s  20136 msg/s
# udp rx:    533 MB/s   385559 calls/s
# udp tx:   1040 MB/s    17645 calls/s  17645 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:    702 MB/s   512321 calls/s
# udp tx:    723 MB/s    12273 calls/s  12273 msg/s
# udp rx:    717 MB/s   523301 calls/s
# udp tx:    716 MB/s    12156 calls/s  12156 msg/s
# udp rx:    688 MB/s   502169 calls/s
# udp tx:    696 MB/s    11812 calls/s  11812 msg/s
# udp rx:    734 MB/s   535729 calls/s
# udp tx:    735 MB/s    12482 calls/s  12482 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__->