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:    831 MB/s    14106 calls/s  14106 msg/s
# tcp rx:    834 MB/s    64338 calls/s
# tcp tx:    828 MB/s    14056 calls/s  14056 msg/s
# tcp rx:    830 MB/s    64010 calls/s
# tcp tx:    825 MB/s    14008 calls/s  14008 msg/s
# tcp rx:    826 MB/s    62711 calls/s
# tcp tx:    806 MB/s    13674 calls/s  13674 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:    657 MB/s   476416 calls/s
# udp tx:   1251 MB/s    21221 calls/s  21221 msg/s
# udp rx:    675 MB/s   489319 calls/s
# udp tx:   1274 MB/s    21615 calls/s  21615 msg/s
# udp rx:    678 MB/s   491264 calls/s
# udp tx:   1293 MB/s    21936 calls/s  21936 msg/s
# udp rx:    672 MB/s   486912 calls/s
# udp tx:   1304 MB/s    22128 calls/s  22128 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:   1113 MB/s   811942 calls/s
# udp tx:   1135 MB/s    19267 calls/s  19267 msg/s
# udp rx:   1211 MB/s   883510 calls/s
# udp tx:   1210 MB/s    20529 calls/s  20529 msg/s
# udp rx:   1174 MB/s   856848 calls/s
# udp tx:   1174 MB/s    19915 calls/s  19915 msg/s
# udp rx:   1179 MB/s   860364 calls/s
# udp tx:   1178 MB/s    19990 calls/s  19990 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__->