Re: [ovs-dev] [PATCH v3 ovn 3/3] OVN: northd: add rate limiting support for SB controller events

2019-08-21 Thread Numan Siddique
On Mon, Aug 19, 2019 at 8:09 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Introduce the capability to associate a meter to each controller event > type in order to not overload the pinctrl thread under heavy load. > Each event type relies on a meter with a defined name: > -

[ovs-dev] [PATCH v3 ovn 3/3] OVN: northd: add rate limiting support for SB controller events

2019-08-19 Thread Lorenzo Bianconi
Introduce the capability to associate a meter to each controller event type in order to not overload the pinctrl thread under heavy load. Each event type relies on a meter with a defined name: - empty_lb_backends: event-elb Acked-by: Mark Michelson Signed-off-by: Lorenzo Bianconi ---