1. 31 May, 2022 4 commits
  2. 23 May, 2022 4 commits
  3. 16 May, 2022 3 commits
  4. 05 May, 2022 1 commit
  5. 01 Oct, 2021 1 commit
  6. 24 Sep, 2021 1 commit
  7. 26 Aug, 2021 2 commits
  8. 18 Jun, 2021 1 commit
  9. 15 Jun, 2021 6 commits
  10. 14 Jun, 2021 3 commits
  11. 11 Jun, 2021 4 commits
  12. 10 Jun, 2021 1 commit
    • Han Zhou's avatar
      ovn-controller: Fix port-group incremental processing. · c40fef06
      Han Zhou authored
      When SB port-group (per DP) is deleted and added back and the
      notification to ovn-controller include both operations in a reversed
      order, the current change handler in ovn-controller would end up
      deleting the SB port-group in the local cache, which in turn result in
      missing flows, and even worse it can result in crash if runtime data
      handler is triggered later because we asserts the SB PG should be
      equivalent to the local cache.
      
      This patch fixes it by always handling deletion for tracked PG changes,
      just like how we are handling other tracked changes in I-P (e.g.
      logical_flow). A test case is crafted to cover such scenario.
      
      Fixes: 0cfeba6b
      
       ("ovn-controller: Fix port group conjunction flow explosion problem.")
      Acked-by: default avatarMark Michelson <mmichels@redhat.com>
      Signed-off-by: default avatarHan Zhou <hzhou@ovn.org>
      c40fef06
  13. 09 Jun, 2021 1 commit
  14. 04 Jun, 2021 1 commit
  15. 03 Jun, 2021 2 commits
  16. 02 Jun, 2021 1 commit
  17. 01 Jun, 2021 4 commits