Re: [ovs-dev] [PATCH V2] ovn-controller: Reduce the number of flows by use conjunction action

2018-02-05 Thread Wei Li
在 2018/2/6 0:41, Numan Siddique 写道: On Mon, Feb 5, 2018 at 3:21 PM, Numan Siddique > wrote: On Feb 5, 2018 12:32 PM, "Wei Li" > wrote: your patch is better, pls ignore my patch,

Re: [ovs-dev] [PATCH V2] ovn-controller: Reduce the number of flows by use conjunction action

2018-02-04 Thread Wei Li
your patch is better, pls ignore my patch, it has some bugs. and I have a question, have you considered that situasion: and(or(and(or))), it have 'or' in 2 level. I do not know how to deal with the conjunction of 'or' in level 2. 在 2018/2/3 18:12, Numan Siddique 写道: On Sat, Feb 3, 2018 at

Re: [ovs-dev] [PATCH V2] ovn-controller: Reduce the number of flows by use conjunction action

2018-02-03 Thread Numan Siddique
On Sat, Feb 3, 2018 at 4:37 AM, Ben Pfaff wrote: > On Wed, Oct 18, 2017 at 10:39:12AM +0800, wei wrote: > > This patch convert ovn-sb lflow match expr "(1 or 2) and (3 or 4)" to > > match 1 aciton connjunction(1, 1/2) > > match 2 aciton connjunction(1, 1/2) > > match 3 aciton

Re: [ovs-dev] [PATCH V2] ovn-controller: Reduce the number of flows by use conjunction action

2018-02-02 Thread Ben Pfaff
On Wed, Oct 18, 2017 at 10:39:12AM +0800, wei wrote: > This patch convert ovn-sb lflow match expr "(1 or 2) and (3 or 4)" to > match 1 aciton connjunction(1, 1/2) > match 2 aciton connjunction(1, 1/2) > match 3 aciton connjunction(1, 2/2) > match 4 aciton connjunction(1, 2/2) > match conj_id=1,

[ovs-dev] [PATCH V2] ovn-controller: Reduce the number of flows by use conjunction action

2017-10-17 Thread wei
This patch convert ovn-sb lflow match expr "(1 or 2) and (3 or 4)" to match 1 aciton connjunction(1, 1/2) match 2 aciton connjunction(1, 1/2) match 3 aciton connjunction(1, 2/2) match 4 aciton connjunction(1, 2/2) match conj_id=1, action=XXX NOT support nested conjunction, only use conjunction