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 6000
# 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:    657 MB/s    11144 calls/s  11144 msg/s
# tcp rx:    657 MB/s    28728 calls/s
# tcp tx:    666 MB/s    11307 calls/s  11307 msg/s
# tcp rx:    667 MB/s    29290 calls/s
# tcp tx:    711 MB/s    12061 calls/s  12061 msg/s
# tcp rx:    713 MB/s    24900 calls/s
# tcp tx:    705 MB/s    11969 calls/s  11969 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:    393 MB/s   286094 calls/s
# udp tx:    439 MB/s     7449 calls/s   7449 msg/s
# udp rx:    424 MB/s   308309 calls/s
# udp tx:    484 MB/s     8218 calls/s   8218 msg/s
# udp rx:    429 MB/s   312453 calls/s
# udp tx:    475 MB/s     8068 calls/s   8068 msg/s
# udp rx:    425 MB/s   309192 calls/s
# udp tx:    476 MB/s     8076 calls/s   8076 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:    406 MB/s   296284 calls/s
# udp tx:    414 MB/s     7037 calls/s   7037 msg/s
# udp rx:    461 MB/s   336546 calls/s
# udp tx:    464 MB/s     7884 calls/s   7884 msg/s
# udp rx:    615 MB/s   449032 calls/s
# udp tx:    617 MB/s    10477 calls/s  10477 msg/s
# udp rx:    622 MB/s   453638 calls/s
# udp tx:    622 MB/s    10552 calls/s  10552 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__->