Skip to content

Commit

Permalink
northd: Pass lflow_ref_list to do_ovn_lflow_add()
Browse files Browse the repository at this point in the history
If this list is not NULL, then do_ovn_lflow_add() will create an
lflow ref list object and add it to this list and to the
lflow->referenced_by list.  With this we can remove the thread
local variable 'collected_lflows'.

This patch does result in lots of changes. This would be useful
later when handling datapath changes incrementally in lflow generation.

Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
numansiddique committed Jul 3, 2023
1 parent 8799c9c commit 800bf4c
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 460 deletions.
Loading

0 comments on commit 800bf4c

Please sign in to comment.