mbox series

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

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

Message

Cheng Li April 5, 2022, 10:16 a.m. UTC
This series fix two revalidation triggers:
  - trigger revalidation if ct_zone timeout policy changes
  - avoid revalidation if lldp config doesn't change

The second patch relies on the first one because of ct test cases

lic121 (2):
  ofproto-dpif: trigger revalidate if ct tp changes
  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 | 10 ++++++++--
 tests/ofproto-dpif.at  | 33 +++++++++++++++++++++++++++++++++
 5 files changed, 53 insertions(+), 9 deletions(-)