On Mon, Jan 18, 2016 at 7:45 AM, Russell Bryant <russ...@ovn.org> wrote: > > Before this patch, physical.c build up the set of local datapaths for > its own use. I'd like to use it in another module in a later patch, so > pull it out of physical. It's now populated by the bindings module, > since that seems like a more appropriate place to do it, and it's also > done much earlier in the main loop, making it easier to re-use. > > Signed-off-by: Russell Bryant <russ...@ovn.org> > --- > ovn/controller/binding.c | 25 ++++++++++++++++++++++++- > ovn/controller/binding.h | 3 ++- > ovn/controller/ovn-controller.c | 18 ++++++++++++++++-- > ovn/controller/physical.c | 25 +++---------------------- > ovn/controller/physical.h | 3 ++- > 5 files changed, 47 insertions(+), 27 deletions(-) >
Acked-By: Han Zhou <zhou...@gmail.com> -- Best regards, Han _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev