DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] examples/l3fwd fixes for ACL mode
@ 2024-08-15  8:52 Konstantin Ananyev
  2024-08-15  9:01 ` Konstantin Ananyev
  0 siblings, 1 reply; 3+ messages in thread
From: Konstantin Ananyev @ 2024-08-15  8:52 UTC (permalink / raw)
  To: dev
  Cc: honnappa.nagarahalli, jerinj, hemant.agrawal, bruce.richardson,
	drc, ruifeng.wang, mb, Konstantin Ananyev

From: Konstantin Ananyev <konstantin.ananyev@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode
  2024-08-15  8:52 [PATCH v2 0/2] examples/l3fwd fixes for ACL mode Konstantin Ananyev
@ 2024-08-15  9:01 ` Konstantin Ananyev
  0 siblings, 0 replies; 3+ messages in thread
From: Konstantin Ananyev @ 2024-08-15  9:01 UTC (permalink / raw)
  To: dev

Sorry, that's a dup, sent by mistake this time.
Please disregard.
Konstantin

> -----Original Message-----
> From: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
> Sent: Thursday, August 15, 2024 9:53 AM
> To: dev@dpdk.org
> Cc: honnappa.nagarahalli@arm.com; jerinj@marvell.com; hemant.agrawal@nxp.com; bruce.richardson@intel.com;
> drc@linux.vnet.ibm.com; ruifeng.wang@arm.com; mb@smartsharesystems.com; Konstantin Ananyev
> <konstantin.ananyev@huawei.com>
> Subject: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode
> 
> From: Konstantin Ananyev <konstantin.ananyev@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2 0/2] examples/l3fwd fixes for ACL mode
  2024-07-26 19:43 [PATCH] examples/l3fwd: fix read beyond array bondaries Konstantin Ananyev
@ 2024-07-30 12:22 ` Konstantin Ananyev
  0 siblings, 0 replies; 3+ messages in thread
From: Konstantin Ananyev @ 2024-07-30 12:22 UTC (permalink / raw)
  To: dev; +Cc: songx.jiale, Konstantin Ananyev

From: Konstantin Ananyev <konstantin.ananyev@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-15  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-15  8:52 [PATCH v2 0/2] examples/l3fwd fixes for ACL mode Konstantin Ananyev
2024-08-15  9:01 ` Konstantin Ananyev
  -- strict thread matches above, loose matches on Subject: below --
2024-07-26 19:43 [PATCH] examples/l3fwd: fix read beyond array bondaries Konstantin Ananyev
2024-07-30 12:22 ` [PATCH v2 0/2] examples/l3fwd fixes for ACL mode Konstantin Ananyev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).