Re: [ovs-dev] [PATCH ovn] controller: Send RARP/GARP for VIF post link state is up.

2024-06-03 Thread Shibir Basak
Hi team, Can someone please review these changes? Thanks, Shibir Basak From: Shibir Basak Date: Monday, 27 May 2024 at 11:55 PM To: d...@openvswitch.org Cc: Shibir Basak , Naveen Yerramneni Subject: [PATCH ovn] controller: Send RARP/GARP for VIF post link state is up. Currently, GARP/RARP

[ovs-dev] [PATCH ovn] controller: Send RARP/GARP for VIF post link state is up.

2024-05-27 Thread Shibir Basak
Currently, GARP/RARP broadcast is sent for VIFs (part of logical switch with localnet port) after iface-id is set. This fix is to avoid packet loss during migration if iface-id is set even before the VM migration is completed. Signed-off-by: Shibir Basak Acked-by: Naveen Yerramneni

Re: [ovs-dev] [PATCH ovn] northd: Add lsp option force_fdb_lookup.

2024-05-09 Thread Shibir Basak
Hi team, Could someone please review these changes? Thanks, Shibir Basak > On 24-Apr-2024, at 12:15 PM, Shibir Basak wrote: > > This option is applicable only if the lsp is of default 'type' > i.e. type=empty_string (which is a VM (or VIF) interface) and the > lsp al

[ovs-dev] [PATCH ovn] northd: Add lsp option force_fdb_lookup.

2024-04-24 Thread shibir-basak
to learn MAC using FDB. The other way to address this issue is to use pkt_clone_type option but this causes too much of packet duplication when there are multiple ports with unknown address in the logical switch. Signed-off-by: shibir-basak --- northd/northd.c | 16 ovn