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:    930 MB/s    15787 calls/s  15787 msg/s
# tcp rx:    931 MB/s    49312 calls/s
# tcp tx:    888 MB/s    15075 calls/s  15075 msg/s
# tcp rx:    889 MB/s    48221 calls/s
# tcp tx:    895 MB/s    15180 calls/s  15180 msg/s
# tcp rx:    895 MB/s    48092 calls/s
# tcp tx:    893 MB/s    15154 calls/s  15154 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:    605 MB/s   438528 calls/s
# udp tx:   1267 MB/s    21493 calls/s  21493 msg/s
# udp rx:    566 MB/s   410624 calls/s
# udp tx:   1286 MB/s    21815 calls/s  21815 msg/s
# udp rx:    612 MB/s   443392 calls/s
# udp tx:   1265 MB/s    21471 calls/s  21471 msg/s
# udp rx:    627 MB/s   454144 calls/s
# udp tx:   1266 MB/s    21486 calls/s  21486 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:    987 MB/s   720509 calls/s
# udp tx:   1016 MB/s    17238 calls/s  17238 msg/s
# udp rx:   1144 MB/s   834421 calls/s
# udp tx:   1145 MB/s    19420 calls/s  19420 msg/s
# udp rx:   1134 MB/s   827749 calls/s
# udp tx:   1134 MB/s    19242 calls/s  19242 msg/s
# udp rx:   1121 MB/s   818163 calls/s
# udp tx:   1120 MB/s    19005 calls/s  19005 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__->