From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 81C205A56 for ; Thu, 4 Jun 2015 11:16:08 +0200 (CEST) Received: by wgez8 with SMTP id z8so28636474wge.0 for ; Thu, 04 Jun 2015 02:16:07 -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=VhAOer3Wim+FDGyq2lbE9IMoldQI1S6dgdh2XKRTahE=; b=I5/99iy1Cgljy3gvI9zP8dAsb5hez3VScGd7FjniHU6KasANN4D44EM150XPfNRxGQ mLayjur1sfG70SvQHEsDsFwV5W35XYMo2+ly0G4WTNlvELGMsD6GWDXOroNl+GFbR+Uo oki9L3aBUmHgG6cbAceI2amaKSb9i5HgvG/8d4quxoNCf9h71gfcKDjAoWRvNL8HaQSw VmIc+qrXaPSgjsxRK9x2QzDbSkNS6HkwQoiDlXi/dpoWUlrGIOejamfdX/O/ytY2BVX9 8zX/fFJuClwXObxOhbhWInrKkewiivn3u+Fc5Iz4ZnKjvj/1fbzL21/CJA0Z8WR3zQAK ot7g== X-Gm-Message-State: ALoCoQlUP+ekvgz+dyV/cfu0W/bHuKwjvLIHuIxGxkgkJ9SGavxkVOtt+KysXpISMzSjLIHhkunG X-Received: by 10.180.36.193 with SMTP id s1mr5096579wij.62.1433409367344; Thu, 04 Jun 2015 02:16:07 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bg4sm4808290wjc.10.2015.06.04.02.16.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jun 2015 02:16:06 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Thu, 04 Jun 2015 11:15:15 +0200 Message-ID: <4960440.BVCQBiU2sm@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433353519-20589-1-git-send-email-konstantin.ananyev@intel.com> References: <1433353519-20589-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/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: Thu, 04 Jun 2015 09:16:08 -0000 2015-06-03 18:45, Konstantin Ananyev: > v2: > - reorder code a bit to avoid gcc 5.1 warnings. > > Konstantin Ananyev (3): > ACL: fix a problem in acl_merge_trie > ACL: add new test case for ranges build > ACL: remove subtree_id calculations at build stage Applied, thanks