From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C1945C346 for ; Fri, 22 May 2015 19:49:12 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 22 May 2015 10:49:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,477,1427785200"; d="scan'208";a="699001470" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 22 May 2015 10:48:59 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t4MHmxmp025948; Fri, 22 May 2015 18:48:59 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t4MHmxWT018450; Fri, 22 May 2015 18:48:59 +0100 Received: (from kananye1@localhost) by sivswdev02.ir.intel.com with id t4MHmwE4018443; Fri, 22 May 2015 18:48:58 +0100 From: Konstantin Ananyev To: dev@dpdk.org Date: Fri, 22 May 2015 18:48:48 +0100 Message-Id: <1432316931-18406-1-git-send-email-konstantin.ananyev@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] ACL: Fix bug in acl_merge_trie() and add a new test-case for it to the UT X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 17:49:13 -0000 ACL: fix a problem in acl_merge_trie ACL: add new test case for ranges build ACL: remove subtree_id calculations at build stage app/test/test_acl.c | 147 +++++++++++++++++++++++++++++++++++++++++++++-- lib/librte_acl/acl.h | 7 --- lib/librte_acl/acl_bld.c | 121 ++++---------------------------------- 3 files changed, 155 insertions(+), 120 deletions(-) -- 1.8.5.3