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:   1009 MB/s    17130 calls/s  17130 msg/s
# tcp rx:   1010 MB/s    51757 calls/s
# tcp tx:   1019 MB/s    17299 calls/s  17299 msg/s
# tcp rx:   1021 MB/s    52262 calls/s
# tcp tx:   1016 MB/s    17243 calls/s  17243 msg/s
# tcp rx:   1017 MB/s    52020 calls/s
# tcp tx:   1009 MB/s    17125 calls/s  17125 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:    644 MB/s   466944 calls/s
# udp tx:   1185 MB/s    20100 calls/s  20100 msg/s
# udp rx:    655 MB/s   474368 calls/s
# udp tx:   1274 MB/s    21611 calls/s  21611 msg/s
# udp rx:    656 MB/s   475648 calls/s
# udp tx:   1240 MB/s    21048 calls/s  21048 msg/s
# udp rx:    655 MB/s   474368 calls/s
# udp tx:   1286 MB/s    21813 calls/s  21813 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:   1088 MB/s   793979 calls/s
# udp tx:   1112 MB/s    18871 calls/s  18871 msg/s
# udp rx:    795 MB/s   580305 calls/s
# udp tx:    788 MB/s    13381 calls/s  13381 msg/s
# udp rx:    653 MB/s   476824 calls/s
# udp tx:    655 MB/s    11117 calls/s  11117 msg/s
# udp rx:    653 MB/s   476915 calls/s
# udp tx:    656 MB/s    11130 calls/s  11130 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__->