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:    625 MB/s    10616 calls/s  10616 msg/s
# tcp rx:    626 MB/s    28747 calls/s
# tcp tx:    672 MB/s    11401 calls/s  11401 msg/s
# tcp rx:    673 MB/s    32039 calls/s
# tcp tx:    617 MB/s    10475 calls/s  10475 msg/s
# tcp rx:    618 MB/s    28044 calls/s
# tcp tx:    588 MB/s     9981 calls/s   9981 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:    351 MB/s   255763 calls/s
# udp tx:    450 MB/s     7633 calls/s   7633 msg/s
# udp rx:    344 MB/s   250437 calls/s
# udp tx:    523 MB/s     8880 calls/s   8880 msg/s
# udp rx:    411 MB/s   299685 calls/s
# udp tx:    464 MB/s     7883 calls/s   7883 msg/s
# udp rx:    479 MB/s   349386 calls/s
# udp tx:    487 MB/s     8261 calls/s   8261 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:    405 MB/s   296012 calls/s
# udp tx:    413 MB/s     7010 calls/s   7010 msg/s
# udp rx:    434 MB/s   317126 calls/s
# udp tx:    436 MB/s     7396 calls/s   7396 msg/s
# udp rx:    445 MB/s   325036 calls/s
# udp tx:    446 MB/s     7574 calls/s   7574 msg/s
# udp rx:    461 MB/s   336781 calls/s
# udp tx:    461 MB/s     7820 calls/s   7820 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__->