Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-09 Thread Numan Siddique
On Feb 9, 2018 11:19 PM, "Ben Pfaff" wrote: Oh, and Numan, would you mind including these results or a least a link to them in the archives in the next version of the patch? It's OK if they aren't completely up-to-date, the idea is to make it clear from someone reading the commit

Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-09 Thread Ben Pfaff
Those are fantastic results, thanks for passing them along! On Thu, Feb 08, 2018 at 05:11:26PM -0600, Mark Michelson wrote: > Hi Numan, > > I did a test with this where I created two address sets with ~1000 addresses > in them. Then I created a series of ACLs that used these two address sets in

Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-08 Thread Mark Michelson
Hi Numan, I did a test with this where I created two address sets with ~1000 addresses in them. Then I created a series of ACLs that used these two address sets in ACLs like so: ovn-nbctl acl-add ls0 to-lport 1000 "outport == \"lsp${COUNT}\" && ip4.src == \$set1 && ip4.dst == \$set2" allow

Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-06 Thread Numan Siddique
On Feb 7, 2018 1:06 AM, "Ben Pfaff" wrote: On Wed, Feb 07, 2018 at 12:12:38AM +0530, Numan Siddique wrote: > On Tue, Feb 6, 2018 at 11:31 PM, Ben Pfaff wrote: > > > On Fri, Feb 02, 2018 at 09:06:39PM +0530, nusid...@redhat.com wrote: > > > From: Numan Siddique

Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-06 Thread Ben Pfaff
On Wed, Feb 07, 2018 at 12:12:38AM +0530, Numan Siddique wrote: > On Tue, Feb 6, 2018 at 11:31 PM, Ben Pfaff wrote: > > > On Fri, Feb 02, 2018 at 09:06:39PM +0530, nusid...@redhat.com wrote: > > > From: Numan Siddique > > > > > > Presently, if a logical flow

Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-06 Thread Numan Siddique
On Tue, Feb 6, 2018 at 11:31 PM, Ben Pfaff wrote: > On Fri, Feb 02, 2018 at 09:06:39PM +0530, nusid...@redhat.com wrote: > > From: Numan Siddique > > > > Presently, if a logical flow has possible conjunctive matches, OVN > expression > > parser has support for

[ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-02 Thread nusiddiq
From: Numan Siddique Presently, if a logical flow has possible conjunctive matches, OVN expression parser has support for that. But certain fields like ip4.src, ip4.dst are not considered as dimensions in the conjunctive matches. In order to support all the possible fields