From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=C3TcUbCx2Ru/RFzECa9f2EFsrzdUHt0NQoMLwW760AA=; b=PHX0Zu3U/sJX5bOICmPNYOS6iFqzqiuAHYAQoVRte2GJsGerrXVGPSON3W5oEqZvYB dPg0M2pur2t5610czI6AW0H2n2niT4e8FpaL8FvlAiIw8Gl2t+4nntHs0qWBqXs9Lt25 Mm6rWQA12iCbaPEBndMf3/WIerxrOYM1v9DqBfpsfNfJCW9IHkjXR/8Wm4tKbLiaULkQ cB5ag3ymNw6y+GU4fE8moGHNlU7Zuq1ZWyJu5bDmW4Dq8aoI78g4y222ffmv68dmeayD Ovq80OSwi1FeHd5aeFMZ7ZsPtze7tDi8fAr7AFdOZWG2odb8GcF8tR65pODTsVaPG4F0 TmhQ== X-Gm-Message-State: ALoCoQnvKMKGQxvYzHM4kLPgX1Lw0PqHfrHpVPdBD8mG8C0JRKy0InU8RT2nTIB/9WxFlwfdJt05 X-Received: by 10.194.82.167 with SMTP id j7mr17333812wjy.123.1434644118444; Thu, 18 Jun 2015 09:15:18 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ib8sm12900759wjb.12.2015.06.18.09.15.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Jun 2015 09:15:17 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Thu, 18 Jun 2015 18:14:15 +0200 Message-ID: <2206862.zKQT06m51x@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433760090-17110-1-git-send-email-konstantin.ananyev@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCHv2 0/8] acl: various fixes and cleanups 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: Thu, 18 Jun 2015 16:15:18 -0000 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