On 27 April 2017 at 07:48, Avi Cohen (A) <[email protected]> wrote: > Hello, > I want to run some stress tests with huge amount of flows in the datapath > cache. > I've tried to do it using openstack - and sdn controller - but not really > succeeded - eventually every time the system crashed
That doesn't sound ideal. > Alternatively - I can create many namespaces and connect to OVS , > How to populate the datapath cache with many flows ? One method you can use is to disable megaflows, then use something like netperf TCP_CRR or run something like nmap to port scan through OVS. Each new connection would establish a separate flow. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
