From patchwork Thu May 2 15:28:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konstantin Ananyev X-Patchwork-Id: 908 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EDBE743F69; Thu, 2 May 2024 17:28:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD21D402D8; Thu, 2 May 2024 17:28:53 +0200 (CEST) Received: from forward102b.mail.yandex.net (forward102b.mail.yandex.net [178.154.239.149]) by mails.dpdk.org (Postfix) with ESMTP id 1F41D402D7 for ; Thu, 2 May 2024 17:28:52 +0200 (CEST) Received: from mail-nwsmtp-smtp-production-main-37.myt.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-37.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:1a4:0:640:b6:0]) by forward102b.mail.yandex.net (Yandex) with ESMTPS id 4B89C6093D; Thu, 2 May 2024 18:28:51 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-37.myt.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id bSVvo2YOeuQ0-CiTOWDND; Thu, 02 May 2024 18:28:50 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1714663730; bh=j1esJxL0Xs8Qm7jy2V/e739CuhU0nXhf2CLoO8WCS+8=; h=Message-Id:Date:Cc:Subject:To:From; b=ZBRGBdztc2H+1nL11A6VMPswE6ODvdLQLW5BbBJBpTL/ZkpU52B3nmVvyPyQXH3EK B2/bIdtZj5tv1QEYpWiyfgmR2kSUYIorIrau/iag4kob+g/V/GyrLRxIN2SCDpOksE ALYcSn4oPWoBQCZOQYn/kRLAKXoK9JiAOz+Nt2OY= Authentication-Results: mail-nwsmtp-smtp-production-main-37.myt.yp-c.yandex.net; dkim=pass header.i=@yandex.ru From: Konstantin Ananyev To: dev@dpdk.org Cc: Konstantin Ananyev Subject: [PATCH 0/2] examples/l3fwd: ACL mode fixups and improvements Date: Thu, 2 May 2024 16:28:14 +0100 Message-Id: <20240502152816.65562-1-konstantin.v.ananyev@yandex.ru> X-Mailer: git-send-email 2.34.1 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 From: Konstantin Ananyev Konstantin Ananyev (2): examples/l3fwd: fix crash in ACL mode for mixed traffic examples/l3fwd: avoid packets reordering in ACL mode examples/l3fwd/l3fwd_acl.c | 125 +++++++++++++++++++----------- examples/l3fwd/l3fwd_acl_scalar.h | 71 +++++++++-------- 2 files changed, 118 insertions(+), 78 deletions(-)