From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] qede: add missing external dependency and disable by default Date: Tue, 24 May 2016 16:15:18 +0200 Message-ID: <20629303.QIM6WjNpBD@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, rasesh.mody@qlogic.com, harish.patil@qlogic.com, sony.chacko@qlogic.com To: Panu Matilainen 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) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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