On Wed, 16 Jul 2025 04:29:19 -0400 Jie Liu <[email protected]> wrote:
> +const alignas(RTE_CACHE_LINE_SIZE) u32 sxe_ptype_table[SXE_PACKET_TYPE_MAX]
> = {
> +
Prefer using DPDK macro __rte_cache_align where possible.
On Wed, 16 Jul 2025 04:29:19 -0400 Jie Liu <[email protected]> wrote:
> +const alignas(RTE_CACHE_LINE_SIZE) u32 sxe_ptype_table[SXE_PACKET_TYPE_MAX]
> = {
> +
Prefer using DPDK macro __rte_cache_align where possible.