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 EA90B6943 for ; Thu, 13 Oct 2016 11:39:32 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 13 Oct 2016 02:39:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,339,1473145200"; d="scan'208";a="1044103635" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.139]) by orsmga001.jf.intel.com with SMTP; 13 Oct 2016 02:39:31 -0700 Received: by (sSMTP sendmail emulation); Thu, 13 Oct 2016 10:39:29 +0025 Date: Thu, 13 Oct 2016 10:39:29 +0100 From: Bruce Richardson To: Adrien Mazarguil Cc: Nelio Laranjeiro , dev@dpdk.org Message-ID: <20161013093929.GC90972@bricha3-MOBL3> References: <7756139bfd1f3c3a610e0f1f8ccab3f27b62f6eb.1476191132.git.nelio.laranjeiro@6wind.com> <20161011150136.GP17252@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161011150136.GP17252@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix Rx function selection 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: Thu, 13 Oct 2016 09:39:33 -0000 On Tue, Oct 11, 2016 at 05:01:36PM +0200, Adrien Mazarguil wrote: > On Tue, Oct 11, 2016 at 04:44:50PM +0200, Nelio Laranjeiro wrote: > > mlx5_rx_queue_setup() was setting the Rx function by itself instead of > > using priv_select_rx_function() written for that purpose. > > > > Fixes: cdab90cb5c8d ("net/mlx5: add Tx/Rx burst function selection wrapper") > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Adrien Mazarguil > Applied to dpdk-next-net/rel_16_11 /Bruce