[ovs-discuss] raft ovsdb clustering

2018-03-12 Thread aginwala
Hi Ben/Noman: I am trying to setup 3 node southbound db cluster using raft10 in review. # Node 1 create-cluster ovsdb-tool create-cluster /etc/openvswitch/ovnsb_db.db /root/ovs-reviews/ovn/ovn-sb.ovsschema tcp:10.99.152.148:6642 # Node 2 ovsdb-tool j

[ovs-discuss] ovs-ofctl memory consumption is large compared to flow bundle size [formatting correction]

2018-03-12 Thread Michael Ben-Ami via discuss
Hello all, We found that when we add a flow bundle of about 25MB of textual flows, ovs-ofctl ballooned in resident memory to around 563MB. Similarly for a bundle about half the size at 12.4MB, ovs-ofctl hit 285MB. We've attached environment and reproduction details below, including a link to the

[ovs-discuss] ovs-ofctl memory consumption is large compared to flow bundle size

2018-03-12 Thread Michael Ben-Ami via discuss
*Hello all,We found that the we add a flow bundle of about 25MB of textual flows, ovs-ofctl ballooned in resident memory to around 563MB. Similarly for a bundle about half the size at 12.4MB, ovs-ofctl hit 285MB.We've attached environment and reproduction details below, including a link to the actu

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

2018-03-12 Thread Justin Pettit
Greg (cc'd) could probably provide you a better answer, but I suspect the perf tool is a good place to start. --Justin > On Mar 12, 2018, at 3:24 AM, Krish wrote: > > Hi users, > > I need to get the average time spent in packet extraction then in first level > cache , second level cache. I

[ovs-discuss] Way to get average time spent

2018-03-12 Thread Krish
Hi users, I need to get the average time spent in packet extraction then in first level cache , second level cache. I don't know the way to measure that. Can anyone please help me pointing to right direction? I think, I need to modify some code. Please guide me if I am right or wrong. Looking f

Re: [ovs-discuss] ovs route refresh problem

2018-03-12 Thread Yinpeijun
>>On Thu, Mar 01, 2018 at 10:21:38AM -0800, Ben Pfaff wrote: >> >>> On Fri, Feb 23, 2018 at 03:30:59AM +, Yinpeijun wrote: >>> >>> > >>> >

Re: [ovs-discuss] Including bfd status for tunnel endpoints on ovs-vsctl show

2018-03-12 Thread Miguel Angel Ajo Pelayo
Eran was asking me if we can think of a way to get the remote tunnel endpoint host also displayed in the options dictionary. I guess we could add another key to the dictionary with "remote_host" from ovn-controller, a matter for a separate patch. On Fri, Mar 9, 2018 at 7:20 PM Ben Pfaff wrote: