From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH v3 0/6] reduce overlinking in applications Date: Fri, 10 Jun 2016 19:32:24 +0100 Message-ID: <1465583550-21020-1-git-send-email-ferruh.yigit@intel.com> References: <1465564749-1405-1-git-send-email-thomas.monjalon@6wind.com> Cc: Thomas Monjalon , Panu Matilainen , Christian Ehrhardt , Ferruh Yigit To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 55F1A29CB for ; Fri, 10 Jun 2016 20:32:39 +0200 (CEST) In-Reply-To: <1465564749-1405-1-git-send-email-thomas.monjalon@6wind.com> 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" This patch set updates application linking, main motivation is to reduce overlinking in application, also removes library grouping by re-ordering libraries and for static compilation reduces whole library linking to PMD libs. There is a workaround because of librte_eal <-> librte_mempool cyclic dependency in rte.app.mk, which can be removed when issue solved. It also brings some clean-up in rte.app.mk. Ferruh Yigit (3): mk: sort libraries when linking, move pmd libs to higher level mk: sort libraries when linking, move external libs to lower level mk: prevent overlinking in applications Thomas Monjalon (3): mk: sort drivers in static application link list mk: fix driver dependencies order for static application mk: remove library grouping during application linking mk/exec-env/linuxapp/rte.vars.mk | 3 - mk/rte.app.mk | 152 +++++++++++++++++---------------------- 2 files changed, 66 insertions(+), 89 deletions(-) -- 2.5.5