Re: [ovs-dev] [PATCH] Scanning only changed entries in the ovnsb

2016-07-14 Thread Ben Pfaff
On Thu, Jul 14, 2016 at 05:55:54PM -0400, Hui Kang wrote: > Improve performance by scanning only changed entries in ovnsb > > Signed-off-by: Hui Kang Please don't comment out code. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman

[ovs-dev] [PATCH] Scanning only changed entries in the ovnsb

2016-07-14 Thread Hui Kang
Improve performance by scanning only changed entries in ovnsb Signed-off-by: Hui Kang --- ovn/northd/ovn-northd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c index 7ce509d..bb6b853 100644 --- a/ovn/northd/ovn-northd.c

[ovs-dev] [PATCH] Scanning only changed entries in the ovnsb

2016-07-14 Thread Hui Kang
Improve performance by scanning only changed entries in ovnsb Signed-off-by: Hui Kang --- ovn/northd/ovn-northd.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c index 7ce509d..8a73a3a 100644 --- a/ovn/northd/ovn-northd.