v2 -> v3:
  - Split patch #3 by two: first fixes a bug with duplicated route
    advertisement and will be considered for back-porting; the second one
    changes ovn-ic SB:Route schema and documents ovn-ic upgrade details.
  - Address Dumitru's comment regarding loggin rate-limit.

v1 -> v2:
  - Split series by two: OVN IC-related changes and northd OF bucket limits
  - Squash two patches in one
  - Fix memory leak in add_to_routes_ad()
  - Addressed review comments by Dumitru

v1 description here:
  
https://patchwork.ozlabs.org/project/ovn/cover/20221202173147.3032702-1-odiv...@gmail.com/

Vladislav Odintsov (5):
  ic: remove orphan ovn interconnection routes
  ic: lookup southbound port_binding only if needed
  ic: prevent advertising/learning multiple same routes
  ic: minor code improvements
  ic-sb schema: add index for routes table & document upgrade path

 Documentation/intro/install/ovn-upgrades.rst |  20 +++
 NEWS                                         |   4 +
 ic/ovn-ic.c                                  | 142 +++++++++++++------
 ovn-ic-sb.ovsschema                          |   6 +-
 tests/ovn-ic.at                              | 133 +++++++++++++++++
 5 files changed, 257 insertions(+), 48 deletions(-)

-- 
2.36.1

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

Reply via email to