From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D767C29CA; Fri, 23 Jun 2017 11:07:41 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 02:07:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,377,1493708400"; d="scan'208";a="100763905" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 23 Jun 2017 02:07:39 -0700 To: Beilei Xing , jingjing.wu@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1498123852-91591-1-git-send-email-beilei.xing@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 23 Jun 2017 10:07:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1498123852-91591-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix flow director for IPv6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 09:07:42 -0000 On 6/22/2017 10:30 AM, Beilei Xing wrote: > After adding a fdir rule for IPv6 with input set TC, IPv6 packets > with the specific TC can't be assigned the right queue. > The root cause is that TC is parsed wrongly, this patch fixes > TC parsing problem. > > Fixes: 7d83c152a207 ("net/i40e: parse flow director filter") > Cc: stable@dpdk.org > > Signed-off-by: Beilei Xing Tested-by: Yuan Peng Applied to dpdk-next-net/master, thanks.