Re: [ovs-dev] [PATCH 02/10] flow: Define MINIFLOW_GET__() to simplify code.

2014-11-26 Thread Jarno Rajahalme
On Nov 25, 2014, at 3:37 PM, Ben Pfaff wrote: > On Thu, Nov 20, 2014 at 04:42:49PM -0800, Jarno Rajahalme wrote: >> Signed-off-by: Jarno Rajahalme > > Can this be an inline function instead of a macro? I'd prefer that. Yes it can, I’ll make it so for the v2. Jarno ___

Re: [ovs-dev] [PATCH 02/10] flow: Define MINIFLOW_GET__() to simplify code.

2014-11-25 Thread Ben Pfaff
On Thu, Nov 20, 2014 at 04:42:49PM -0800, Jarno Rajahalme wrote: > Signed-off-by: Jarno Rajahalme Can this be an inline function instead of a macro? I'd prefer that. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 02/10] flow: Define MINIFLOW_GET__() to simplify code.

2014-11-20 Thread Jarno Rajahalme
Signed-off-by: Jarno Rajahalme --- lib/flow.c |9 - lib/flow.h |6 ++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lib/flow.c b/lib/flow.c index 8c379f6..f1bcad6 100644 --- a/lib/flow.c +++ b/lib/flow.c @@ -1976,10 +1976,8 @@ miniflow_expand(const struct min