Re: [ovs-dev] [PATCH ovn v2 1/2] northd: Refactor meter code to avoid duplication.

2023-08-21 Thread Mark Michelson
Hi Dumitru, Thanks for the simplification. Acked-by: Mark Michelson On 8/17/23 11:25, Dumitru Ceara wrote: Use the band_cmp() function instead of duplicating code. Also simplify some of the band related code. Suggested-by: Ales Musil Signed-off-by: Dumitru Ceara --- northd/northd.c |

[ovs-dev] [PATCH ovn v2 1/2] northd: Refactor meter code to avoid duplication.

2023-08-17 Thread Dumitru Ceara
Use the band_cmp() function instead of duplicating code. Also simplify some of the band related code. Suggested-by: Ales Musil Signed-off-by: Dumitru Ceara --- northd/northd.c | 22 -- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/northd/northd.c b/northd