From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/mlx5: fix flow director deletion Date: Tue, 14 Nov 2017 08:56:58 +0100 Message-ID: <8258688.iP4hmrJZO1@xps> References: <40AC7E77-0BAC-4B51-B960-D9729A191A09@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil To: Yongseok Koh , =?ISO-8859-1?Q?N=E9lio?= Laranjeiro Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C71761B027 for ; Tue, 14 Nov 2017 08:57:04 +0100 (CET) In-Reply-To: <40AC7E77-0BAC-4B51-B960-D9729A191A09@mellanox.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" 13/11/2017 17:56, Yongseok Koh: > > > On Nov 13, 2017, at 4:25 AM, Nelio Laranjeiro wrote: > > > > The speciation are wrongly computed causing the rule to not be match > > correctly for deletion. > > > > Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") > > > > Signed-off-by: Nelio Laranjeiro > > --- > > There's a typo in the commit message, speciation -> specification. > Except for that, > > Acked-by: Yongseok Koh Applied, thanks