Re: [ovs-dev] [PATCH] ovn-controller: Refactor function of consider_port_binding

2017-08-10 Thread Ben Pfaff
On Fri, Aug 04, 2017 at 10:31:14AM +0800, wang.qia...@zte.com.cn wrote: > The function of consider_port_binding is redundant. This patch split the > function to some sub-function by the port type. > > Signed-off-by: wang qianyu Can you explain how it is redundant, and

[ovs-dev] [PATCH] ovn-controller: Refactor function of consider_port_binding

2017-08-03 Thread wang . qianyu
The function of consider_port_binding is redundant. This patch split the function to some sub-function by the port type. Signed-off-by: wang qianyu --- ovn/controller/physical.c | 816 +++--- 1 file changed, 482 insertions(+),

Re: [ovs-dev] [PATCH] ovn-controller: Refactor function of consider_port_binding

2017-08-03 Thread Ben Pfaff
On Fri, Jul 28, 2017 at 11:32:29AM +0800, wang.qia...@zte.com.cn wrote: > The function of consider_port_binding is redundant. This patch divide the > function to some sub-function by the port type. > > Change-Id: I86a408e97e6d6211f3695cf42fc5b858352ac7ff > Signed-off-by: wang qianyu

[ovs-dev] [PATCH] ovn-controller: Refactor function of consider_port_binding

2017-07-27 Thread wang . qianyu
The function of consider_port_binding is redundant. This patch divide the function to some sub-function by the port type. Change-Id: I86a408e97e6d6211f3695cf42fc5b858352ac7ff Signed-off-by: wang qianyu --- ovn/controller/physical.c | 819