From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rere.qmqm.pl (rere.qmqm.pl [84.10.57.10]) by dpdk.org (Postfix) with ESMTP id A68F0FAD8 for ; Wed, 18 Jan 2017 20:32:51 +0100 (CET) Received: by rere.qmqm.pl (Postfix, from userid 1000) id 44F4B610F; Wed, 18 Jan 2017 20:32:51 +0100 (CET) Message-Id: From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: dev@dpdk.org Cc: "Ananyev, Konstantin" , Thomas Monjalon Date: Wed, 18 Jan 2017 20:32:51 +0100 (CET) Subject: [dpdk-dev] [PATCH 0/2] Enable zero verdicts in ACLs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 19:32:52 -0000 This set enables one to have ACL matches return 0 where the distinction from no-match case is not needed. This is a resubmission of the patches as a series, rebased on net-next tree, no other changes vs v2. v2: fixes to prog_guide and ACL tests Michał Mirosław (2): acl: remove invalid test acl: allow zero verdict app/test/test_acl.c | 33 ---------------------- .../prog_guide/packet_classif_access_ctrl.rst | 3 +- lib/librte_acl/rte_acl.c | 3 +- lib/librte_acl/rte_acl.h | 2 -- lib/librte_table/rte_table_acl.c | 2 +- 5 files changed, 4 insertions(+), 39 deletions(-) -- 2.11.0