From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8955437AA; Fri, 3 Feb 2017 23:54:06 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 03 Feb 2017 14:54:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,331,1477983600"; d="scan'208";a="60968868" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.49.173]) ([10.254.49.173]) by fmsmga005.fm.intel.com with ESMTP; 03 Feb 2017 14:54:05 -0800 To: John Daley References: <20170203095446.4614-1-johndale@cisco.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 3 Feb 2017 22:54:04 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170203095446.4614-1-johndale@cisco.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/enic: fix hardcoding of some flow director masks 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, 03 Feb 2017 22:54:07 -0000 On 2/3/2017 9:54 AM, John Daley wrote: > Hard coded mask values were being used for several of the IPv4 and IPv6 > fields. Use the values in the rte_eth_fdir_masks structure provided by the > caller. > > Fixes: dfbd6a9cb504 ("net/enic: extend flow director support for 1300 series") > Cc: stable@dpdk.org > Signed-off-by: John Daley Series applied to dpdk-next-net/master, thanks.