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:    557 MB/s     9452 calls/s   9452 msg/s
# tcp rx:    557 MB/s    22072 calls/s
# tcp tx:    660 MB/s    11205 calls/s  11205 msg/s
# tcp rx:    664 MB/s    22630 calls/s
# tcp tx:    594 MB/s    10078 calls/s  10078 msg/s
# tcp rx:    593 MB/s    19996 calls/s
# tcp tx:    643 MB/s    10906 calls/s  10906 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:    425 MB/s   309319 calls/s
# udp tx:    511 MB/s     8681 calls/s   8681 msg/s
# udp rx:    509 MB/s   370521 calls/s
# udp tx:    560 MB/s     9514 calls/s   9514 msg/s
# udp rx:    471 MB/s   342334 calls/s
# udp tx:    609 MB/s    10330 calls/s  10330 msg/s
# udp rx:    559 MB/s   406889 calls/s
# udp tx:    616 MB/s    10461 calls/s  10461 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:    517 MB/s   377153 calls/s
# udp tx:    530 MB/s     9004 calls/s   9004 msg/s
# udp rx:    671 MB/s   489518 calls/s
# udp tx:    680 MB/s    11534 calls/s  11534 msg/s
# udp rx:    582 MB/s   424553 calls/s
# udp tx:    581 MB/s     9864 calls/s   9864 msg/s
# udp rx:    512 MB/s   373719 calls/s
# udp tx:    511 MB/s     8683 calls/s   8683 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__->