Re: [PATCH 10/40] lmb: use the BIT macro for lmb flags

2024-07-24 Thread Ilias Apalodimas
On Wed, 24 Jul 2024 at 09:03, Sughosh Ganu wrote: > > Use the BIT macro for assigning values to the LMB flags instead of > assigning random values to them. > > Signed-off-by: Sughosh Ganu > --- > Changes since rfc: None > > include/lmb.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(

[PATCH 10/40] lmb: use the BIT macro for lmb flags

2024-07-23 Thread Sughosh Ganu
Use the BIT macro for assigning values to the LMB flags instead of assigning random values to them. Signed-off-by: Sughosh Ganu --- Changes since rfc: None include/lmb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/lmb.h b/include/lmb.h index 7b87181b9e..a1de