[PATCH v2 0/2] examples/l3fwd fixes for ACL mode
Konstantin Ananyev
konstantin.ananyev at huawei.com
Thu Aug 15 11:01:51 CEST 2024
Sorry, that's a dup, sent by mistake this time.
Please disregard.
Konstantin
> -----Original Message-----
> From: Konstantin Ananyev <konstantin.v.ananyev at yandex.ru>
> Sent: Thursday, August 15, 2024 9:53 AM
> To: dev at dpdk.org
> Cc: honnappa.nagarahalli at arm.com; jerinj at marvell.com; hemant.agrawal at nxp.com; bruce.richardson at intel.com;
> drc at linux.vnet.ibm.com; ruifeng.wang at arm.com; mb at smartsharesystems.com; Konstantin Ananyev
> <konstantin.ananyev at huawei.com>
> Subject: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode
>
> From: Konstantin Ananyev <konstantin.ananyev at 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
More information about the dev
mailing list