From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] mlx5: fix overwritten RSS configuration Date: Tue, 22 Mar 2016 17:24:42 +0000 Message-ID: <20160322172441.GI20448@bricha3-MOBL3> References: <1458305683-31552-1-git-send-email-nelio.laranjeiro@6wind.com> <20160318162747.GL27079@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 594E02B97 for ; Tue, 22 Mar 2016 18:25:06 +0100 (CET) Content-Disposition: inline In-Reply-To: <20160318162747.GL27079@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Mar 18, 2016 at 05:27:47PM +0100, Adrien Mazarguil wrote: > On Fri, Mar 18, 2016 at 01:54:42PM +0100, Nelio Laranjeiro wrote: > > RSS configuration provided by the application should not be used as storage > > by the PMD. > > > > Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") > > > > Signed-off-by: Nelio Laranjeiro > > --- > > drivers/net/mlx5/mlx5.h | 1 + > > drivers/net/mlx5/mlx5_ethdev.c | 1 + > > drivers/net/mlx5/mlx5_rss.c | 7 ++----- > > drivers/net/mlx5/mlx5_rxq.c | 2 +- > > 4 files changed, 5 insertions(+), 6 deletions(-) > > Acked-by: Adrien Mazarguil > > -- Patchset applied to dpdk-next-net/rel_16_04 /Bruce