[PATCH] net/iavf: fix mbuf release bug for ARM Architecture
Bruce Richardson
bruce.richardson at intel.com
Mon Mar 10 18:00:33 CET 2025
On Fri, Mar 07, 2025 at 01:40:22PM +0800, Yang Ming wrote:
> This patch addresses a bug related to mbuf release in the ARM
> architecture. The previous patch resolved the mbuf release issue
> in a multi-process environment but was only applicable to the
> x86 architecture, leaving ARM unaddressed.
> This patch extends the fix to include the ARM architecture,
> ensuring consistent behavior across both x86 and ARM platforms.
>
> Fixes: fced83c1229e ("net/iavf: fix mbuf release in multi-process")
> Cc: ke1x.zhang at intel.com
> Cc: stable at dpdk.org
>
> Signed-off-by: Yang Ming <ming.1.yang at nokia-sbell.com>
> ---
> drivers/net/intel/iavf/iavf_rxtx.c | 3 +++
> drivers/net/intel/iavf/iavf_rxtx.h | 2 ++
> drivers/net/intel/iavf/iavf_rxtx_vec_neon.c | 8 ++------
> 3 files changed, 7 insertions(+), 6 deletions(-)
>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied to dpdk-next-net-intel.
Thanks,
/Bruce
More information about the dev
mailing list