[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170523152258.GI1829@nanopsycho>
Date: Tue, 23 May 2017 17:22:58 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: Or Gerlitz <ogerlitz@...lanox.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, jhs@...atatu.com,
xiyou.wangcong@...il.com, simon.horman@...ronome.com,
mlxsw@...lanox.com, idosch@...lanox.com
Subject: Re: [patch net-next 2/5] net: flow_dissector: add support for
dissection of tcp flags
Tue, May 23, 2017 at 05:18:33PM CEST, ogerlitz@...lanox.com wrote:
>On 5/23/2017 5:31 PM, Jiri Pirko wrote:
>> @@ -683,6 +708,12 @@ bool __skb_flow_dissect(const struct sk_buff *skb,
>> case IPPROTO_MPLS:
>> proto = htons(ETH_P_MPLS_UC);
>> goto mpls;
>> + case IPPROTO_TCP:
>> + __skb_flow_dissect_tcp(skb, flow_dissector, target_container,
>> + data, nhoff, hlen);
>> + /* Regardless of the return value, continue to process TCP
>> + * ports dissection below.
>> + */
>
>the comment here is a bit misleading, since __skb_flow_dissect_tcp is void
Fixed for v2
>
>other-wise
>
>Acked-by: Or Gerlitz <ogerlitz@...lanox.com>
Thanks
Powered by blists - more mailing lists