From patchwork Tue Feb 12 23:05:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 50278 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB6A91B138; Wed, 13 Feb 2019 00:05:22 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 6E6A81B123; Wed, 13 Feb 2019 00:05:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 11F3A22233; Tue, 12 Feb 2019 18:05:21 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 12 Feb 2019 18:05:21 -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; s=mesmtp; bh=tEhpHkvrsh lBu+Wwtw0RjNeqhh4/UsGaffBeVtgRdB4=; b=fAQyMGjh3FwdiHpevCsD8UWBTU W+xJjxZNTL+1omjrM7Ktx9tU58crvond+QvZJbwS4e7FyxsUNY3gNedPxbdoA69Q uo5OEc+aA0fmk67FPwvqCasIMsufeZ6b/AVbMyZ2CZjmz+0EveXP6dVDk7vALAwQ hOItIONul2TK7h/ls= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding: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=tEhpHkvrshlBu+Wwtw0RjNeqhh4/UsGaffBeVtgRdB4=; b=61aMtp3H I14iRsSVY2zHdduT077Ugh/MFoME7x12q3BQ1TCNGZoInQDhvEsf3Rc7heukzGSo 9lzktwk5QImivle5HqsomV9phHKMaj8zNUOAjN4cMC78p1aWIVyUydce8r6FUiJW vC5x0lDQlaPDyc48UVrEyAWzZEw852MA+pYMeXUcQcTDf9tqBkOPc5pfAaP091GN dHIOli5hRW3+ooef+MDnFLgaH8vtOsfu6JE5x23cTI2pXsEcA3HpkSA1WflAdVgy FNB69AjABUiPs97yy8H3Ns3EV+Ae7+6OaNITrkqqxdIDgiMR0fzWgmDwm0PrgaF1 wG+MMwYeLgKgrg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtvddgtdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecumhhishhsihhnghcuvffquchfihgvlhguucdlfedtmdenucfjughrpefhvffuff fkofgjfhgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhho nhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrd dvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhj rghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8FCD4E4652; Tue, 12 Feb 2019 18:05:19 -0500 (EST) From: Thomas Monjalon To: Cc: dev@dpdk.org, ashish.gupta@caviumnetworks.com, stable@dpdk.org Date: Wed, 13 Feb 2019 00:05:06 +0100 Message-Id: <20190212230507.11793-4-thomas@monjalon.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190212230507.11793-1-thomas@monjalon.net> References: <20190212230507.11793-1-thomas@monjalon.net> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 3/4] devtools: test build of zlib PMD 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" The PMD zlib was not enabled in devtools/test-build.sh. It is fixed by using the environment variable DPDK_DEP_ZLIB. Fixes: 0c4e4c16b004 ("compress/zlib: introduce zlib PMD") Cc: ashish.gupta@caviumnetworks.com Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon --- devtools/test-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devtools/test-build.sh b/devtools/test-build.sh index ace52a776..0511ae6d0 100755 --- a/devtools/test-build.sh +++ b/devtools/test-build.sh @@ -158,6 +158,8 @@ config () # test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(BNX2X_PMD=)n,\1y,' $1/.config test "$DPDK_DEP_ZLIB" != y || \ + sed -ri 's,(PMD_ZLIB=)n,\1y,' $1/.config + test "$DPDK_DEP_ZLIB" != y || \ sed -ri 's,(COMPRESSDEV_TEST=)n,\1y,' $1/.config test "$DPDK_DEP_PCAP" != y || \ sed -ri 's,(PCAP=)n,\1y,' $1/.config