From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-00103a01.pphosted.com (mx0b-00103a01.pphosted.com [67.231.152.227]) by dpdk.org (Postfix) with ESMTP id 0B1845A87 for ; Fri, 17 Jul 2015 17:58:25 +0200 (CEST) Received: from pps.filterd (m0002317.ppops.net [127.0.0.1]) by mx0b-00103a01.pphosted.com (8.14.5/8.14.5) with SMTP id t6HFivNa017372 for ; Fri, 17 Jul 2015 11:58:25 -0400 Received: from mdwexght02.ciena.com (LIN1-118-36-29.ciena.com [63.118.36.29]) by mx0b-00103a01.pphosted.com with ESMTP id 1vpf6rbbv2-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Fri, 17 Jul 2015 11:58:25 -0400 Received: from ONWVEXCHHT03.ciena.com (10.128.6.43) by MDWEXGHT02.ciena.com (10.4.140.213) with Microsoft SMTP Server (TLS) id 8.3.389.2; Fri, 17 Jul 2015 11:58:24 -0400 Received: from ONWVEXCHMB04.ciena.com ([::1]) by ONWVEXCHHT03.ciena.com ([::1]) with mapi; Fri, 17 Jul 2015 11:58:24 -0400 From: "Sugumaran, Varthamanan" To: "dev@dpdk.org" Date: Fri, 17 Jul 2015 11:58:23 -0400 Thread-Topic: ACL Libraries Thread-Index: AdDAqMR/amzHo0o0Sp+K+r0RF+4S/A== Message-ID: <5D52F6EC3531E949B1A9130CBFCE032F8B2667E9@ONWVEXCHMB04.ciena.com> Accept-Language: en-US, en-CA Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-CA X-TM-AS-Product-Ver: SMEX-11.0.0.4179-8.000.1202-21684.000 X-TM-AS-Result: No--13.787000-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151, 1.0.33, 0.0.0000 definitions=2015-07-17_08:2015-07-17,2015-07-17,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1506180000 definitions=main-1507170252 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] ACL Libraries 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: Fri, 17 Jul 2015 15:58:26 -0000 Hi, Iam exploring librte_acl libraries. I have a query on the usage of number o= f tries per context when we build a acl context. 1. Can we have more than one trie per context? Though it has mentioned= that we can have 8 tries(RTE_ACL_MAX_TRIES), what is the use case for having more than one trie? 2. If we allow more than 1 trie per context, is it possible to have a = separate trie for each category? Thanks in advance. Thanks Vartha