Hi Sughosh, On Wed, 14 Aug 2024 at 12:02, Sughosh Ganu <[email protected]> wrote: > > The LMB code has been changed to make the memory reservations > persistent and global. Make corresponding change the the > lmb_test_dump_all() function to print the global LMB available and > used memory. > > Signed-off-by: Sughosh Ganu <[email protected]> > --- > Changes since V1: > * Get the alloced lists through the lmb_get() function. > > test/cmd/bdinfo.c | 27 +++++++++++++++------------ > 1 file changed, 15 insertions(+), 12 deletions(-) >
As mentioned elsewhere, since this is an existing test, it should be kept working throughout your changes. Regards, Simon

