v4:
- one patch is added to fix lldp memory leak
- add '!smap_is_empty(cfg)' condition

v3:
- fix lldp test case failure

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 (3):
  ofproto-dpif: trigger revalidation when ipfix config set
  lldp: fix 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 | 13 +++++++++++--
 tests/ofproto-dpif.at  | 33 +++++++++++++++++++++++++++++++++
 5 files changed, 56 insertions(+), 9 deletions(-)

--
1.8.3.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to