Re: [PATCH v2 3/8] lmb: add a max parameter in the struct lmb_region

2021-04-23 Thread Tom Rini
On Wed, Mar 10, 2021 at 10:16:27AM +0100, Patrick Delaunay wrote: > Add a max parameter in lmb_region struct to handle test > in lmb_add_region without using the MAX_LMB_REGIONS > define. > > This patch allows to modify these size independently for > memory of reserved regions in the next patches

[PATCH v2 3/8] lmb: add a max parameter in the struct lmb_region

2021-03-10 Thread Patrick Delaunay
Add a max parameter in lmb_region struct to handle test in lmb_add_region without using the MAX_LMB_REGIONS define. This patch allows to modify these size independently for memory of reserved regions in the next patches. Signed-off-by: Patrick Delaunay --- Changes in v2: - add a max parameter e