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:    558 MB/s     9480 calls/s   9480 msg/s
# tcp rx:    559 MB/s    25753 calls/s
# tcp tx:    446 MB/s     7569 calls/s   7569 msg/s
# tcp rx:    446 MB/s    21220 calls/s
# tcp tx:    483 MB/s     8205 calls/s   8205 msg/s
# tcp rx:    484 MB/s    20573 calls/s
# tcp tx:    453 MB/s     7692 calls/s   7692 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:    349 MB/s   253905 calls/s
# udp tx:    579 MB/s     9823 calls/s   9823 msg/s
# udp rx:    474 MB/s   345185 calls/s
# udp tx:    497 MB/s     8431 calls/s   8431 msg/s
# udp rx:    542 MB/s   394394 calls/s
# udp tx:    627 MB/s    10640 calls/s  10640 msg/s
# udp rx:    429 MB/s   313198 calls/s
# udp tx:    437 MB/s     7420 calls/s   7420 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:    616 MB/s   449612 calls/s
# udp tx:    625 MB/s    10606 calls/s  10606 msg/s
# udp rx:    575 MB/s   419657 calls/s
# udp tx:    576 MB/s     9772 calls/s   9772 msg/s
# udp rx:    604 MB/s   440771 calls/s
# udp tx:    609 MB/s    10332 calls/s  10332 msg/s
# udp rx:    560 MB/s   408748 calls/s
# udp tx:    556 MB/s     9434 calls/s   9434 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__->