From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id EB3F237A4; Tue, 3 Jan 2017 18:03:03 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 03 Jan 2017 09:03:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,455,1477983600"; d="scan'208";a="1089417428" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga001.fm.intel.com with ESMTP; 03 Jan 2017 09:03:01 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: <3c12f3f7504908ddc1bc7119b4e69ba9581b8321.1482918974.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil , stable@dpdk.org From: Ferruh Yigit Message-ID: <1ae9a43d-d073-ddc3-5eb7-ef2c6b1627b7@intel.com> Date: Tue, 3 Jan 2017 17:03:01 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <3c12f3f7504908ddc1bc7119b4e69ba9581b8321.1482918974.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix RSS hash result for flows 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: Tue, 03 Jan 2017 17:03:04 -0000 On 12/28/2016 9:58 AM, Nelio Laranjeiro wrote: > Flows redirected to a specific queue do not have a valid RSS hash result > and the related mbuf flag must not be set. > > Fixes: ecf60761fc2a ("net/mlx5: return RSS hash result in mbuf") > > CC: stable@dpdk.org > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.