From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6A0B36CCC for ; Wed, 19 Oct 2016 11:26:39 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP; 19 Oct 2016 02:26:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="21152550" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.138]) by fmsmga006.fm.intel.com with SMTP; 19 Oct 2016 02:26:36 -0700 Received: by (sSMTP sendmail emulation); Wed, 19 Oct 2016 10:26:36 +0100 Date: Wed, 19 Oct 2016 10:26:35 +0100 From: Bruce Richardson To: Adrien Mazarguil Cc: Nelio Laranjeiro , dev@dpdk.org Message-ID: <20161019092635.GC27816@bricha3-MOBL3.ger.corp.intel.com> References: <494dd0993d87719c80fc6caa9b4586bd3deaa016.1476430165.git.nelio.laranjeiro@6wind.com> <20161014082032.GD17252@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161014082032.GD17252@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix hash key size retrieval 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: Wed, 19 Oct 2016 09:26:39 -0000 On Fri, Oct 14, 2016 at 10:20:32AM +0200, Adrien Mazarguil wrote: > On Fri, Oct 14, 2016 at 09:30:14AM +0200, Nelio Laranjeiro wrote: > > Return RSS key size in struct rte_eth_dev_info. > > > > Fixes: 0f6f219e7919 ("app/testpmd: fix RSS hash key size") > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Adrien Mazarguil > Applied to dpdk-next-net/rel_16_11 /Bruce