From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 317F2316B for ; Thu, 13 Apr 2017 11:48:55 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 13 Apr 2017 02:48:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,194,1488873600"; d="scan'208";a="88623510" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 13 Apr 2017 02:48:53 -0700 To: Helin Zhang , Konstantin Ananyev Cc: dev@dpdk.org, Wenzhuo Lu , wei.zhao1@intel.com References: <20170411152034.23784-1-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: <4de91546-a77f-750e-9acf-1e9ebc5ddf8a@intel.com> Date: Thu, 13 Apr 2017 10:48:52 +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: <20170411152034.23784-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix duplicated check 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: Thu, 13 Apr 2017 09:48:56 -0000 On 4/11/2017 4:20 PM, Ferruh Yigit wrote: > Same check duplicated, updated check according what commend states. > > Coverity issue: 1407507 > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") > > Signed-off-by: Ferruh Yigit Superseded by http://dpdk.org/dev/patchwork/patch/23606/