Re: [ovs-dev] [PATCH v4 ovn 1/2] OVN: add meter support to trigger_event action

2019-08-29 Thread Mark Michelson
Acked-by: Mark Michelson On 8/28/19 8:13 AM, Lorenzo Bianconi wrote: Introduce meter support to trigger_event action in order to not overload pinctrl thread under heavy load Signed-off-by: Lorenzo Bianconi --- include/ovn/actions.h | 1 + lib/actions.c | 43 +++

[ovs-dev] [PATCH v4 ovn 1/2] OVN: add meter support to trigger_event action

2019-08-28 Thread Lorenzo Bianconi
Introduce meter support to trigger_event action in order to not overload pinctrl thread under heavy load Signed-off-by: Lorenzo Bianconi --- include/ovn/actions.h | 1 + lib/actions.c | 43 +-- ovn-sb.xml| 5 - tests/ovn.at