From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] pipeline_firewall: Fix for port range filtering Date: Fri, 21 Apr 2017 01:35:24 +0200 Message-ID: <2536253.Wole6s4BNc@xps> References: <1490146535-5065-1-git-send-email-shrivastav.shyam@gmail.com> <3EB4FA525960D640B5BDFFD6A3D891265277302E@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: Shyam Kumar Shrivastav Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3D1212904 for ; Fri, 21 Apr 2017 01:35:26 +0200 (CEST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891265277302E@IRSMSX108.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" > > Firewall ACL definition need to use same input index for source and > > destination ports as these are 16 bits and would fit in one ACL > > field of 32 bits. This is required as per librte_acl API. Without this > > UDP/TCP source and destination ports filtering (and for that > > matter ICMP type/code filtering) does not work. > > > > Signed-off-by: Shyam Kumar Shrivastav > > --- > > Reviewed-by: Jasvinder.Singh@intel.com > Acked-by: Cristian.Dumitrescu@intel.com > > Thanks, Shyam, for debugging this! Applied, thanks