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

simplify macros for lflow-creation

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • None
    • OVN
    • None
    • 5
    • Hide

      Given OVN codebase has many macros for adding logical flows,

      When a developer needs to add a new field or create a new lflow,

      Then the code should allow adding fields easily without creating multiple new macros, improving flexibility and maintainability.

      Show
      Given OVN codebase has many macros for adding logical flows, When a developer needs to add a new field or create a new lflow, Then the code should allow adding fields easily without creating multiple new macros, improving flexibility and maintainability.
    • None
    • rhel-net-ovn
    • ssg_networking
    • OVN FDP Sprint 14
    • 1

      currently lflows are added by calling lflow_table_add_lflow() or lflow_table_add_lflow_default_drop() through macros. There are currently nine different macros for different configurations of flows, adding fields is very cumbersome and there must be a more flexible way to accomplish this

              mmichelson Mark Michelson
              jtanenba@redhat.com Jacob Tanenbaum
              Jianlin Shi Jianlin Shi
              OVN
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: