From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/6] reduce overlinking in applications Date: Mon, 13 Jun 2016 16:14:25 +0200 Message-ID: <4864764.aSB06ZLqGB@xps13> References: <1464367686-3475-1-git-send-email-ferruh.yigit@intel.com> <1465564749-1405-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 95F282BBA for ; Mon, 13 Jun 2016 16:14:27 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id r190so15890616wmr.0 for ; Mon, 13 Jun 2016 07:14:27 -0700 (PDT) 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" 2016-06-10 15:19, Thomas Monjalon: > This is a respin of the ideas of Christian and Ferruh to limit > the static application size or dynamic links to shared libraries. > > It also brings some clean-up in rte.app.mk. > > Ferruh Yigit (2): > mk: prevent overlinking in applications > mk: reduce scope of whole-archive static linking > > Thomas Monjalon (4): > mk: sort drivers in static application link list > mk: fix driver dependencies order for static application > mk: remove library grouping during application linking > mk: sort libraries in level order when linking Applied