From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00103a01.pphosted.com (mx0a-00103a01.pphosted.com [67.231.144.234]) by dpdk.org (Postfix) with ESMTP id A7B689655 for ; Mon, 20 Jul 2015 20:15:37 +0200 (CEST) Received: from pps.filterd (m0000419.ppops.net [127.0.0.1]) by mx0a-00103a01.pphosted.com (8.14.5/8.14.5) with SMTP id t6KIFabm018687 for ; Mon, 20 Jul 2015 14:15:36 -0400 Received: from vawvcgsie2k1302.ciena.com (LIN1-118-36-36.ciena.com [63.118.36.36]) by mx0a-00103a01.pphosted.com with ESMTP id 1vqfsqxh42-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 20 Jul 2015 14:15:36 -0400 Received: from VAWVMDMAIL01.ciena.com (10.4.156.37) by VAWVCGSIE2K1302.ciena.com (10.4.62.16) with Microsoft SMTP Server (TLS) id 15.0.847.32; Mon, 20 Jul 2015 14:15:32 -0400 Received: from ONWVEXCHHT01.ciena.com (10.128.6.16) by VAWVMDMAIL01.ciena.com (10.4.156.37) with Microsoft SMTP Server (TLS) id 15.0.847.32; Mon, 20 Jul 2015 14:15:32 -0400 Received: from ONWVEXCHMB04.ciena.com ([::1]) by ONWVEXCHHT01.ciena.com ([::1]) with mapi; Mon, 20 Jul 2015 14:15:31 -0400 From: "Sugumaran, Varthamanan" To: "dev@dpdk.org" Date: Mon, 20 Jul 2015 14:15:30 -0400 Thread-Topic: Creation of ACL context with multiple tries Thread-Index: AdDDGAwXzu2aWjchRDyOf097PUoFcQ== Message-ID: <5D52F6EC3531E949B1A9130CBFCE032F8B2670B6@ONWVEXCHMB04.ciena.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-tm-as-product-ver: SMEX-10.0.0.1412-7.000.1014-21690.001 x-tm-as-result: No--36.808400-8.000000-31 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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-20_03:2015-07-20,2015-07-19,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-1507200294 Subject: [dpdk-dev] ACL: Creation of ACL context with multiple tries 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: Mon, 20 Jul 2015 18:15:38 -0000 Hi All, Need your inputs on the following queries on ACL contexts. 1. Has anyone tried creating ACL context with multiple tries? 2. The document/code mentioned that we can have the maximum of 8 tries(RTE_= ACL_MAX_TRIES) per ACL context. What is the use case for having more than single trie? 3. If we can create ACL context using multiple tries, then is it possible t= o have trie per category in ACL context?=20 Meaning I want to create a single ACL context(that had both ipv4 and ip= v6 rules) which have 2 tries with one for ipv4 rules and another one for = ipv6 rules.=20 Thanks in Advance. Thanks Vartha