From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] Enable zero verdicts in ACLs Date: Mon, 30 Jan 2017 11:10:08 +0100 Message-ID: <2775067.9SI0BFEhju@xps13> References: <2601191342CEEE43887BDE71AB9772583F107FA5@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: "Ananyev, Konstantin" , dev@dpdk.org To: Michal Miroslaw Return-path: Received: from mail-wj0-f175.google.com (mail-wj0-f175.google.com [209.85.210.175]) by dpdk.org (Postfix) with ESMTP id 06442DE3 for ; Mon, 30 Jan 2017 11:10:09 +0100 (CET) Received: by mail-wj0-f175.google.com with SMTP id n2so3789451wjq.3 for ; Mon, 30 Jan 2017 02:10:09 -0800 (PST) In-Reply-To: <2601191342CEEE43887BDE71AB9772583F107FA5@irsmsx105.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This set enables one to have ACL matches return 0 where the distinc= tion > > from no-match case is not needed. > >=20 > > This is a resubmission of the patches as a series, rebased on net-n= ext tree, > > no other changes vs v2. > >=20 > > v2: fixes to prog_guide and ACL tests > >=20 > > Micha=C5=82 Miros=C5=82aw (2): > > acl: remove invalid test > > acl: allow zero verdict >=20 > Acked-by: Konstantin Ananyev Applied, thanks