From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/enic: fix fdir UDP v4 source port mask Date: Wed, 19 Oct 2016 10:40:26 +0100 Message-ID: <20161019094026.GF27816@bricha3-MOBL3.ger.corp.intel.com> References: <20161018051708.25218-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 490DF7E7F for ; Wed, 19 Oct 2016 11:40:30 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20161018051708.25218-1-johndale@cisco.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Oct 17, 2016 at 10:17:08PM -0700, John Daley wrote: > This fixes issue found by Coverity where a typo caused the flow director > UDP IPv4 source port mask to be assigned the destination port mask > supplied by the caller. > > Coverity issue: 137860 > > Fixes: dfbd6a9cb504 ("net/enic: extend flow director support for 1300 series") > > Signed-off-by: John Daley Applied to dpdk-next-net/rel_16_11 /Bruce