Re: [ovs-dev] [PATCH v3 0/2] add port-based ingress policing based packet-per-second rate-limiting

2021-07-01 Thread Simon Horman
On Thu, Jul 01, 2021 at 09:47:35PM +0200, Ilya Maximets wrote: > On 7/1/21 9:17 PM, Simon Horman wrote: > > On Tue, Jun 29, 2021 at 08:17:04AM -0700, Marcelo Ricardo Leitner wrote: > >> On Wed, Jun 23, 2021 at 03:47:45PM +0200, Simon Horman wrote: > >>> On Wed, Jun 09, 2021 at 11:52:07AM +0200,

Re: [ovs-dev] [PATCH v3 0/2] add port-based ingress policing based packet-per-second rate-limiting

2021-07-01 Thread Ilya Maximets
On 7/1/21 9:17 PM, Simon Horman wrote: > On Tue, Jun 29, 2021 at 08:17:04AM -0700, Marcelo Ricardo Leitner wrote: >> On Wed, Jun 23, 2021 at 03:47:45PM +0200, Simon Horman wrote: >>> On Wed, Jun 09, 2021 at 11:52:07AM +0200, Simon Horman wrote: Hi, this short test adds support for

Re: [ovs-dev] [PATCH v3 0/2] add port-based ingress policing based packet-per-second rate-limiting

2021-07-01 Thread Simon Horman
On Tue, Jun 29, 2021 at 08:17:04AM -0700, Marcelo Ricardo Leitner wrote: > On Wed, Jun 23, 2021 at 03:47:45PM +0200, Simon Horman wrote: > > On Wed, Jun 09, 2021 at 11:52:07AM +0200, Simon Horman wrote: > > > Hi, > > > > > > this short test adds support for add port-based ingress policing based >

Re: [ovs-dev] [PATCH v3 0/2] add port-based ingress policing based packet-per-second rate-limiting

2021-06-29 Thread Marcelo Ricardo Leitner
On Wed, Jun 23, 2021 at 03:47:45PM +0200, Simon Horman wrote: > On Wed, Jun 09, 2021 at 11:52:07AM +0200, Simon Horman wrote: > > Hi, > > > > this short test adds support for add port-based ingress policing based > > packet-per-second rate-limiting. This builds on existing support for > >

Re: [ovs-dev] [PATCH v3 0/2] add port-based ingress policing based packet-per-second rate-limiting

2021-06-23 Thread Simon Horman
On Wed, Jun 09, 2021 at 11:52:07AM +0200, Simon Horman wrote: > Hi, > > this short test adds support for add port-based ingress policing based > packet-per-second rate-limiting. This builds on existing support for > byte-per-second rate limiting. > > Changes since v2 > > * Remove the for loop

[ovs-dev] [PATCH v3 0/2] add port-based ingress policing based packet-per-second rate-limiting

2021-06-09 Thread Simon Horman
Hi, this short test adds support for add port-based ingress policing based packet-per-second rate-limiting. This builds on existing support for byte-per-second rate limiting. Changes since v2 * Remove the for loop in function nl_msg_put_act_police() * Remove unused enum definition for qos type