From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E4C6BDE3 for ; Fri, 18 Jan 2019 00:16:09 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6B231292B5; Thu, 17 Jan 2019 18:16:09 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 17 Jan 2019 18:16:09 -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=91iLcw254hVNtfNnDTGhuEJeKeTC799qkNxZoZES0g0=; b=RKkfs7oAVAwP nAogvJZbGu26HzLNaqPn9aYdu4HbdHiHCRPqtBB1sodT5ITcMDOnZgA2O0sGq2I5 UEMB0FmejC4vVaM49lvflxcv6hiLlXK+HQvM86bNJbnF9inhjqq1Vs/amYArLgyM ntdD3TDM4RYv79vloqYvX92y5PXGO/k= 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=91iLcw254hVNtfNnDTGhuEJeKeTC799qkNxZoZES0 g0=; b=KuRkCj6DloeKzoXtQblrZqI5TLf16zMTnIDQcXG0FaZcN6jkF+dLbZwQ4 ZFL3vFFrNoqiqr3AWxMpMlpAbHLpnVq/OKqM6vqLWLWEe6H2OeUkT5foIqTYtcjK ijRFwdnlmuH1URtWiflxG1Kni77uP74Ju/Y/OnNgiPXRCGyfDI2z0S5n7tZCxR65 PkUM75cuVh30BLDF6DJacoW76LQ+RV4ffrIGpTyFTBvvfoKRhWlQvmnSusCCz3Lf 2TYJ9i5n2d1/4NSNGxgjoZ6Via3S9TrB0IquBW2azeSLnNFHno2Y1hymYbyEy9aM MB/9MjzGmHqoguD8z9mhGK5HIgRwg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgeelgddtiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 BE17410085; Thu, 17 Jan 2019 18:16:07 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, "Ananyev, Konstantin" , "Awal, Mohammad Abdul" , "Iremonger, Bernard" , "Doherty, Declan" , "akhil.goyal@nxp.com" Date: Fri, 18 Jan 2019 00:16:06 +0100 Message-ID: <4332155.xQxqhH1LHb@xps> In-Reply-To: <2601191342CEEE43887BDE71AB977258010D90500E@irsmsx105.ger.corp.intel.com> References: <1547720122-5835-1-git-send-email-david.marchand@redhat.com> <2601191342CEEE43887BDE71AB977258010D90500E@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: fix build when disabling ipsec library 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: Thu, 17 Jan 2019 23:16:10 -0000 17/01/2019 13:20, Ananyev, Konstantin: > From: David Marchand [mailto:david.marchand@redhat.com] > > > > Caught after pulling ipsec then compile in an existing build directory. > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > Signed-off-by: David Marchand > > --- > > Did a simple fix, we might want to have something like a _LDLIBS-y > > variable but that's just cosmetic. > > > > --- > > Acked-by: Konstantin Ananyev Applied, thanks