From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 62D68457D1; Thu, 15 Aug 2024 11:01:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3588F4275C; Thu, 15 Aug 2024 11:01:54 +0200 (CEST) Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by mails.dpdk.org (Postfix) with ESMTP id B56F84025F for ; Thu, 15 Aug 2024 11:01:52 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4WkzZR0Xdmz6K5qJ for ; Thu, 15 Aug 2024 16:59:11 +0800 (CST) Received: from frapeml100007.china.huawei.com (unknown [7.182.85.133]) by mail.maildlp.com (Postfix) with ESMTPS id A51651400E7 for ; Thu, 15 Aug 2024 17:01:51 +0800 (CST) Received: from frapeml500007.china.huawei.com (7.182.85.172) by frapeml100007.china.huawei.com (7.182.85.133) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 15 Aug 2024 11:01:51 +0200 Received: from frapeml500007.china.huawei.com ([7.182.85.172]) by frapeml500007.china.huawei.com ([7.182.85.172]) with mapi id 15.01.2507.039; Thu, 15 Aug 2024 11:01:51 +0200 From: Konstantin Ananyev To: "dev@dpdk.org" Subject: RE: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode Thread-Topic: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode Thread-Index: AQHa7vCWT0vdT04DHku80kUsXjpGNbIoBT8w Date: Thu, 15 Aug 2024 09:01:51 +0000 Message-ID: References: <20240815085246.1378-1-konstantin.v.ananyev@yandex.ru> In-Reply-To: <20240815085246.1378-1-konstantin.v.ananyev@yandex.ru> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.206.138.42] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sorry, that's a dup, sent by mistake this time. Please disregard. Konstantin > -----Original Message----- > From: Konstantin Ananyev > 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; K= onstantin Ananyev > > Subject: [PATCH v2 0/2] examples/l3fwd fixes for ACL mode >=20 > From: Konstantin Ananyev >=20 > 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=3D1502 > This is a second attempt to fix it. >=20 > Konstantin Ananyev (2): > examples/l3fwd: fix read beyond array bondaries > examples/l3fwd: fix read beyond array boundaries in ACL mode >=20 > 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(-) >=20 > -- > 2.35.3