From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 96D0D2BB9 for ; Fri, 16 Jun 2017 18:00:21 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jun 2017 09:00:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,347,1493708400"; d="scan'208";a="1161343731" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 16 Jun 2017 09:00:13 -0700 To: Wei Zhao , dev@dpdk.org Cc: wenzhuo.lu@intel.com References: <1497582905-3058-1-git-send-email-wei.zhao1@intel.com> <1497589464-10183-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 16 Jun 2017 17:00:12 +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: <1497589464-10183-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 1/2] net/e1000: fix flex type 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, 16 Jun 2017 16:00:22 -0000 On 6/16/2017 6:04 AM, Wei Zhao wrote: > Fix bug in parse the flex info of wrong use local > variable index which will cause filter fail, and some > error in calculation mask. > > Fixes: 7cd77faf7129 ("net/igb: parse flow API flex filter") > > Signed-off-by: Wei Zhao Series applied to dpdk-next-net/master, thanks.