From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/ixgbe: fix incorrect mask flag Date: Sat, 05 Aug 2017 01:22:31 +0200 Message-ID: <5173500.ODKssKDsfa@xps> References: <20170802213809.31195-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, wenzhuo.lu@intel.com, stable@dpdk.org To: Qi Zhang Return-path: In-Reply-To: <20170802213809.31195-1-qi.z.zhang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/08/2017 23:38, Qi Zhang: > After fail to create a flow and if this is the first flow, the > mask_added flag should be reset, or it will prevent a new flow > which require different mask be created, since the mask config > remains impact. > > Fixes: 72c135a89f8 ("net/ixgbe: create consistent filter") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Applied without ack, on Ferruh's advice, thanks