mbox series

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

Message ID 20200213152212.47590-1-numans@ovn.org
Headers show
Series Incremental processing improvements. | expand

Message

Numan Siddique Feb. 13, 2020, 3:22 p.m. UTC
From: Numan Siddique <numans@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(-)