Re: [PATCH] flow_dissector: Use 'const' where possible.

2015-09-02 Thread David Miller
From: Jiri Pirko Date: Wed, 2 Sep 2015 18:39:34 +0200 > Wed, Sep 02, 2015 at 06:33:34AM CEST, t...@herbertland.com wrote: >>> @@ -19,14 +19,14 @@ >>> #include >>> #include >>> >>> -static bool skb_flow_dissector_uses_key(struct flow_dissector >>> *flow_dissector, >>> -

Re: [PATCH] flow_dissector: Use 'const' where possible.

2015-09-02 Thread Tom Herbert
On Wed, Sep 2, 2015 at 9:39 AM, Jiri Pirko wrote: > Wed, Sep 02, 2015 at 06:33:34AM CEST, t...@herbertland.com wrote: >>On Tue, Sep 1, 2015 at 9:19 PM, David Miller wrote: >>> >>> Signed-off-by: David S. Miller >>> --- >>> include/linux/skbuff.h| 8 ++--- >>> include/net/flow.h| 8

Re: [PATCH] flow_dissector: Use 'const' where possible.

2015-09-02 Thread Jiri Pirko
Wed, Sep 02, 2015 at 06:33:34AM CEST, t...@herbertland.com wrote: >On Tue, Sep 1, 2015 at 9:19 PM, David Miller wrote: >> >> Signed-off-by: David S. Miller >> --- >> include/linux/skbuff.h| 8 ++--- >> include/net/flow.h| 8 ++--- >> net/core/flow_dissector.c | 79 >> +

Re: [PATCH] flow_dissector: Use 'const' where possible.

2015-09-01 Thread David Miller
From: Tom Herbert Date: Tue, 1 Sep 2015 21:33:34 -0700 >> @@ -19,14 +19,14 @@ >> #include >> #include >> >> -static bool skb_flow_dissector_uses_key(struct flow_dissector >> *flow_dissector, >> - enum flow_dissector_key_id key_id) >> +static bool dissect

Re: [PATCH] flow_dissector: Use 'const' where possible.

2015-09-01 Thread Joe Perches
On Tue, 2015-09-01 at 21:19 -0700, David Miller wrote: > Signed-off-by: David S. Miller [] > net/core/flow_dissector.c | 79 > --- Thanks David. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord..

Re: [PATCH] flow_dissector: Use 'const' where possible.

2015-09-01 Thread Tom Herbert
On Tue, Sep 1, 2015 at 9:19 PM, David Miller wrote: > > Signed-off-by: David S. Miller > --- > include/linux/skbuff.h| 8 ++--- > include/net/flow.h| 8 ++--- > net/core/flow_dissector.c | 79 > --- > 3 files changed, 49 insertions(+), 4

[PATCH] flow_dissector: Use 'const' where possible.

2015-09-01 Thread David Miller
Signed-off-by: David S. Miller --- include/linux/skbuff.h| 8 ++--- include/net/flow.h| 8 ++--- net/core/flow_dissector.c | 79 --- 3 files changed, 49 insertions(+), 46 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/s