[ovs-dev] [PATCH 1/2] ovn-controller: Move local_datapaths calculation.

Russell Bryant russell at ovn.org
Wed Jan 20 14:57:37 UTC 2016


On 01/19/2016 10:36 PM, Han Zhou wrote:
> 
> 
> On Mon, Jan 18, 2016 at 7:45 AM, Russell Bryant <russell at ovn.org
> <mailto:russell at 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 <russell at ovn.org <mailto:russell at 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 <zhouhan at gmail.com <mailto:zhouhan at gmail.com>>

Thanks for the review!

-- 
Russell Bryant



More information about the dev mailing list