From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 13BF21B437 for ; Mon, 14 Jan 2019 10:12:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 656CF29626; Mon, 14 Jan 2019 04:12:42 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 04:12:42 -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=/Jo0sEkzYAqqLMa0ZSaSQaZ8XXW6xfHFrR5QBtyVB8A=; b=dwNXUlji6rAJ qMHA8gFEDGj3MQdIEsnSzCxZf/MyHE6gYVW/R1jAbHLwzG6AGyWQ5DOqFsma+D+/ QpzKx8orgTTY0TvUq7G683+HnHryYlz9FjLMFCOj5AsSOY7zAxJOYJ5ewCGxdGqb TCbr5DQLO2jM66jewdZh2Tw1HcDZTz4= 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=/Jo0sEkzYAqqLMa0ZSaSQaZ8XXW6xfHFrR5QBtyVB 8A=; b=Sd4hGeliTVGvf9s7ZmeWg/bSvVBGwVOHEXF6Rc0IiCqKadYCVsZFxpbgw /x5Nr+UdVs1D82L7exbPmqgA7epvsLy2pp5UVkHxTBts9mUNAJu1GnvwU/IGv/Fl ShWni90gxq+zLuvPLeK/vNwJXk4vwp6Fvast8daDLyfoN4TH2ZLCZHKuHa/1AaCX zZSCNQXuybpQC0wwu1nDcjkWkZLBtGWpxv6USQbIw2SjCvlc0vEb62GcHNQJRAsC AktkWd6yhXAF5HrNeZ+U1mjxriBaZaqU8Vbg+yMgQxR0cnbGbquUTHxO5j1VDX/U lK5wIDTC3mk33MvyQi6EAeoj99VKA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedugddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvf hhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvght qeenucffohhmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrud ekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdr nhgvthenucevlhhushhtvghrufhiiigvpedt 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 0FE26E459A; Mon, 14 Jan 2019 04:12:40 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Pablo de Lara Date: Mon, 14 Jan 2019 10:12:37 +0100 Message-ID: <1950386.3BYF0FsPmB@xps> In-Reply-To: <2140943.EmREPW5UWI@xps> References: <20190111060843.34487-1-pablo.de.lara.guarch@intel.com> <2140943.EmREPW5UWI@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-crypto 19.02 rc2 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: , X-List-Received-Date: Mon, 14 Jan 2019 09:12:43 -0000 11/01/2019 18:49, Thomas Monjalon: > 11/01/2019 07:08, Pablo de Lara: > > http://dpdk.org/git/next/dpdk-next-crypto > > "Meson" compilation is not working if IPSec_MB is not installed. This meson issue has been fixed with help of Pablo. Another issue has been fixed in vhost-crypto patches (moving change from one patch to another for fixing build). > "Make" compilation has no such big issue but it does not respect > EXTRA_CFLAGS when assuming IMB_HDR = /usr/include/intel-ipsec-mb.h This makefile issue should be fixed later. The fixed tree is integrated in master.