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:    965 MB/s    16380 calls/s  16380 msg/s
# tcp rx:    967 MB/s    50872 calls/s
# tcp tx:    975 MB/s    16551 calls/s  16551 msg/s
# tcp rx:    998 MB/s    49690 calls/s
# tcp tx:    985 MB/s    16712 calls/s  16712 msg/s
# tcp rx:    979 MB/s    49060 calls/s
# tcp tx:    971 MB/s    16478 calls/s  16478 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:    574 MB/s   416000 calls/s
# udp tx:   1335 MB/s    22654 calls/s  22654 msg/s
# udp rx:    645 MB/s   468224 calls/s
# udp tx:   1323 MB/s    22452 calls/s  22452 msg/s
# udp rx:    640 MB/s   464128 calls/s
# udp tx:   1307 MB/s    22180 calls/s  22180 msg/s
# udp rx:    629 MB/s   455936 calls/s
# udp tx:   1284 MB/s    21784 calls/s  21784 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:   1139 MB/s   831040 calls/s
# udp tx:   1167 MB/s    19799 calls/s  19799 msg/s
# udp rx:   1108 MB/s   808272 calls/s
# udp tx:   1104 MB/s    18739 calls/s  18739 msg/s
# udp rx:   1126 MB/s   821607 calls/s
# udp tx:   1121 MB/s    19016 calls/s  19016 msg/s
# udp rx:   1116 MB/s   814581 calls/s
# udp tx:   1122 MB/s    19043 calls/s  19043 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__->