Re: [ovs-dev] [PATCH 2/3] ovn-northd: Avoid redundant lookup of logical router port peer.

2016-07-22 Thread Ben Pfaff
On Fri, Jul 22, 2016 at 07:18:04AM -0700, Guru Shetty wrote: > On 19 July 2016 at 09:07, Ben Pfaff wrote: > > > An ovn_port keeps track of its peer in its 'peer' member, but the code > > updated by this commit instead did a redundant lookup of the peer. > > > > Signed-off-by: Ben Pfaff > > > Ack

Re: [ovs-dev] [PATCH 2/3] ovn-northd: Avoid redundant lookup of logical router port peer.

2016-07-22 Thread Guru Shetty
On 19 July 2016 at 09:07, Ben Pfaff wrote: > An ovn_port keeps track of its peer in its 'peer' member, but the code > updated by this commit instead did a redundant lookup of the peer. > > Signed-off-by: Ben Pfaff > Acked-by: Gurucharan Shetty > --- > ovn/northd/ovn-northd.c | 11 +++

[ovs-dev] [PATCH 2/3] ovn-northd: Avoid redundant lookup of logical router port peer.

2016-07-19 Thread Ben Pfaff
An ovn_port keeps track of its peer in its 'peer' member, but the code updated by this commit instead did a redundant lookup of the peer. Signed-off-by: Ben Pfaff --- ovn/northd/ovn-northd.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/ovn/northd/ovn-northd.c b