Re: [ovs-dev] [v3] dpif/dpcls: limit count subtable search info logs

2021-07-09 Thread Van Haaren, Harry
> -Original Message- > From: Flavio Leitner > Sent: Friday, July 9, 2021 3:24 PM > To: Van Haaren, Harry > Cc: Amber, Kumar ; ovs-dev@openvswitch.org > Subject: Re: [ovs-dev] [v3] dpif/dpcls: limit count subtable search info logs > > On Fri, Jul 09, 2021 at 01:4

Re: [ovs-dev] [v3] dpif/dpcls: limit count subtable search info logs

2021-07-09 Thread Flavio Leitner
On Fri, Jul 09, 2021 at 01:43:08PM +, Van Haaren, Harry wrote: > > -Original Message- > > > > > +Optimizing Specific Subtable Search > > > +~~~ > > > + > > > +The DPCLS wildcarding engine can be "specialized" to handle specific > > > subtable > > >

Re: [ovs-dev] [v3] dpif/dpcls: limit count subtable search info logs

2021-07-09 Thread Van Haaren, Harry
> -Original Message- > From: Flavio Leitner > Sent: Friday, July 9, 2021 2:05 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; Van Haaren, Harry > ; Stokes, Ian > Subject: Re: [v3] dpif/dpcls: limit count subtable search info logs > > > > > +Optimizing Specific Subtable Search >

Re: [ovs-dev] [v3] dpif/dpcls: limit count subtable search info logs

2021-07-09 Thread Flavio Leitner
Hi, Thanks for following up with this patch. See my comments below. On Thu, Jul 08, 2021 at 09:41:54PM +0530, kumar Amber wrote: > From: Harry van Haaren > > This commit avoids many instances of "using subtable X for miniflow (x,y)" > in the ovs-vswitchd log when using the DPCLS

Re: [ovs-dev] [v3] dpif/dpcls: limit count subtable search info logs

2021-07-08 Thread 0-day Robot
Bleep bloop. Greetings kumar Amber, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: sha1 information is lacking or useless (Documentation/topics/dpdk/bridge.rst). error: could

[ovs-dev] [v3] dpif/dpcls: limit count subtable search info logs

2021-07-08 Thread kumar Amber
From: Harry van Haaren This commit avoids many instances of "using subtable X for miniflow (x,y)" in the ovs-vswitchd log when using the DPCLS Autovalidator. This occurs when no specialized subtable is found, and the generic "_any" version of the avx512 subtable search implementation was used.