Re: [ovs-dev] [PATCH 1/2] ofproto-dpif-xlate: Refactor stp_get_port() calls.

2013-08-02 Thread Ben Pfaff
On Fri, Aug 02, 2013 at 06:31:37PM -0700, Ethan Jackson wrote: > I had intended to fold this into a previous patch. > > Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/d

[ovs-dev] [PATCH 1/2] ofproto-dpif-xlate: Refactor stp_get_port() calls.

2013-08-02 Thread Ethan Jackson
I had intended to fold this into a previous patch. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-xlate.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index bba4355..f7aa01d 10