From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCH 0/3] ACL: Fix bug in acl_merge_trie() and add a new test-case for it to the UT Date: Fri, 22 May 2015 18:48:48 +0100 Message-ID: <1432316931-18406-1-git-send-email-konstantin.ananyev@intel.com> To: dev@dpdk.org 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) 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" 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