Re: [dpdk-dev] [PATCH] common/cnxk: fix unaligned access to device memory

2022-05-03 Thread Jerin Jacob
On Wed, Apr 20, 2022 at 12:08 PM wrote: > > From: Satheesh Paul > > Use mbox_memcpy() instead of memcpy() to prevent unaligned access. > > Fixes: 1f66919817e ("common/cnxk: improve MCAM entries management") > Cc: sta...@dpdk.org > > Signed-off-by: Satheesh Paul Acked-by: Jerin Jacob Applied to

[dpdk-dev] [PATCH] common/cnxk: fix unaligned access to device memory

2022-04-19 Thread psatheesh
From: Satheesh Paul Use mbox_memcpy() instead of memcpy() to prevent unaligned access. Fixes: 1f66919817e ("common/cnxk: improve MCAM entries management") Cc: sta...@dpdk.org Signed-off-by: Satheesh Paul --- drivers/common/cnxk/roc_npc_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio