mbox series

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

Message ID 20220128143929237262128@chinatelecom.cn
Headers show
Series fix dpif backer revalidation | expand

Message

Cheng Li Jan. 28, 2022, 6:39 a.m. UTC
v2:
- add TODO comments to clear ipfix patch coverage
- test lldp enabling more than pointer
- add test cases for lldp

ovsdb change or netlink notification trigger bridge_reconfigure.
In bridge_reconfigure, backer->need_revalidate flag is set if backer
revalidation is needed.

This series fix two places where need_revalidate flag is not set
correctly.


lic121 (2):
  ofproto-dpif: trigger revalidation when ipfix config set
  ofproto-dpif: avoid unneccesary backer revalidation

 lib/ovs-lldp.c         |  8 ++++++++
 lib/ovs-lldp.h         |  1 +
 ofproto/ofproto-dpif.c | 11 ++++++++++-
 tests/ofproto-dpif.at  | 33 +++++++++++++++++++++++++++++++++
 4 files changed, 52 insertions(+), 1 deletion(-)

--
1.8.3.1