From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ipsec: fix invalid assert condition Date: Mon, 14 Jan 2019 14:46:19 +0100 Message-ID: <1767276.6sBr7sTBA2@xps> References: <1547467659-15812-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , akhil.goyal@nxp.com, pablo.de.lara.guarch@intel.com To: Konstantin Ananyev Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 790B21B227 for ; Mon, 14 Jan 2019 14:46:45 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/01/2019 14:37, Ferruh Yigit: > On 1/14/2019 12:07 PM, Konstantin Ananyev wrote: > > fix invalid RTE_ASSERT condition in rsn_update_finish() > > > > Fixes: c0308cd89554 ("ipsec: rework SA replay window/SQN for MT environment") > > > > Reported-by: Ferruh Yigit > > Signed-off-by: Konstantin Ananyev > > Reviewed-by: Ferruh Yigit Applied, thanks