From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 18B49A051A for ; Fri, 17 Jan 2020 17:22:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C42F12BAE; Fri, 17 Jan 2020 17:22:01 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 68D8F2BAE; Fri, 17 Jan 2020 17:22:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C56C3220EB; Fri, 17 Jan 2020 11:21:56 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 17 Jan 2020 11:21:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=PfPLEZSulAIk34MdJ2lVL1lCKayA9ZuegoGp9phjcwU=; b=a823wg4/phbA 9fVAZXlMeLRus2ccay0ZXN4JsYu9aPYLYi5eZWnM9bHSf1hEbMVUEc7XT5JrGyM2 i1SRMFdjBD2MH5huSVenAAwWoqr/uoas8p80D3feqJw4X57SoXuGLc0f6NcmN/nn RcHDnPPO015BiyOh2LwoTRI1u/WBIGg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=PfPLEZSulAIk34MdJ2lVL1lCKayA9ZuegoGp9phjc wU=; b=qqlBTWtW5EgE+nwxAXWQXWcX02cjmubq3IGMDjJrcRARLACcD23CR5P/T ZcpDqSiv6RIbmqt1gZTF/RNx3lFL4YYydA6bh+l7yf42w2TUJRSwKnVNEn7aU3Kd BnTxfQBFyQHw0OPswJRvFAjXsn27tON5zN+iUtJwKmqnf7vRaXWIAbPUHGLKc2yz NQbg7BzJ1NqFd6kkBbC0ePg1ryksU1CZciOgoqylVi7UKpMMCz664u9M+YSqyOAd TCNIzxHKBQqK95KMhJK7r3tclctVAXCyAgR274VFlXc78Gji/Gw5js0oGNktD7V5 rg9mUWAAVyau7TBHvzKyGoaD6oH9Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrtdejgdekjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4CD538005B; Fri, 17 Jan 2020 11:21:55 -0500 (EST) From: Thomas Monjalon To: Adam Dybkowski , Akhil Goyal Cc: Anoob Joseph , "dev@dpdk.org" , "fiona.trahe@intel.com" , "declan.doherty@intel.com" , "stable@dpdk.org" Date: Fri, 17 Jan 2020 17:21:53 +0100 Message-ID: <4701288.e8TTKsaY2g@xps> In-Reply-To: References: <20191220115004.2713-1-adamx.dybkowski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 1/1] test/crypto: fix missing operation status check X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 15/01/2020 16:54, Akhil Goyal: > > > > > > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented") > > > Fixes: 77a217a19bb7 ("test/crypto: add AES-CCM tests") > > > > > > Signed-off-by: Adam Dybkowski > > > --- > > > app/test/test_cryptodev.c | 96 +++++++++++++++++++++------------------ > > > 1 file changed, 52 insertions(+), 44 deletions(-) > > > > > > > Tested-by: Ankur Dwivedi > > Reviewed-by: Anoob Joseph > > Applied to dpdk-next-crypto Cc: stable@dpdk.org is missing I guess you want to backport it so I add the tag in master.