Re: [ovs-discuss] EMC lookup disabled but still there some processing going on with emc lookup

2018-03-23 Thread O Mahony, Billy
Are you setting emc-insert-inv-prob in the ovsdb before OvS starts? There should not be any packets being processed before the configuration is applied but if you remove the early startup time until you are sure the system is in a steady state from the analysis do you still see time being spend

[ovs-discuss] Extending the same network across datacenters

2018-03-23 Thread Roberto Suárez Soto
Hi,     I've just known about OVS, so please bear with me if I'm asking something silly or already in the FAQs. Don't hesitate to RTFM me if that's the case.     We have a main datacenter and a backup one (for disaster recovery), and would like to be able to start VMs in any of them without

Re: [ovs-discuss] Setting TCP rwnd value in Open vSwitch

2018-03-23 Thread Taimur Hafeez
I applied the patch but it I am unable to do it properly. For this reason, i am sharing environment on which i tried along with the terminal output. Also i tried various other commands of patching but unfortunately all in vain. Could you please what version of OVS and ubuntu you used for this

Re: [ovs-discuss] Way to get average time spent

2018-03-23 Thread O Mahony, Billy
Hi Krish, You will need to compile with debug info and also with in-lining turned off. Many functions get in-lined and in that case the perf report cannot attribute time to the in-lined function but only to the caller. Obviously performance overall drops in that case but the relative cost of