From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 69796968 for ; Mon, 24 Oct 2016 15:26:44 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP; 24 Oct 2016 06:26:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,542,1473145200"; d="scan'208";a="23053484" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.150]) by orsmga005.jf.intel.com with SMTP; 24 Oct 2016 06:26:41 -0700 Received: by (sSMTP sendmail emulation); Mon, 24 Oct 2016 14:26:40 +0100 Date: Mon, 24 Oct 2016 14:26:40 +0100 From: Bruce Richardson To: Adrien Mazarguil Cc: Ferruh Yigit , Olivier Gournet , dev@dpdk.org, Nelio Laranjeiro Message-ID: <20161024132639.GA27760@bricha3-MOBL3.ger.corp.intel.com> References: <1475072658-29534-1-git-send-email-ogournet@corp.free.fr> <1476708993-62820-1-git-send-email-ogournet@corp.free.fr> <20161017141859.GB5733@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161017141859.GB5733@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 v2] net/mlx5: fix init on secondary process 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: Mon, 24 Oct 2016 13:26:44 -0000 On Mon, Oct 17, 2016 at 04:18:59PM +0200, Adrien Mazarguil wrote: > On Mon, Oct 17, 2016 at 02:52:39PM +0100, Ferruh Yigit wrote: > > Hi Adrien, > > > > On 10/17/2016 1:56 PM, Olivier Gournet wrote: > > > Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") > > > Fixes: 21c8bb4928c9 ("net/mlx5: split Tx queue structure") > > > > > > Signed-off-by: Olivier Gournet > > > > According your comment on previous version of it, I think you have your > > Ack on this patch, but can you please confirm? > > Yes it's fine, thanks. > > Acked-by: Adrien Mazarguil > Applied to dpdk-next-net/rel_16_11 /Bruce