Re: [PATCH v2 1/1] common/cnxk: added new macros to platform layer

2022-06-13 Thread Jerin Jacob
On Mon, May 16, 2022 at 10:57 PM Srikanth Yalavarthi wrote: > > Added new platform layer macros for pointer operations, > bitwise operations, spinlocks and 32 bit read and write. > > Signed-off-by: Srikanth Yalavarthi Acked-by: Jerin Jacob Applied to dpdk-next-net-mrvl/for-next-net. Thanks > -

[PATCH v2 1/1] common/cnxk: added new macros to platform layer

2022-05-16 Thread Srikanth Yalavarthi
Added new platform layer macros for pointer operations, bitwise operations, spinlocks and 32 bit read and write. Signed-off-by: Srikanth Yalavarthi --- drivers/common/cnxk/roc_platform.h | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/drivers/commo