From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 1/2] examples/ipsec-secgw: fix bypass rule processing for outbound port Date: Thu, 21 Jun 2018 18:55:54 +0530 Message-ID: <652c20fb-b0c9-b216-7e35-387f19e2c2ab@nxp.com> References: <1528208163-31560-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: radu.nicolau@intel.com To: Konstantin Ananyev , dev@dpdk.org Return-path: Received: from EUR02-VE1-obe.outbound.protection.outlook.com (mail-eopbgr20066.outbound.protection.outlook.com [40.107.2.66]) by dpdk.org (Postfix) with ESMTP id 5923A1BDD4 for ; Thu, 21 Jun 2018 15:26:17 +0200 (CEST) In-Reply-To: <1528208163-31560-1-git-send-email-konstantin.ananyev@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/5/2018 7:46 PM, Konstantin Ananyev wrote: > For outbound ports BYPASS rule is erroneously treated as PROTECT one > with SA idx zero. > > Fixes: 2a5106af132b ("examples/ipsec-secgw: fix corner case for SPI value") > > Signed-off-by: Konstantin Ananyev > --- > Acked-by: Akhil Goyal