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 666F6A00C2; Thu, 6 Oct 2022 12:14:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5859142B70; Thu, 6 Oct 2022 12:14:42 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mails.dpdk.org (Postfix) with ESMTP id E7A3B40042 for ; Thu, 6 Oct 2022 12:14:40 +0200 (CEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id C6DB6320015C; Thu, 6 Oct 2022 06:14:39 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Thu, 06 Oct 2022 06:14:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1665051279; x= 1665137679; bh=tJdTw3bUszAV4RfqGot/aDvqqaDHqCyT/eVATqv5WfM=; b=d z57mTvg+Bcm+uicVEMAzuwRIUqQ4290S6Wyg5gUCTQLXm+NZYoSsPHwm88xd5rd7 WVEP7TplJLBfZ2DgRVqnjqT3G5XIVQTQANeHInYjAlEPwpu7yupnSTqr5sNlH7EO a7fv0d3jzlre+pmQBV5noV97JSi14MTwJCgJ5VohywgulyTC/UOu1phP8hmqh8EN js6FqaEcW5jkNgdgFWzc94PH1I96pGhN9Ghro0NcU/SRLU29U0HnCxsx/bR4fBxf 1NExpLfRaQ3wlnp935pIM/jEZEZttTKNjctegD2BIKfRnBn76gqHTcK8b+wlc+ks ICwRIy6+rULPD4Ly8FC6w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t=1665051279; x= 1665137679; bh=tJdTw3bUszAV4RfqGot/aDvqqaDHqCyT/eVATqv5WfM=; b=P EKkGSORs0PQgPONG7mEnGn8gAcfMFSZF3TjRPlUMkLtNvyUY9q1wA6FA8koNoTTp MDirIEQmFGsduNTLx/WxrPQR3OsfbbwG89Gn4H9vg7dySwK/fYhRM2H1OwdWdfCU l6kutx4ks4TuqVZ74LF6tTBYKOlhNQ4tIgbxO2p/OOqNgPOakDYHyl9h8xYFTF6K 9skWVMhI0GGD0QzbRgIMqmPhWIYLkBzj3Pr3XOBvmA7rtnXED4h2DY+KAPa7WyK5 oGL2eg3/gb6qy1Ne72QnWvRhhV6vDvAwLbXVC1HuuJRtmzyxiaU284UXl9rC9PIi YJemYu0wSGvU11dr2CcOA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfeeihedgvdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedtjeeiieefhedtfffgvdelteeufeefheeujefgueetfedttdei kefgkeduhedtgfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 6 Oct 2022 06:14:38 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal Cc: dev@dpdk.org, lironh@marvell.com Subject: Re: [PATCH] crypto/mvsam: fix build for session rework Date: Thu, 06 Oct 2022 12:14:37 +0200 Message-ID: <2125258.Mh6RI2rZIc@thomas> In-Reply-To: <20221006082228.91120-1-gakhil@marvell.com> References: <20221006082228.91120-1-gakhil@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 06/10/2022 10:22, Akhil Goyal: > mvsam build was broken due to the recent session rework, > as it was not enabled in default build. > This patch fixes the build. > > Fixes: 3f3fc3308bd0 ("security: remove private mempool usage") > Fixes: bdce2564dbf7 ("cryptodev: rework session framework") > Fixes: 66837861d375 ("drivers/crypto: support security session size query") > > Signed-off-by: Akhil Goyal Applied, thanks.