Re: [ovs-dev] [PATCH 04/11] ofproto-dpif: Use flow pointers inside functions.

2013-06-12 Thread Ben Pfaff
On Fri, May 31, 2013 at 02:35:14PM +0300, Jarno Rajahalme wrote: > This will make later patches easier to follow. > > Signed-off-by: Jarno Rajahalme I caught many of these in my rewrite of patch 2 as reposted at: http://openvswitch.org/pipermail/dev/2013-June/028383.html I see that I mis

[ovs-dev] [PATCH 04/11] ofproto-dpif: Use flow pointers inside functions.

2013-05-31 Thread Jarno Rajahalme
This will make later patches easier to follow. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif.c | 316 ++-- 1 file changed, 171 insertions(+), 145 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index f78d60b..23ea2