From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] ring: increase maximum ring size Date: Thu, 05 Oct 2017 23:25:31 +0200 Message-ID: <1525768.9gvZ9QhgDq@xps> References: <20170907122033.17983-1-olivier.matz@6wind.com> <20170920113216.1869-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, venki497@gmail.com, bruce.richardson@intel.com, anatoly.burakov@intel.com To: Olivier Matz Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 538871B197 for ; Thu, 5 Oct 2017 23:25:33 +0200 (CEST) In-Reply-To: <20170920113216.1869-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/09/2017 13:32, Olivier Matz: > There is no reason to prevent ring from being larger than 0x0FFFFFFF. > Increase the maximum size to 0x7FFFFFFF, which is the maximum possible > without changing the code and the structure definition (size is stored > on a uint32_t). > > Link: http://dpdk.org/ml/archives/dev/2017-September/074701.html > > Suggested-by: Venkatesh Nuthula > Signed-off-by: Olivier Matz > Reviewed-by: Anatoly Burakov Applied, thanks