From: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
To: dev@dpdk.org
Cc: songx.jiale@intel.com,
Konstantin Ananyev <konstantin.ananyev@huawei.com>
Subject: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode
Date: Tue, 30 Jul 2024 13:22:33 +0100 [thread overview]
Message-ID: <20240730122235.1084-1-konstantin.v.ananyev@yandex.ru> (raw)
In-Reply-To: <20240726194302.920-1-konstantin.v.ananyev@yandex.ru>
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
next prev parent reply other threads:[~2024-07-30 13:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 19:43 [PATCH] examples/l3fwd: fix read beyond array bondaries Konstantin Ananyev
2024-07-30 12:22 ` Konstantin Ananyev [this message]
2024-07-30 12:22 ` [PATCH v2 1/2] " Konstantin Ananyev
2024-10-10 0:30 ` Stephen Hemminger
2024-07-30 12:22 ` [PATCH v2 2/2] examples/l3fwd: fix read beyond array boundaries in ACL mode Konstantin Ananyev
2024-10-10 0:30 ` Stephen Hemminger
2024-10-12 2:43 ` Stephen Hemminger
2024-08-15 8:52 [PATCH v2 0/2] examples/l3fwd fixes for " Konstantin Ananyev
2024-08-15 9:01 ` Konstantin Ananyev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240730122235.1084-1-konstantin.v.ananyev@yandex.ru \
--to=konstantin.v.ananyev@yandex.ru \
--cc=dev@dpdk.org \
--cc=konstantin.ananyev@huawei.com \
--cc=songx.jiale@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).