From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH 1/2] ring: increase maximum ring size Date: Mon, 18 Sep 2017 14:49:36 +0100 Message-ID: <887d313b-0707-2096-9bff-e36d49052555@intel.com> References: <20170907122033.17983-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Olivier Matz , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2657E1AEF3 for ; Mon, 18 Sep 2017 15:49:40 +0200 (CEST) In-Reply-To: <20170907122033.17983-1-olivier.matz@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 07-Sep-17 1:20 PM, Olivier Matz wrote: > There is no reason to prevent ring from beeing 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 > --- Checkpatch issues aside, Reviewed-by: Anatoly Burakov