[dpdk-dev] [PATCH 1/2] ring: increase maximum ring size

Burakov, Anatoly anatoly.burakov at intel.com
Mon Sep 18 15:49:36 CEST 2017


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 <venki497 at gmail.com>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
> ---

Checkpatch issues aside,

Reviewed-by: Anatoly Burakov <anatoly.burakov at intel.com>


More information about the dev mailing list