From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix RSS hash result for flows Date: Tue, 3 Jan 2017 17:03:01 +0000 Message-ID: <1ae9a43d-d073-ddc3-5eb7-ef2c6b1627b7@intel.com> References: <3c12f3f7504908ddc1bc7119b4e69ba9581b8321.1482918974.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil , stable@dpdk.org To: Nelio Laranjeiro , dev@dpdk.org Return-path: In-Reply-To: <3c12f3f7504908ddc1bc7119b4e69ba9581b8321.1482918974.git.nelio.laranjeiro@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" 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.