From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv2 0/8] acl: various fixes and cleanups Date: Thu, 18 Jun 2015 18:14:15 +0200 Message-ID: <2206862.zKQT06m51x@xps13> References: <1433373024-5558-2-git-send-email-konstantin.ananyev@intel.com> <1433760090-17110-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Konstantin Ananyev Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 9C10DC736 for ; Thu, 18 Jun 2015 18:15:18 +0200 (CEST) Received: by wiga1 with SMTP id a1so176298396wig.0 for ; Thu, 18 Jun 2015 09:15:18 -0700 (PDT) In-Reply-To: <1433760090-17110-1-git-send-email-konstantin.ananyev@intel.com> 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" 2015-06-08 11:41, Konstantin Ananyev: > Several fixes and code cleanups for the librte_acl. > New test-cases for acl UT. > > Konstantin Ananyev (8): > acl: fix invalid rule wildness calculation for bitmask field type > acl: code cleanup - use global EAL macro, instead of creating a local > copy > acl: add function to check build input parameters > acl: fix avoid unneeded trie splitting for subset of rules. > acl: code dedup - introduce a new macro > acl: cleanup remove unused code from acl_bld.c > acl: fix ambiguity between ACL rules in UT. > acl: add new test-cases into UT Applied, thanks