Sorry, that's a dup, sent by mistake this time. Please disregard. Konstantin
> -----Original Message----- > From: Konstantin Ananyev <[email protected]> > Sent: Thursday, August 15, 2024 9:53 AM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; > [email protected]; [email protected]; [email protected]; > Konstantin Ananyev > <[email protected]> > Subject: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode > > From: Konstantin Ananyev <[email protected]> > > 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

