Re: [ovs-dev] [PATCH v3 ovn 2/9] lib: link logical routers assigned for the same lb

2021-07-02 Thread Dumitru Ceara
On 6/30/21 11:33 AM, Lorenzo Bianconi wrote: > add logical routers datapath references in ovn_northd_lb data structure. > This is a preliminary patch to invert the logic used during the lb flow > creation in order to visit lb first and then related datapath. > > Signed-off-by: Lorenzo Bianconi >

[ovs-dev] [PATCH v3 ovn 2/9] lib: link logical routers assigned for the same lb

2021-06-30 Thread Lorenzo Bianconi
add logical routers datapath references in ovn_northd_lb data structure. This is a preliminary patch to invert the logic used during the lb flow creation in order to visit lb first and then related datapath. Signed-off-by: Lorenzo Bianconi --- lib/lb.c| 11 +++ lib/lb.h