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 B90B3A00C2; Sun, 15 May 2022 22:09:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C1EC40A7A; Sun, 15 May 2022 22:09:03 +0200 (CEST) Received: from forward500o.mail.yandex.net (forward500o.mail.yandex.net [37.140.190.195]) by mails.dpdk.org (Postfix) with ESMTP id 7E3B940A79 for ; Sun, 15 May 2022 22:09:02 +0200 (CEST) Received: from sas2-bcc9105f7ecc.qloud-c.yandex.net (sas2-bcc9105f7ecc.qloud-c.yandex.net [IPv6:2a02:6b8:c08:b7ac:0:640:bcc9:105f]) by forward500o.mail.yandex.net (Yandex) with ESMTP id 0F67C9419F0; Sun, 15 May 2022 23:03:27 +0300 (MSK) Received: from sas2-ffeb92823cb1.qloud-c.yandex.net (sas2-ffeb92823cb1.qloud-c.yandex.net [2a02:6b8:c08:6803:0:640:ffeb:9282]) by sas2-bcc9105f7ecc.qloud-c.yandex.net (mxback/Yandex) with ESMTP id IE1WPieiE2-3QfuL5xk; Sun, 15 May 2022 23:03:27 +0300 X-Yandex-Fwd: 2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1652645007; bh=c+0djypcLpWyd0K1HLBBF2gjYTN4az7NxA0DWwyEwEQ=; h=In-Reply-To:References:Date:Subject:Cc:To:From:Message-Id; b=mUVA1wjIO70QLllMkx537BboFzo6Yxx6RJ0MWXSptZFD7VMFhknl8EGUEzo80cEKG RlUHJvHi4pDgU8D3H2lel9YtGM5PSqR1LR9xcSs9D4c/6tWwUTexI39s7HGH01yhgI BxcBN/UXMbvLJqdVFr/xgj0P11YEnV6enXp8fWgg= Authentication-Results: sas2-bcc9105f7ecc.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by sas2-ffeb92823cb1.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id 46XcTS98Er-3PMCr9h0; Sun, 15 May 2022 23:03:25 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) From: Konstantin Ananyev To: dev@dpdk.org Cc: ido@cgstowernetworks.com Subject: [PATCH v2 0/2] ACL fix 8B field Date: Sun, 15 May 2022 21:03:17 +0100 Message-Id: <20220515200319.81002-1-konstantin.v.ananyev@yandex.ru> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220426174454.311999-1-konstantin.v.ananyev@yandex.ru> References: <20220426174454.311999-1-konstantin.v.ananyev@yandex.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Fix problem with 8B fields and extend test-acl test coverage. v2: - extend app/test-acl/test-acl.sh to support both formats for IPv6 addresses. Konstantin Ananyev (2): acl: fix rules with 8 bytes field size are broken app/acl: support different formats for IPv6 address app/test-acl/main.c | 355 ++++++++++++++++++++++++++++++--------- app/test-acl/test-acl.sh | 4 +- lib/acl/acl_bld.c | 14 +- 3 files changed, 289 insertions(+), 84 deletions(-) -- 2.34.1