From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/thunderx: fix start/stop with different queue size Date: Tue, 5 Jul 2016 10:25:49 +0100 Message-ID: <20160705092549.GC10232@bricha3-MOBL3> References: <1467616574-10004-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas.monjalon@6wind.com, Kamil Rytarowski , Zyta Szpak To: Jerin Jacob Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 66994532D for ; Tue, 5 Jul 2016 11:25:53 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1467616574-10004-1-git-send-email-jerin.jacob@caviumnetworks.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Jul 04, 2016 at 12:46:14PM +0530, Jerin Jacob wrote: > From: Kamil Rytarowski > > Allocate maximum supported hardware ring hardware descriptors > memory on the first rte_eth_dma_zone_reserve call in-order to > get sufficient hardware ring buffer space on subsequent queue > setup request with different queue size. > > Fixes: aa0d976e501d ("net/thunderx: add Rx queue setup and release") > Fixes: 3f3c6f9724a8 ("net/thunderx: add Tx queue setup and release") > Fixes: 7413feee662d ("net/thunderx: add device start/stop and close") > > Signed-off-by: Kamil Rytarowski > Signed-off-by: Zyta Szpak > Signed-off-by: Jerin Jacob > --- Applied to dpdk-next-net/rel_16_07 as: "net/thunderx: fix memory alloc issue when changing ring size" /Bruce