From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 22 Mar 2016 10:24:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,378,1455004800"; d="scan'208";a="71251708" Received: from fooyekan-mobl2.ger.corp.intel.com ([10.252.25.15]) by fmsmga004.fm.intel.com with SMTP; 22 Mar 2016 10:24:43 -0700 Received: by (sSMTP sendmail emulation); Tue, 22 Mar 2016 17:24:42 +0025 Date: Tue, 22 Mar 2016 17:24:42 +0000 From: Bruce Richardson To: Nelio Laranjeiro , dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <20160318162747.GL27079@6wind.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/2] mlx5: fix overwritten RSS configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 17:25:06 -0000 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