Re: [ovs-dev] [PATCH ovn v4 07/15] Use get_port_binding_tun instead of chassis_tunnel_find

2022-04-17 Thread Numan Siddique
On Tue, Mar 29, 2022 at 8:48 PM Ihar Hrachyshka wrote: > > Right now consider_port_binding first extracts *a* tunnel for a > chassis, then later in put_remote_port_redirect_overlay it fetches > *the* proper tunnel before configuring encapsulation. > > Instead of doing it in two steps, just extract

[ovs-dev] [PATCH ovn v4 07/15] Use get_port_binding_tun instead of chassis_tunnel_find

2022-03-29 Thread Ihar Hrachyshka
Right now consider_port_binding first extracts *a* tunnel for a chassis, then later in put_remote_port_redirect_overlay it fetches *the* proper tunnel before configuring encapsulation. Instead of doing it in two steps, just extract the proper tunnel info earlier. Signed-off-by: Ihar Hrachyshka -