make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    723 MB/s    12279 calls/s  12279 msg/s
# tcp rx:    733 MB/s    38910 calls/s
# tcp tx:    843 MB/s    14310 calls/s  14310 msg/s
# tcp rx:    848 MB/s    42613 calls/s
# tcp tx:    990 MB/s    16797 calls/s  16797 msg/s
# tcp rx:    989 MB/s    50010 calls/s
# tcp tx:    874 MB/s    14834 calls/s  14834 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:    567 MB/s   411705 calls/s
# udp tx:   1037 MB/s    17597 calls/s  17597 msg/s
# udp rx:    656 MB/s   475904 calls/s
# udp tx:   1247 MB/s    21155 calls/s  21155 msg/s
# udp rx:    659 MB/s   477696 calls/s
# udp tx:   1288 MB/s    21855 calls/s  21855 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1288 MB/s    21855 calls/s  21855 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:   1040 MB/s   758898 calls/s
# udp tx:   1068 MB/s    18115 calls/s  18115 msg/s
# udp rx:    982 MB/s   716539 calls/s
# udp tx:    985 MB/s    16716 calls/s  16716 msg/s
# udp rx:   1005 MB/s   733257 calls/s
# udp tx:   1007 MB/s    17092 calls/s  17092 msg/s
# udp rx:    927 MB/s   676195 calls/s
# udp tx:    927 MB/s    15731 calls/s  15731 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__->