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.zh...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Yang Ming <ming.1.y...@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.richard...@intel.com>
Applied to dpdk-next-net-intel. Thanks, /Bruce