[PATCH v2] dmadev: fix structure alignment

Jiale, SongX songx.jiale at intel.com
Tue Mar 19 10:48:58 CET 2024


> -----Original Message-----
> From: Ma, WenwuX <wenwux.ma at intel.com>
> Sent: Friday, March 15, 2024 9:44 AM
> To: dev at dpdk.org; fengchengwen at huawei.com
> Cc: Jiale, SongX <songx.jiale at intel.com>; Ma, WenwuX
> <wenwux.ma at intel.com>; stable at dpdk.org
> 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: stable at dpdk.org
> 
> Signed-off-by: Wenwu Ma <wenwux.ma at intel.com>
> ---
Tested-by: Jiale Song <songx.jiale at intel.com>


More information about the stable mailing list