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:    923 MB/s    15656 calls/s  15656 msg/s
# tcp rx:    923 MB/s    51034 calls/s
# tcp tx:    929 MB/s    15772 calls/s  15772 msg/s
# tcp rx:    931 MB/s    50370 calls/s
# tcp tx:    929 MB/s    15762 calls/s  15762 msg/s
# tcp rx:    929 MB/s    50309 calls/s
# tcp tx:    943 MB/s    16001 calls/s  16001 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:    573 MB/s   415232 calls/s
# udp tx:   1280 MB/s    21711 calls/s  21711 msg/s
# udp rx:    666 MB/s   482520 calls/s
# udp tx:   1297 MB/s    22007 calls/s  22007 msg/s
# udp rx:    666 MB/s   482838 calls/s
# udp tx:   1286 MB/s    21821 calls/s  21821 msg/s
# udp rx:    662 MB/s   480123 calls/s
# udp tx:   1295 MB/s    21971 calls/s  21971 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:    642 MB/s   468230 calls/s
# udp tx:    663 MB/s    11246 calls/s  11246 msg/s
# udp rx:    666 MB/s   486238 calls/s
# udp tx:    667 MB/s    11315 calls/s  11315 msg/s
# udp rx:    640 MB/s   467263 calls/s
# udp tx:    642 MB/s    10897 calls/s  10897 msg/s
# udp rx:    613 MB/s   447070 calls/s
# udp tx:    614 MB/s    10419 calls/s  10419 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__->