[ovs-dev] [RFC OVN 0/4] Incremental processing improvements.

numans at ovn.org numans at ovn.org
Thu Feb 13 15:22:12 UTC 2020


From: Numan Siddique <numans at ovn.org>

This patch series tries to handle port binding, datapath binding
and ovs interface changes incrementally.

First 2 patches does some refactoring. Submitting this as RFC to get
some comments.

Still need to update the proper commit messages and fix one test case
related to Incremental processing.


Numan Siddique (4):
  Refactor binding_run()to take two context argument - binding_ctx_in
    and binding_ctx_out.
  ovn-controller: Refactor binding.c
  ovn-controller: I-P for port binding
  ovn-controller: I-P for datapath binding

 controller/binding.c        | 1120 ++++++++++++++++++++++++-----------
 controller/binding.h        |   58 +-
 controller/ovn-controller.c |  231 +++++---
 controller/pinctrl.c        |   19 +-
 controller/pinctrl.h        |    4 +-
 5 files changed, 989 insertions(+), 443 deletions(-)

-- 
2.24.1



More information about the dev mailing list