Re: [PATCH] test: lmb: Rework lib_test_lmb_max_regions test to scale

2023-02-08 Thread Tom Rini
On Wed, Feb 08, 2023 at 01:39:18PM -0500, Tom Rini wrote: > First, this test depends on CONFIG_LMB_USE_MAX_REGIONS, so add that as a > test before building. Second, instead of using a hard-coded value of 8, > which is the default of CONFIG_LMB_USE_MAX_REGIONS previously, use that > directly and up

Re: [PATCH] test: lmb: Rework lib_test_lmb_max_regions test to scale

2023-02-08 Thread Tom Rini
On Wed, Feb 08, 2023 at 12:07:00PM -0700, Simon Glass wrote: > On Wed, 8 Feb 2023 at 11:39, Tom Rini wrote: > > > > First, this test depends on CONFIG_LMB_USE_MAX_REGIONS, so add that as a > > test before building. Second, instead of using a hard-coded value of 8, > > which is the default of CONFI

Re: [PATCH] test: lmb: Rework lib_test_lmb_max_regions test to scale

2023-02-08 Thread Simon Glass
On Wed, 8 Feb 2023 at 11:39, Tom Rini wrote: > > First, this test depends on CONFIG_LMB_USE_MAX_REGIONS, so add that as a > test before building. Second, instead of using a hard-coded value of 8, > which is the default of CONFIG_LMB_USE_MAX_REGIONS previously, use that > directly and update the co

[PATCH] test: lmb: Rework lib_test_lmb_max_regions test to scale

2023-02-08 Thread Tom Rini
First, this test depends on CONFIG_LMB_USE_MAX_REGIONS, so add that as a test before building. Second, instead of using a hard-coded value of 8, which is the default of CONFIG_LMB_USE_MAX_REGIONS previously, use that directly and update the comments. The only trick here is that one part of the test