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 7D8D4A0588; Thu, 16 Apr 2020 14:19:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A5EC1DC2C; Thu, 16 Apr 2020 14:19:37 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 43EB91DC2C for ; Thu, 16 Apr 2020 14:19:35 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 74E4C5C00C8; Thu, 16 Apr 2020 08:19:34 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 16 Apr 2020 08:19:34 -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=mesmtp; bh=+dqIqxwSZFKtXN6o5yFlDnZWOWvRGnHFyRNS0HuLAKM=; b=TR9YZIb2mRR5 IpmJFRa9nqL2P4LtzZ6XbvmQ3EcVAf6U+/+ZWR/gDoHtcb8XPDVwUe5hqnmt3zru fCANwPmFXbLFKaFDoMTENrJeeMmaVvnQjEQJ6Bd3/Trg4mTRjOLs/DhbTGKD0aLS fIgydbrEso2YG5+7B923nwITVx+GjOg= 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=+dqIqxwSZFKtXN6o5yFlDnZWOWvRGnHFyRNS0HuLA KM=; b=arTWd7dVf6+ZiyOFq1M/aW6w7NZ+SlDQw64+7/R2Nt0iqIfa918zP1u9F A0OZhwN+T5XsPiEISwAzwqzhlR0g2ki1JRD8Uz7d2nPL9UFYRg5Rz7TVYI42ZAQQ RptxAz5mozzQ6Lo3qdbh9dNeR3q/KNEZoWj3UKKFh5HV+LGTRDUcDd545ddcEjv+ riSLPq9OMquMEn4TV6aNfsNTTBSUbQ5tgCvnFKaE5HHz+nmMUHBgqTdrEIsyxlVd CC9xHUA8lec55ATIGYQfCLdtw+R8hmmCXKhdstvZpVNbRoF8GQ5sQ2u/sSyMs04s 2SuIS4Ccwsp6ESvPuFj0YvcjyTImQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrfeehgdehtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 2C8E93060066; Thu, 16 Apr 2020 08:19:33 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal Cc: dev@dpdk.org, david.marchand@redhat.com, ferruh.yigit@intel.com, rasland@mellanox.com Date: Thu, 16 Apr 2020 14:19:32 +0200 Message-ID: <3117619.Zkmt1EvEu4@thomas> In-Reply-To: <20200416112517.3386-1-akhil.goyal@nxp.com> References: <20200416112517.3386-1-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ipsec: fix build dependency on hash lib X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 16/04/2020 13:25, Akhil Goyal: > rte_ipsec has a dependancy on rte_hash dependency > So we need the librte_hash to be compiled before librte_ipsec. > Add the DEPDIRs to make sure this. > > Fixes: 3feb23609cae ("ipsec: add SAD create/destroy implementation") > Cc:stable@dpdk.org missing a space after : > Reported-by: Raslan Darawsheh > Suggested-by: Ferruh Yigit > Signed-off-by: Akhil Goyal Applied, thanks