[ovs-dev] [PATCH ovn] northd: Add change handler for FDB updates.

2024-07-17 Thread Naveen Yerramneni
This change avoids northd full recompute for FDB updates. Signed-off-by: Naveen Yerramneni --- northd/en-northd.c | 11 +++ northd/en-northd.h | 1 + northd/inc-proc-northd.c | 2 +- northd/northd.c | 2 +- northd/northd.h | 2 ++ 5 files changed, 16 ins

Re: [ovs-dev] [PATCH ovn] northd: Add change handler for FDB updates.

2024-07-23 Thread Ales Musil
On Wed, Jul 17, 2024 at 12:46 PM Naveen Yerramneni < naveen.yerramn...@nutanix.com> wrote: > This change avoids northd full recompute for FDB updates. > > Signed-off-by: Naveen Yerramneni > Hi Naveen, thank you for the patch, I have one comment down below. > --- > northd/en-northd.c | 1

Re: [ovs-dev] [PATCH ovn] northd: Add change handler for FDB updates.

2024-07-24 Thread Naveen Yerramneni
> On 24 Jul 2024, at 12:02 PM, Ales Musil wrote: > > CAUTION: External Email > > > On Wed, Jul 17, 2024 at 12:46 PM Naveen Yerramneni > wrote: > This change avoids northd full recompute for FDB updates. > > Signed-off-by: Naveen Yerramneni > > Hi Naveen, > > thank you for the patch, I h

Re: [ovs-dev] [PATCH ovn] northd: Add change handler for FDB updates.

2024-07-24 Thread Ales Musil
On Wed, Jul 24, 2024 at 10:18 AM Naveen Yerramneni < naveen.yerramn...@nutanix.com> wrote: > > > > On 24 Jul 2024, at 12:02 PM, Ales Musil wrote: > > > > CAUTION: External Email > > > > > > On Wed, Jul 17, 2024 at 12:46 PM Naveen Yerramneni < > naveen.yerramn...@nutanix.com> wrote: > > This chang

Re: [ovs-dev] [PATCH ovn] northd: Add change handler for FDB updates.

2024-07-24 Thread Naveen Yerramneni
> On 24 Jul 2024, at 1:54 PM, Ales Musil wrote: > > CAUTION: External Email > > > On Wed, Jul 24, 2024 at 10:18 AM Naveen Yerramneni > wrote: > > > > On 24 Jul 2024, at 12:02 PM, Ales Musil wrote: > > > > CAUTION: External Email > > > > > > On Wed, Jul 17, 2024 at 12:46 PM Naveen Yerr