From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 576E8A0A0A; Fri, 21 May 2021 17:36:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC2D640686; Fri, 21 May 2021 17:36:53 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mails.dpdk.org (Postfix) with ESMTP id 139A040143 for ; Fri, 21 May 2021 17:36:53 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id D1B1DF3D; Fri, 21 May 2021 11:36:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 21 May 2021 11:36:52 -0400 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=fm1; bh= 0ugzYETUOIva3TyHLn1848RZjy/WAwlMdsPFTOYPUqI=; b=xfPembi9rdAm1woh w/s/XHv6fVgkndimn+IdWXa9RU09brgSP6cMTYm+XZRIS5H7TIyWkO4G+Et8XvyA XUFPJoqg9ncauDHgC4WsAXMFr+nGnJ2MEbcRLvlgmePe283pmGxNhtkXfTt8QzSd Iv+fgV5311su9CIqa6ijU7xPSitGTuSEPqkR2qQeu/UNIP0za0h+yO5GrjDvhL1G ctECHEzFfzUgaw+7WLPvaCvy51OpMc0PSUiQufNo49hc0lH0IJ34B3RHdnne68Ca mRd+KESiG0z6vH9Gzjpv84DssFWdCQwWuoakm0YUVa5OY4Pfx9yNzHUApb65643d ltafZg== 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=fm2; bh=0ugzYETUOIva3TyHLn1848RZjy/WAwlMdsPFTOYPU qI=; b=uN0W9cEdbhMwrv7bwJgYtPWDCWTVryTE2CwMHRF7/EOSoCeynUANv/LTf 7Ma9t/qkpiNdSfrGS5rBdzfhu6f+4sDT+oB0fZfuG1GXSqKvsy8Icb7+oKFTeWY1 waP4tENhIjHQcPTTmrmIx9kDLFoZkxGhCNJdrZA4xFVySVuJ782tQ7ArHbf3OUsO t2XhrCy3KY2iegYVsiV8uFmlE7GBQVcO+dBrhglDySRyz54VdaM8Bp3cUbhvurTi oR1pL3aoGuuHsUsJUfLj8khlagA7c9NnUSlteLIIo7fDEtfgvnKw3/Db9RUq2fD2 7f378GSI06pdysEC7PBL44m5TBeKg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdejfedgleduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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; Fri, 21 May 2021 11:36:50 -0400 (EDT) From: Thomas Monjalon To: "Zhang, Roy Fan" , "Ji, Kai" , "De Lara Guarch, Pablo" Cc: "dev@dpdk.org" Date: Fri, 21 May 2021 17:36:48 +0200 Message-ID: <6932249.VNgM3VIIzA@thomas> In-Reply-To: References: <20210520150711.28196-1-kai.ji@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-dev v1] cperf: fix crypto perf out-of-place mempool alloc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > Add in missing rte_mbuf size in mempool allocation for out-of-place op. > > > > > > Fixes: bf9d6702eca9 ("app/crypto-perf: use single mempool") > > > Cc: pablo.de.lara.guarch@intel.com > > > > > > Signed-off-by: Kai Ji > > Acked-by: Fan Zhang > Acked-by: Pablo de Lara Given the root cause is 3 years old, it is probably not urgent enough to be merged in the last day of 21.05. I won't take any risk at this stage.