Uploaded image for project: 'Fast Datapath Product'
  1. Fast Datapath Product
  2. FDP-755

ovn-northd incremental processing - handle ACL creation/deletion

    • Icon: Story Story
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • ovn24.09
    • 8
    • False
    • Hide

      None

      Show
      None
    • False
    • Hide

      Given a system administrator managing a network with ovn-northd,

      When an ACL is created or deleted,

      Then, the ovn-northd incremental processing should handle the ACL change without triggering a full lflow recompute. Also, only the affected logical flows and meters are updated and the operation completes successfully without errors.

      Show
      Given a system administrator managing a network with ovn-northd, When an ACL is created or deleted, Then, the ovn-northd incremental processing should handle the ACL change without triggering a full lflow recompute. Also, only the affected logical flows and meters are updated and the operation completes successfully without errors.
    • None
    • rhel-net-ovn
    • ssg_networking
    • OVN FDP 25.D, OVN FDP Sprint 5
    • 2

      Currently northd incremental processing for lflow fails when ACLs are added/removed.  The I-P node dependencies are:

      NB.ACL -> en_nb_acl -> en_lflow

      NB.ACL -> en_sync_meters -> en_lflow

      Aside from this the en_sync_meters node also gets recomputed on NB.Meter and SB.Meter changes.

      None of these dependency chains have I-P change handlers hence they all result in lflow recomputation which can be costly at scale.

              amusil@redhat.com Ales Musil
              dceara@redhat.com Dumitru Ceara
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: