Re: [ovs-dev] [PATCH ovn 6/6] controller: only sample pflow if Collector Set exists

2023-01-06 Thread Mark Michelson
Acked-by: Mark Michelson On 12/19/22 11:18, Adrian Moreno wrote: Make physical (pflow) engine node also depend on Flow_Sample_Collector_Set table and only enable flow sampling if the right collector set exists. Signed-off-by: Adrian Moreno --- controller/ovn-controller.c | 104 +

[ovs-dev] [PATCH ovn 6/6] controller: only sample pflow if Collector Set exists

2022-12-19 Thread Adrian Moreno
Make physical (pflow) engine node also depend on Flow_Sample_Collector_Set table and only enable flow sampling if the right collector set exists. Signed-off-by: Adrian Moreno --- controller/ovn-controller.c | 104 ++-- 1 file changed, 75 insertions(+), 29 deletion