From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C284220D6B; Wed, 15 Nov 2017 03:08:55 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 15 Nov 2017 03:08:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=mV6gpFJlOrWplerIa+iSaiYAy+ DXNlsN1eCifcURP8E=; b=hcZm/e4l9/LcYk1M2AWAQBGW53GAJqljRYrFDMp1uz Ji1KtaHmz8ZKyP9001YshDq1PgRYIUi85q9KjmGILosT6Ba4GfF84SAtcTjg6sEr lni5HwlJ9Ih49IUc8I1RmmSTezdb52nYBYE0bbCq/qksm7c1nm+14cCQVuTLUQKD M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=mV6gpF JlOrWplerIa+iSaiYAy+DXNlsN1eCifcURP8E=; b=CKl7HpK6b7AtJhxW9N5vBJ 5Us+OFzDjqPqLfYSA0StGIK71Dsz7PGcdB33Lds8tzPHKu4O3h//G/1BDkqqEjzf BRTMaRko7lSFlG/vHHuAT0rIwPUHU+f34DD6GcJzJ88PKy8HSuU072ITv6EnDnzx BaTRECB0x88VYNc6khyAHdAoLi0pa9RNhlrlqOydwGtIAG7Vb107lYbB5jUFXqQZ nw6Ocou9F5pisdgoV0M8JOHXybuQsYRY/S4csLHChi4d1DK2hGvZxUbykPmK5+N0 OPnZ/sjNk7YujtPaBljUSsv/qpvi9wUInEfDAx32u7Y9ia6LDkdNoTZ0w82XuzYg == X-ME-Sender: Received: from xps.localnet (unknown [37.168.79.178]) by mail.messagingengine.com (Postfix) with ESMTPA id BCC637F961; Wed, 15 Nov 2017 03:08:54 -0500 (EST) From: Thomas Monjalon To: Shahaf Shuler Cc: dev@dpdk.org, Nelio Laranjeiro , yskoh@mellanox.com, adrien.mazarguil@6wind.com Date: Wed, 15 Nov 2017 09:08:49 +0100 Message-ID: <4769511.Kl6Cev9d0A@xps> In-Reply-To: <20171115075835.kyp4yw3yyc2vtvm5@laranjeiro-vm.dev.6wind.com> References: <20171115070949.95541-1-shahafs@mellanox.com> <20171115075835.kyp4yw3yyc2vtvm5@laranjeiro-vm.dev.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix flow mark action on port start 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: Wed, 15 Nov 2017 08:08:56 -0000 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