From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 6D8545AA1 for ; Sun, 26 Jun 2016 18:42:10 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id r201so84871836wme.1 for ; Sun, 26 Jun 2016 09:42:10 -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:in-reply-to:references; bh=S6Qk1wBhtihE6bfay4zb92xm6tdxQsMdNIXhCEjxl+w=; b=wR8GI7r8aCptFF64hSGNm46Qg/UTyz46b5vUTqn16bV3wXE7o9UrXDBTrFmbnE6bVn Z6+NDB5ZRYB4u6E9/+b2o/Vue5DLkpMEtwhQUWJ3F2JhA5AeJ/rI9OSdMQZssa0c245L qzfQ+IIrq4eKWJQg2mw81+023CByHRpmBk02ZPVg2SS1gxzmj9oazUiUUwlylY56tJrl E9EgGDYj2uHflwagcVZ61flwis1Woq+W77v4ExnENeLcuGecKiaQZcPLRNVaDLJZwNQC u4JGfKRg0pd/yA9ulPjK78nFzfRWMyI6RZIzfqX2chrT1rDJeU1sO+I4YlSyru810mHz ejkg== 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:in-reply-to :references; bh=S6Qk1wBhtihE6bfay4zb92xm6tdxQsMdNIXhCEjxl+w=; b=EoI0WemGiZB3PYbk9nNWRCHGaartOPBapqxc7MJygVyf5wvMsqRihwqVW4dfFe/wv/ lyzfYENjJMazd4qh08tPytWIhD/iX1hZm5KCKwENIh1g7DzIdH22VWox1Qe8eTTwmOwz vJkxQ8wl6Yb6wLcTMBxLsBGcjCu7Ys2F/LSexbaIpjFIE+5/1bOyGwp4EUUjczVEZrP2 2kegEeFEIaC7RLfB3ft5i3h7loJvlCe/iUCbY9tUgzHVXKbNOnI72jS3vbJDxD/jW8e+ nTW2dPMSXqpJbqG+uuN/D+5GFS521KcLMMELd1Zqm9QBsIKUxlL4rhIXFqNvvx2H/6gF sN6g== X-Gm-Message-State: ALyK8tLbRGYBUZ0ZA5Ryf+H7R6Wvjgybi2+/NlwZ0wTl5kp/ND2ZjMHgtjyZscsEaIZvpGN7 X-Received: by 10.28.164.68 with SMTP id n65mr7185617wme.12.1466959330109; Sun, 26 Jun 2016 09:42:10 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id bh7sm7390424wjb.22.2016.06.26.09.42.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Jun 2016 09:42:09 -0700 (PDT) From: Thomas Monjalon To: Panu Matilainen Cc: dev@dpdk.org Date: Sun, 26 Jun 2016 18:41:58 +0200 Message-Id: <1466959325-9426-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2 0/7] fix dependencies 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: Sun, 26 Jun 2016 16:42:10 -0000 Thanks to the option '-z defs' it is possible to check for missing link dependencies. This series add the missing internal and external dependencies, fix use of rte.extlib.mk and force the check with '-z defs'. v2: - remove traces of combined library - fix a lot more internal dependencies - fix external library link - fix external dependencies of crypto drivers Panu Matilainen (3): pipeline: fix truncated dependency list pdump: fix missing dependency on libpthread mk: check shared library dependencies Thomas Monjalon (4): mk: remove traces of combined library mk: fix external library link mk: fix internal dependencies mk: fix external dependencies of crypto drivers drivers/crypto/aesni_gcm/Makefile | 5 ++++- drivers/crypto/aesni_mb/Makefile | 5 ++++- drivers/crypto/kasumi/Makefile | 5 ++++- drivers/crypto/null/Makefile | 3 ++- drivers/crypto/qat/Makefile | 1 + drivers/crypto/snow3g/Makefile | 5 ++++- drivers/net/af_packet/Makefile | 1 + drivers/net/null/Makefile | 1 + drivers/net/pcap/Makefile | 1 + drivers/net/szedata2/Makefile | 2 ++ drivers/net/vhost/Makefile | 1 + drivers/net/virtio/Makefile | 1 + examples/ethtool/lib/Makefile | 4 ++++ lib/librte_ip_frag/Makefile | 6 +++--- lib/librte_kni/Makefile | 5 +++-- lib/librte_pdump/Makefile | 2 ++ lib/librte_pipeline/Makefile | 4 +++- lib/librte_reorder/Makefile | 1 + lib/librte_vhost/Makefile | 1 + mk/rte.lib.mk | 22 ++-------------------- 20 files changed, 45 insertions(+), 31 deletions(-) -- 2.7.0