Various changes to engine node en-sync-sb found while adding sync_sb_pb_lr_stateful_handller().
Patch 1: removes an erroneus check in sync_to_sb_pb_northd_handler() that was brought in during a rebase Patch 2: Removes the return from a function as it always returned true Patch 3: Adds the lr_statful_handler to en_sync_sb_pb so that it can correctly incrementally process data. Jacob Tanenbaum (3): Remove erroneus check in sync_to_sb_pb_northd_handler() Removing always true return value. Add lr_stateful_handler to en_sync_sb_pb. northd/en-sync-sb.c | 30 ++++++++++++++++++++++++------ northd/en-sync-sb.h | 2 ++ northd/inc-proc-northd.c | 3 ++- northd/northd.c | 18 ++++++++++++++++-- northd/northd.h | 6 +++++- tests/ovn-northd.at | 28 ++++++++++++++-------------- 6 files changed, 63 insertions(+), 24 deletions(-) -- 2.51.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
