Re: [ovs-dev] [PATCH v3] netdev-linux: Ingress policing to use matchall if basic is, not available.

2021-12-03 Thread Ilya Maximets
On 12/3/21 17:37, Mike Pattrick wrote: > On Fri, Dec 3, 2021 at 9:29 AM Ilya Maximets wrote: >> >> On 11/12/21 18:49, Mike Pattrick wrote: >>> Currently ingress policing uses the basic classifier to apply traffic >>> control filters if hardware offload is not enabled, else it uses >>> matchall.

Re: [ovs-dev] [PATCH v3] netdev-linux: Ingress policing to use matchall if basic is, not available.

2021-12-03 Thread Mike Pattrick
On Fri, Dec 3, 2021 at 9:29 AM Ilya Maximets wrote: > > On 11/12/21 18:49, Mike Pattrick wrote: > > Currently ingress policing uses the basic classifier to apply traffic > > control filters if hardware offload is not enabled, else it uses > > matchall. This change enables fallback onto the

Re: [ovs-dev] [PATCH v3] netdev-linux: Ingress policing to use matchall if basic is, not available.

2021-12-03 Thread Ilya Maximets
On 11/12/21 18:49, Mike Pattrick wrote: > Currently ingress policing uses the basic classifier to apply traffic > control filters if hardware offload is not enabled, else it uses > matchall. This change enables fallback onto the matchall classifier for > cases when the kernel is not built with

Re: [ovs-dev] [PATCH v3] netdev-linux: Ingress policing to use matchall if basic is, not available.

2021-11-19 Thread Eelco Chaudron
On 12 Nov 2021, at 18:49, Mike Pattrick wrote: > Currently ingress policing uses the basic classifier to apply traffic > control filters if hardware offload is not enabled, else it uses > matchall. This change enables fallback onto the matchall classifier for > cases when the kernel is not

Re: [ovs-dev] [PATCH v3] netdev-linux: Ingress policing to use matchall if basic is, not available.

2021-11-12 Thread 0-day Robot
Bleep bloop. Greetings Mike Pattrick, 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. checkpatch: ERROR: Author Mike Pattrick needs to sign off. WARNING: Unexpected sign-offs from developers

[ovs-dev] [PATCH v3] netdev-linux: Ingress policing to use matchall if basic is, not available.

2021-11-12 Thread Mike Pattrick
Currently ingress policing uses the basic classifier to apply traffic control filters if hardware offload is not enabled, else it uses matchall. This change enables fallback onto the matchall classifier for cases when the kernel is not built with basic support and hardware offload is not in use.