From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D95F0282 for ; Fri, 14 Apr 2017 11:17:36 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Apr 2017 02:17:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,197,1488873600"; d="scan'208";a="1155852613" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2017 02:17:34 -0700 To: Wei Zhao , dev@dpdk.org References: <1492069767-26440-1-git-send-email-wei.zhao1@intel.com> <1492140850-32720-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 14 Apr 2017 10:17:34 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1492140850-32720-1-git-send-email-wei.zhao1@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: remove tpid check for fdir filter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2017 09:17:37 -0000 On 4/14/2017 4:34 AM, Wei Zhao wrote: > DPDK community has several emails discussion on this topic, > these mails link is bellow: > http://dpdk.org/ml/archives/dev/2017-March/060379.html, > http://dpdk.org/ml/archives/dev/2017-March/060295.html, > items like VLAN can already have several valid "types" > (0x88a8, 0x8100, 0x9100), and who knows what will come up > in the future.And ixgbe_flow just ignores the types when do > filter configuration. So it may be reasonable to delete the > related tpid check process. > Also add some more comment log on stack explanation. > > v2: > -add dpdk community mail link for this topic. > > Fixes: 11777435c72 ("net/ixgbe: parse flow director filter") > > Signed-off-by: Wei Zhao Applied to dpdk-next-net/master, thanks.