Re: [ovs-dev] [PATCH v5 2/2] ofproto-dpif: avoid unneccesary backer revalidation

2022-03-04 Thread Ilya Maximets
On 2/25/22 14:10, Eelco Chaudron wrote: > > > On 15 Feb 2022, at 5:34, lic121 wrote: > >> If lldp didn't change, we are not supposed to trigger backer >> revalidation. >> Without this patch, bridge_reconfigure() always trigger udpif >> revalidator because of lldp. >> >> This patch also fix lldp

Re: [ovs-dev] [PATCH v5 2/2] ofproto-dpif: avoid unneccesary backer revalidation

2022-02-25 Thread Eelco Chaudron
On 15 Feb 2022, at 5:34, lic121 wrote: > If lldp didn't change, we are not supposed to trigger backer > revalidation. > Without this patch, bridge_reconfigure() always trigger udpif > revalidator because of lldp. > > This patch also fix lldp memory leak bug: > lldp_create() malloc memory for

[ovs-dev] [PATCH v5 2/2] ofproto-dpif: avoid unneccesary backer revalidation

2022-02-14 Thread lic121
If lldp didn't change, we are not supposed to trigger backer revalidation. Without this patch, bridge_reconfigure() always trigger udpif revalidator because of lldp. This patch also fix lldp memory leak bug: lldp_create() malloc memory for lldp->lldpd->g_hardware. lldp_unref is supposed to free