Re: [ovs-dev] [PATCH ovn v3 2/4] controller: Further encapsulate the CT zone handling.

2024-06-23 Thread Ales Musil
On Fri, Jun 21, 2024 at 6:09 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Hi Ales, > > just a nit inline. Other than that: > > Acked-by: Lorenzo Bianconi > > Hi Lorenzo, thank you for the review. > > > Move more code into the new ct-zone module and encapsulate > > functionality

Re: [ovs-dev] [PATCH ovn v3 2/4] controller: Further encapsulate the CT zone handling.

2024-06-21 Thread Lorenzo Bianconi
Hi Ales, just a nit inline. Other than that: Acked-by: Lorenzo Bianconi > Move more code into the new ct-zone module and encapsulate > functionality that is strictly related to CT zone handling. > > Signed-off-by: Ales Musil > --- > v3: Rebase on top of latest main. > --- > controller/ct-zon

[ovs-dev] [PATCH ovn v3 2/4] controller: Further encapsulate the CT zone handling.

2024-06-16 Thread Ales Musil
Move more code into the new ct-zone module and encapsulate functionality that is strictly related to CT zone handling. Signed-off-by: Ales Musil --- v3: Rebase on top of latest main. --- controller/ct-zone.c| 156 +--- controller/ct-zone.h| 8 +-