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 020292716 for ; Fri, 5 Jun 2015 19:21:40 +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 t55HJn5u015202 for ; Fri, 5 Jun 2015 13:21:39 -0400 Received: from mdwexght02.ciena.com (LIN1-118-36-29.ciena.com [63.118.36.29]) by mx0a-00103a01.pphosted.com with ESMTP id 1uue39ren6-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Fri, 05 Jun 2015 13:21:39 -0400 Received: from VAWVE2K13MBX01.ciena.com (10.4.156.87) by MDWEXGHT02.ciena.com (10.4.140.213) with Microsoft SMTP Server (TLS) id 8.3.298.1; Fri, 5 Jun 2015 13:21:39 -0400 Received: from ONWVEXCHHT02.ciena.com (10.128.6.17) by VAWVE2K13MBX01.ciena.com (10.4.156.87) with Microsoft SMTP Server (TLS) id 15.0.847.32; Fri, 5 Jun 2015 13:21:38 -0400 Received: from ONWVEXCHMB04.ciena.com ([::1]) by ONWVEXCHHT02.ciena.com ([::1]) with mapi; Fri, 5 Jun 2015 13:21:38 -0400 From: "Sugumaran, Varthamanan" To: "dev@dpdk.org" Date: Fri, 5 Jun 2015 13:21:36 -0400 Thread-Topic: ACL-Dynamic Adding or Deleting rules Thread-Index: AdCe35saKXFnlaOQShCTp1QK+qf8+gA1Frtg Message-ID: <5D52F6EC3531E949B1A9130CBFCE032F8371E1A0@ONWVEXCHMB04.ciena.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-TM-AS-Product-Ver: SMEX-10.0.0.1412-7.000.1014-21594.001 X-TM-AS-Result: No--16.878600-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151, 1.0.33, 0.0.0000 definitions=2015-06-05_14:2015-06-05,2015-06-05,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-1402240000 definitions=main-1506050222 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-Dynamic Adding or Deleting rules 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, 05 Jun 2015 17:21:41 -0000 Hi, Is there is a way to add/delete a single ACL rule in librte_acl? I had looked at the library and found no method to add/delete a rule dynami= cally to the existing ACL context. Please let me know if there are any alternate ways of doing it. Thanks Vartha