From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/mlx5: fix flow mark action on port start Date: Wed, 15 Nov 2017 09:08:49 +0100 Message-ID: <4769511.Kl6Cev9d0A@xps> References: <20171115070949.95541-1-shahafs@mellanox.com> <20171115075835.kyp4yw3yyc2vtvm5@laranjeiro-vm.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Nelio Laranjeiro , yskoh@mellanox.com, adrien.mazarguil@6wind.com To: Shahaf Shuler Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2D9DA1B1FF for ; Wed, 15 Nov 2017 09:08:56 +0100 (CET) In-Reply-To: <20171115075835.kyp4yw3yyc2vtvm5@laranjeiro-vm.dev.6wind.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" 15/11/2017 08:58, Nelio Laranjeiro: > On Wed, Nov 15, 2017 at 09:09:49AM +0200, Shahaf Shuler wrote: > > Mark action flag was not set on the flow, causing the rx burst function > > after port start to ignore the flow mark. > > > > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") > > Cc: nelio.laranjeiro@6wind.com > > > > Signed-off-by: Shahaf Shuler > > Acked-by: Nelio Laranjeiro Applied, thanks