From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/i40e: fix flow director issue Date: Mon, 23 Oct 2017 13:26:05 -0700 Message-ID: References: <1508470636-31688-1-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Beilei Xing , jingjing.wu@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 008EF1B6BC for ; Mon, 23 Oct 2017 22:26:08 +0200 (CEST) In-Reply-To: <1508470636-31688-1-git-send-email-beilei.xing@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/19/2017 8:37 PM, Beilei Xing wrote: > For L3 or L4 packets, PCtype is parsed wrongly when > input set is VLAN only. > This patch fixes the issue. > > Fixes: 15018d79f0be ("net/i40e: add FDIR support for GTP-C and GTP-U") > Fixes: 7d83c152a207 ("net/i40e: parse flow director filter") > > Signed-off-by: Beilei Xing Applied to dpdk-next-net/master, thanks.