Re: [ovs-dev] Imperative vs. Declarative abstraction at the SB DB

2018-04-12 Thread Liran Schour
Ben Pfaff <b...@ovn.org> wrote on 06/04/2018 11:05:24 PM: > On Fri, Mar 30, 2018 at 05:15:57AM +0200, Liran Schour wrote: > > I wanted to raise a question that I came a cross. Maybe the community > > already dealt with it. > > > > The ovn-northd translate

[ovs-dev] Imperative vs. Declarative abstraction at the SB DB

2018-03-30 Thread Liran Schour
Hi all, I wanted to raise a question that I came a cross. Maybe the community already dealt with it. The ovn-northd translates the CMS's commands that resides in the NB DB into the SB DB. Specifically it produces the Logical_flow table which represent the L2 L3 topologies specified in the NB

[ovs-dev] Imperative vs. Declarative abstraction at the SB DB

2018-03-29 Thread Liran Schour
Hi all, I wanted to raise a question that I came a cross. Maybe the community already dealt with it. The ovn-northd translates the CMS's commands that resides in the NB DB into the SB DB. Specifically it produces the Logical_flow table which represent the L2 L3 topologies specified in the NB

Re: [ovs-dev] [PATCH 2/2] monitor: Simplify calculation ofcond->conditional.

2017-08-31 Thread Liran Schour
} > -} > ovsdb_condition_destroy(>old_condition); > ovsdb_condition_clone(>old_condition, >new_condition); > ovsdb_monitor_session_condition_set_mode(condition); > -- > 2.10.2 > Thanks for the cleanup. It is a forgotten leftover from a failed effort of "optimization" :) Acked-by: Liran Schour <lir...@il.ibm.com> ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v1 1/4] ovn: l3ha, handling of multiple gateways

2017-06-06 Thread Liran Schour
vs. L3 balancing. Am I clearer now? - Liran From: Miguel Angel Ajo Pelayo <majop...@redhat.com> To: Liran Schour <lir...@il.ibm.com> Cc: ovs dev <d...@openvswitch.org> Date: 06/06/2017 12:34 PM Subject:Re: [ovs-dev] [PATCH v1 1/4] ovn: l3ha, handling of

Re: [ovs-dev] [PATCH v1 1/4] ovn: l3ha, handling of multiple gateways

2017-06-05 Thread Liran Schour
ovs-dev-boun...@openvswitch.org wrote on 02/06/2017 03:31:41 PM: > From: Miguel Angel Ajo > > This patch handles multiple gateways with priorities in chassisredirect > ports, any gateway with a chassis redirect port will implement the > rules to de-encapsulate incomming

Re: [ovs-dev] [PATCH] ovsdb: Check null before deref in ovsdb_monitor_table_condition_update().

2017-05-29 Thread Liran Schour
Thanks, - Liran ovs-dev-boun...@openvswitch.org wrote on 27/05/2017 06:51:15 AM: > From: Ben Pfaff > To: d...@openvswitch.org > Cc: Ben Pfaff > Date: 27/05/2017 06:51 AM > Subject: [ovs-dev] [PATCH] ovsdb: Check null before deref in >

Re: [ovs-dev] [PATCH v3 16/16] ovn-controller: Monitor only necessary southbound rows.

2016-12-19 Thread Liran Schour
ting the > patch ports from the Port_Binding table and using these relationships to > determine connections between datapaths. > > This patch is strongly influenced by earlier work from the CCed developers. > I am grateful for their assistance. > > CC: Darrell Ball <dlu.

Re: [ovs-dev] [PATCH v3 15/16] ovsdb-idl: Change interface to conditional monitoring.

2016-12-19 Thread Liran Schour
gt; > Signed-off-by: Ben Pfaff <b...@ovn.org> > --- One small issue. Maybe it will be good to sort the clauses array when adding a new clause so ovsdb_idl_clause_equals() will not return false on none sorted equals conditions. Acked-by: Liran Schour <lir...@il.ibm.

Re: [ovs-dev] [patch_v8] ovn: Add datapaths of interest filtering.

2016-11-30 Thread Liran Schour
Darrell Ball <dlu...@gmail.com> wrote on 30/11/2016 02:29:01 AM: > On Tue, Nov 29, 2016 at 4:10 AM, Liran Schour <lir...@il.ibm.com> wrote: > Ben Pfaff <b...@ovn.org> wrote on 29/11/2016 12:51:51 AM: > > > I hope that this version is ready to go in. Liran, ar