mbox series

[ovs-dev,v2,0/2] fix revalidation triggers

Message ID cover.1653574451.git.lic121@chinatelecom.cn
Headers show
Series fix revalidation triggers | expand

Message

Cheng Li May 26, 2022, 2:25 p.m. UTC
v2:
  - split lldp patch into two


This series fix revalidation trigger:
  - avoid revalidation if lldp config doesn't change

I have these two patch in one series because the second patch may fails
without the first one.


lic121 (2):
  lldp: fix lldp memory leak
  ofproto-dpif: avoid unneccesary backer revalidation

 lib/lldp/lldpd.c       | 10 +++-------
 lib/ovs-lldp.c         |  8 ++++++++
 lib/ovs-lldp.h         |  1 +
 ofproto/ofproto-dpif.c |  7 +++++--
 tests/ofproto-dpif.at  | 33 +++++++++++++++++++++++++++++++++
 5 files changed, 50 insertions(+), 9 deletions(-)