Sorry, that's a dup, sent by mistake this time. Please disregard. Konstantin
> -----Original Message----- > From: Konstantin Ananyev <konstantin.v.anan...@yandex.ru> > Sent: Thursday, August 15, 2024 9:53 AM > To: dev@dpdk.org > Cc: honnappa.nagaraha...@arm.com; jer...@marvell.com; hemant.agra...@nxp.com; > bruce.richard...@intel.com; > d...@linux.vnet.ibm.com; ruifeng.w...@arm.com; m...@smartsharesystems.com; > Konstantin Ananyev > <konstantin.anan...@huawei.com> > Subject: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode > > From: Konstantin Ananyev <konstantin.anan...@huawei.com> > > As Song Jiale pointed outprevious fix is not enough to fix > the problem he is observing with l3fwd in ACl mode: > https://bugs.dpdk.org/show_bug.cgi?id=1502 > This is a second attempt to fix it. > > Konstantin Ananyev (2): > examples/l3fwd: fix read beyond array bondaries > examples/l3fwd: fix read beyond array boundaries in ACL mode > > examples/l3fwd/l3fwd_acl.c | 37 ++++++++++++++++++++-------- > examples/l3fwd/l3fwd_altivec.h | 6 ++++- > examples/l3fwd/l3fwd_common.h | 7 ++++++ > examples/l3fwd/l3fwd_em_hlm.h | 2 +- > examples/l3fwd/l3fwd_em_sequential.h | 2 +- > examples/l3fwd/l3fwd_fib.c | 2 +- > examples/l3fwd/l3fwd_lpm_altivec.h | 2 +- > examples/l3fwd/l3fwd_lpm_neon.h | 2 +- > examples/l3fwd/l3fwd_lpm_sse.h | 2 +- > examples/l3fwd/l3fwd_neon.h | 6 ++++- > examples/l3fwd/l3fwd_sse.h | 6 ++++- > 11 files changed, 55 insertions(+), 19 deletions(-) > > -- > 2.35.3