From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 10 Jun 2016 11:32:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,451,1459839600"; d="scan'208";a="999471209" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 10 Jun 2016 11:32:37 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u5AIWaGp004500; Fri, 10 Jun 2016 19:32:36 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id u5AIWaMG021055; Fri, 10 Jun 2016 19:32:36 +0100 Received: (from fyigit@localhost) by sivswdev02.ir.intel.com with id u5AIWZ40021051; Fri, 10 Jun 2016 19:32:35 +0100 From: Ferruh Yigit To: dev@dpdk.org Cc: Thomas Monjalon , Panu Matilainen , Christian Ehrhardt , Ferruh Yigit Date: Fri, 10 Jun 2016 19:32:24 +0100 Message-Id: <1465583550-21020-1-git-send-email-ferruh.yigit@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1465564749-1405-1-git-send-email-thomas.monjalon@6wind.com> References: <1465564749-1405-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH v3 0/6] reduce overlinking in applications 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: Fri, 10 Jun 2016 18:32:39 -0000 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