> -----Original Message-----
> From: Ma, WenwuX <[email protected]>
> Sent: Friday, March 15, 2024 9:44 AM
> To: [email protected]; [email protected]
> Cc: Jiale, SongX <[email protected]>; Ma, WenwuX
> <[email protected]>; [email protected]
> Subject: [PATCH v2] dmadev: fix structure alignment
> 
> The structure rte_dma_dev needs only 8 byte alignment.
> This patch replaces __rte_cache_aligned of rte_dma_dev with
> __rte_aligned(8).
> 
> Fixes: b36970f2e13e ("dmadev: introduce DMA device library")
> Cc: [email protected]
> 
> Signed-off-by: Wenwu Ma <[email protected]>
> ---
Tested-by: Jiale Song <[email protected]>

Reply via email to