From mboxrd@z Thu Jan 1 00:00:00 1970 From: Govindarajulu Varadarajan <_govind@gmx.com> Subject: Re: [PATCH net-next 1/8] flow_keys: Record IP layer protocol in skb_flow_dissect() Date: Fri, 20 Jun 2014 00:22:22 +0530 (IST) Message-ID: References: <1402338773-5996-1-git-send-email-_govind@gmx.com> <1402338773-5996-2-git-send-email-_govind@gmx.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Govindarajulu Varadarajan <_govind@gmx.com>, davem@davemloft.net, netdev , ssujith@cisco.com, gvaradar@cisco.com, benve@cisco.com To: Chema Gonzalez Return-path: Received: from mout.gmx.com ([74.208.4.200]:60313 "EHLO mout.gmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934242AbaFSSw6 (ORCPT ); Thu, 19 Jun 2014 14:52:58 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 19 Jun 2014, Chema Gonzalez wrote: > If you add n_proto, have you considered adding nhoff too? That way the > L3 and L4 headers will be completely pinned by the flow dissector. > Yes, I have actually considered it. But right now there is no one who would need nhoff. We can add it later when we need it? Thanks