Re: [ovs-dev] [PATCH] ofproto-dpif: Eliminate unneeded call to ofproto_dpif_cast().

2013-01-09 Thread Ben Pfaff
Thanks, I applied this to master. On Wed, Jan 09, 2013 at 11:56:32PM +0200, Jarno Rajahalme wrote: > Looks the same as the other, which is good :-) > > Jarno > > On Jan 9, 2013, at 20:31 , ext Ben Pfaff wrote: > > > I noticed this was unneeded while looking over commit 7c33b18807804f > > (ofpr

Re: [ovs-dev] [PATCH] ofproto-dpif: Eliminate unneeded call to ofproto_dpif_cast().

2013-01-09 Thread Jarno Rajahalme
Looks the same as the other, which is good :-) Jarno On Jan 9, 2013, at 20:31 , ext Ben Pfaff wrote: > I noticed this was unneeded while looking over commit 7c33b18807804f > (ofproto-dpif: More efficient implementation of get_odp_port().). > > Signed-off-by: Ben Pfaff > --- > ofproto/ofproto-

[ovs-dev] [PATCH] ofproto-dpif: Eliminate unneeded call to ofproto_dpif_cast().

2013-01-09 Thread Ben Pfaff
I noticed this was unneeded while looking over commit 7c33b18807804f (ofproto-dpif: More efficient implementation of get_odp_port().). Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/of