From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCH 0/8] ACL: various fixes and cleanups Date: Thu, 4 Jun 2015 00:10:16 +0100 Message-ID: <1433373024-5558-1-git-send-email-konstantin.ananyev@intel.com> To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8ABB3C328 for ; Thu, 4 Jun 2015 01:10:35 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch-set is based on: [PATCHv2 0/3] ACL: Fix bug in acl_merge_trie() and add a new test-case for it to the UT. Konstantin Ananyev (8): ACL: fix invalid rule wildness calculation for RTE_ACL_FIELD_TYPE_BITMASK ACL: code cleanup - use global RTE_LEN2MASK macro ACL: add function to check rte_acl_build() input parameters ACL: fix rebuilding a trie for subset of rules ACL: introduce RTE_ACL_MASKLEN_TO_BITMASK macro ACL: cleanup remove unused code from acl_bld.c ACL: fix remove ambiguity between rules at UT ACL: add new test-cases into UT app/test-acl/main.c | 3 +- app/test/test_acl.c | 431 +++++++++++++++++++++++++++++++++++++- app/test/test_acl.h | 52 ++--- lib/librte_acl/acl_bld.c | 455 +++++++---------------------------------- lib/librte_acl/rte_acl.c | 3 +- lib/librte_acl/rte_acl.h | 5 +- lib/librte_acl/rte_acl_osdep.h | 2 - 7 files changed, 530 insertions(+), 421 deletions(-) -- 1.8.5.3