From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5EDE329C8 for ; Mon, 14 Mar 2016 11:53:46 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 14 Mar 2016 03:53:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,335,1455004800"; d="scan'208";a="763706353" Received: from unknown ([10.252.25.185]) by orsmga003.jf.intel.com with SMTP; 14 Mar 2016 03:53:43 -0700 Received: by (sSMTP sendmail emulation); Mon, 14 Mar 2016 10:53:42 +0025 Date: Mon, 14 Mar 2016 10:53:42 +0000 From: Bruce Richardson To: Alejandro Lucero Cc: dev@dpdk.org Message-ID: <20160314105342.GD24288@bricha3-MOBL3> References: <1457951944-16143-1-git-send-email-alejandro.lucero@netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457951944-16143-1-git-send-email-alejandro.lucero@netronome.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] nfp: fix tx queue reset 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, 14 Mar 2016 10:53:46 -0000 On Mon, Mar 14, 2016 at 10:39:04AM +0000, Alejandro Lucero wrote: > When using start-stop functionality the per queue fields need to > be properly reset. > > Fixes: b812daadad0d (\"nfp: add Rx and Tx\") > > Signed-off-by: Alejandro Lucero > --- Applied to dpdk-next-net/rel_16_04 /Bruce