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:    546 MB/s     9267 calls/s   9267 msg/s
# tcp rx:    550 MB/s    21448 calls/s
# tcp tx:    582 MB/s     9872 calls/s   9872 msg/s
# tcp rx:    583 MB/s    21005 calls/s
# tcp tx:    623 MB/s    10583 calls/s  10583 msg/s
# tcp rx:    624 MB/s    23609 calls/s
# tcp tx:    631 MB/s    10713 calls/s  10713 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:    338 MB/s   246038 calls/s
# udp tx:    444 MB/s     7532 calls/s   7532 msg/s
# udp rx:    387 MB/s   282729 calls/s
# udp tx:    413 MB/s     7014 calls/s   7014 msg/s
# udp rx:    417 MB/s   304238 calls/s
# udp tx:    419 MB/s     7118 calls/s   7118 msg/s
# udp rx:    435 MB/s   317658 calls/s
# udp tx:    436 MB/s     7405 calls/s   7405 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:    373 MB/s   272547 calls/s
# udp tx:    387 MB/s     6571 calls/s   6571 msg/s
# udp rx:    436 MB/s   318266 calls/s
# udp tx:    435 MB/s     7383 calls/s   7383 msg/s
# udp rx:    426 MB/s   311053 calls/s
# udp tx:    425 MB/s     7224 calls/s   7224 msg/s
# udp rx:    415 MB/s   303157 calls/s
# udp tx:    414 MB/s     7032 calls/s   7032 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__->