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

2018-03-21 Thread Krish
Hello everyone I am testing ovs-vswitch caches time spent using intel vtune. I disabled emc lookup using "emc-insert-inv-prob=0" but still I can see emc lookup is not disabled and also there is insertion which takes place into emc also after the packet completes fast-path processing. I am

Re: [ovs-discuss] raft ovsdb clustering

2018-03-21 Thread aginwala
Hi : Just sorted out the correct settings and northd also works in ha in raft. There were 2 issues in the setup: 1. I had started nb db without --db-nb-create-insecure-remote 2. I also started northd locally on all 3 without remote which is like all three northd trying to lock the ovsdb locally.

Re: [ovs-discuss] raft ovsdb clustering

2018-03-21 Thread Han Zhou
Ali, sorry if I misunderstand what you are saying, but pacemaker here is for northd HA. pacemaker itself won't point to any ovsdb cluster node. All northds can point to a LB VIP for the ovsdb cluster, so if a member of ovsdb cluster is down it won't have impact to northd. Without clustering

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

2018-03-21 Thread Michael Ben-Ami via discuss
Thank you so much Ben and team! Assuming it is merged, we will deploy as part of our next OVS upgrade. In the meantime, we have found conjunctive matchers to be a solid workaround to help with limiting the size of the flow bundle, and in turn the consumed memory. On Tue, Mar 20, 2018 at 4:48 PM,

Re: [ovs-discuss] raft ovsdb clustering

2018-03-21 Thread aginwala
:) The only thing is while using pacemaker, if the node that pacemaker if pointing to is down, all the active/standby northd nodes have to be updated to new node from the cluster. But will dig in more to see what else I can find. @Ben: Any suggestions further? Regards, On Wed, Mar 21, 2018 at

Re: [ovs-discuss] raft ovsdb clustering

2018-03-21 Thread aginwala
Thanks Numan: Yup agree with the locking part. For now; yes I am running northd on one node. I might right a script to monitor northd in cluster so that if the node where it's running goes down, script can spin up northd on one other active nodes as a dirty hack. Sure, will await for the inputs

[ovs-discuss] How to enable kernel configuration options NET_CLS_BASIC, NET_SCH_INGRESS, and NET_ACT_POLICE?

2018-03-21 Thread Taimoor Alam
Hi I would like to enable ingress policing in my OVS installation inside a Ubuntu 16.04 VM. The installation guide mentions the following: To compile the kernel module on Linux, you must also install the

Re: [ovs-discuss] raft ovsdb clustering

2018-03-21 Thread Numan Siddique
Hi Aliasgar, ovsdb-server maintains locks per each connection and not across the db. A workaround for you now would be to configure all the ovn-northd instances to connect to one ovsdb-server if you want to have active/standy. Probably Ben can answer if there is a plan to support ovsdb locks

Re: [ovs-discuss] Q-in-Q support in OvS.

2018-03-21 Thread Sławomir Kapłoński
Hi, I think it is added since ovs 2.8 — Best regards Slawek Kaplonski sla...@kaplonski.pl > Wiadomość napisana przez Rohith Basavaraja w > dniu 21.03.2018, o godz. 09:38: > > Hi, > > Is there any plans to support Q-in-Q vlan support in OvS? Any information

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

2018-03-21 Thread Ali Volkan Atli
Hi Taimur The attached patch is what you need. I hope it works for you. - Volkan From: ovs-discuss-boun...@openvswitch.org [ovs-discuss-boun...@openvswitch.org] on behalf of Taimur Hafeez [taimurhafee...@gmail.com] Sent: Wednesday, March 21, 2018 11:58

Re: [ovs-discuss] Q-in-Q support in OvS.

2018-03-21 Thread Ivan Dyukov
Hello, it's already suppoorted: just set ovs-vsctl set Open_vSwitch . other_config:vlan-limit=2 and specify vlan mode for your port: ovs-vsctl set port vhu0fd9ab54-39 vlan_mode=dot1q-tunnel tag=5 Best regards, Ivan On 03/21/2018 11:38 AM, Rohith Basavaraja wrote: Hi, Is there any plans to

[ovs-discuss] Connectivity between bridges with netdev and system datapath

2018-03-21 Thread Dawid Deja
Hello, In my environment I have 2 OVS bridges - 1st with datapath type netdev and 2nd with datapath type system and I'd like to connect those 2. I've tried patchport - they does not work[1], but it is mentioned that one can provide such functionality. How much effort would it take to patch OVS,

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

2018-03-21 Thread Taimur Hafeez
Dear All, I want to modify value of receiver window field(used for flow control) in the TCP header using OpenFlow rule at Open vSwitch. To make it clear what I am trying to do, lets illustrate this in the following way, In_port=1, match src_ip=10.0.0.1, action:set_tcp_rwnd=10, out_port=2

[ovs-discuss] Q-in-Q support in OvS.

2018-03-21 Thread Rohith Basavaraja
Hi, Is there any plans to support Q-in-Q vlan support in OvS? Any information on when it will be supported in OvS? Thanks Rohith ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] raft ovsdb clustering

2018-03-21 Thread aginwala
Hi Numan: Just figured out that ovn-northd is running as active on all 3 nodes instead of one active instance as I continued to test further which results in db errors as per logs. # on node 3, I run ovn-nbctl ls-add ls2 ; it populates below logs in ovn-north