Re: [ovs-dev] [PATCH 1/2] flow: Add 'const' qualifiers in flow extraction.

2015-06-08 Thread Ben Pfaff
Thanks for the ack and the typo fix. I applied both and pushed this to master. On Mon, Jun 08, 2015 at 05:52:35PM +, Daniele Di Proietto wrote: > For other reasons I have (almost) the exact same commit in my local > repository! > > Minor style nitpick below, otherwise: > > Acked-by: Daniele

Re: [ovs-dev] [PATCH 1/2] flow: Add 'const' qualifiers in flow extraction.

2015-06-08 Thread Daniele Di Proietto
For other reasons I have (almost) the exact same commit in my local repository! Minor style nitpick below, otherwise: Acked-by: Daniele Di Proietto On 08/06/2015 17:36, "Ben Pfaff" wrote: >Signed-off-by: Ben Pfaff >--- > lib/flow.c | 18 +- > 1 file changed, 9 insertions(+), 9

[ovs-dev] [PATCH 1/2] flow: Add 'const' qualifiers in flow extraction.

2015-06-08 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/flow.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/flow.c b/lib/flow.c index 0f9ee50..b5ad5f8 100644 --- a/lib/flow.c +++ b/lib/flow.c @@ -89,9 +89,9 @@ BUILD_ASSERT_DECL(offsetof(struct flow, tp_src) + 2 * must con