From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 5ABDF530C for ; Tue, 24 May 2016 16:15:20 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id a136so76509258wme.0 for ; Tue, 24 May 2016 07:15:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=EvfdBLjqdt8Ft8Eq4gSwsAb3pkBPYY13q5fecW8Tqsk=; b=aESe6hCJOYBTG4bL/WxOTxTEF8L/wXeqertYG09QgWOhtDZilMeG2rM0fcAVaGN1iy QXUlaeLWkYN03zoTC+5XwUHdtczb7lmiTkh30ARrxZpyScNvu3Hoo2aX3pqICpTROhPT CY1KyBeI93BCwIaeZd+zMDs0eBNoo8FXeAb4scRygjCRfuvwFsBxxw6cqJw6JLuac0Yy udN9OLkqDRxVdfjluSOIMOTvixlLpcmWnUaxmKgl1zCnv3bTdUfWgG1MXLRa/wS0GE0G 0CIbIhnzVf1Mai/FtZ0lh9UwSFEWuJ8D4OQoHMk0SbkABd5zfYpW7wDbXNiXeUmCRTF7 sDiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=EvfdBLjqdt8Ft8Eq4gSwsAb3pkBPYY13q5fecW8Tqsk=; b=S92hmni+dsEHCspiE0JDFLYmBEVYLW8K5Ey1d/FfBUIWuAUUHxBNxaOEaDS/2dPplB Lka34/hmFiVSj9opdElNPdbY3puJ3Fn84EDyihlEJxytICC5eslM9/225gBZnPxilz0p XfxFMBmgG7keh/bmFM3r7tN+WiC6QH32SXQR5619vQigw4eiqWUOsbiSu4itbWoKee6L UqhdlgVzgI7XpB20LLy6xHP1HXLU+TJfUrUsbtRlSXRPtiV8/UeYkELLiWiQw38ZR7ze K5tx3mK345yxRZ4YuuiVHvuYBcebeU4DQ6cij4U0iMt5AZdjNrYrlIIQQnIWBjYQA8p0 VWSg== X-Gm-Message-State: AOPr4FV8rJXud/Rd9uURmUQf9caIbUIHyGhuPejkrDMRonTr2GqWW6zFxxEt3CJs2bJmIFMT X-Received: by 10.28.5.140 with SMTP id 134mr23898749wmf.80.1464099320125; Tue, 24 May 2016 07:15:20 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id jd4sm3446548wjb.43.2016.05.24.07.15.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2016 07:15:19 -0700 (PDT) From: Thomas Monjalon To: Panu Matilainen Cc: dev@dpdk.org, rasesh.mody@qlogic.com, harish.patil@qlogic.com, sony.chacko@qlogic.com Date: Tue, 24 May 2016 16:15:18 +0200 Message-ID: <20629303.QIM6WjNpBD@xps13> User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] qede: add missing external dependency and disable by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 14:15:20 -0000 2016-05-24 13:28, Panu Matilainen: > The qede driver depends on libz but the LDLIBS entry in makefile > was missing. Also because of the external dependency, make it > disabled in default config as per common DPDK policy on external deps. > > Fixes: ec94dbc57362 ("qede: add base driver") > > Signed-off-by: Panu Matilainen Acked-by: Thomas Monjalon Applied, thanks