From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by dpdk.org (Postfix) with ESMTP id 628749A9A for ; Fri, 13 Mar 2015 17:08:04 +0100 (CET) Received: by pdbfl12 with SMTP id fl12so29842433pdb.9 for ; Fri, 13 Mar 2015 09:08:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=+66/Qb9DAVRVxMM1x2KREUAHN+ubyyOHu/Ud0tc0BOo=; b=Y7ipl0okadaRV58lfRAnZOeAPCrpFBaDJQeZk8ntOl3aloq0V+xWMERFjo9K8HEU7W xnm/9XPjeUpF66rcsvGJDune9TmNqDScGrpCODJE/+z6aszrcwrl/fbyseYusluLN2Kc our7OlNEngnIX50KC17q8ryKFpULJBln0Cn3zwago0O0NINsIBTiLF3w2bH1RLeUNB7I LeY8usGJosOl9N6ProODwDr7KfTNC1F/wxhRBBvZpJ92/JrIAVvEEy46FvbSkPiVV/EL qncb6Pkiz9w1RuRTt0JZ3cDiURqKORT4L3rQn+5DFRYpN28+OSExbmCAXgsZHJU/6DbD 2dqw== X-Gm-Message-State: ALoCoQkhBoiVR0L7Ls3uMPHbsQye2OLfMLCv4oaubY2GVgfTS1jFcbmekFfSwUTLz5JUGdD+6Z4Z X-Received: by 10.66.240.228 with SMTP id wd4mr48911923pac.80.1426262882263; Fri, 13 Mar 2015 09:08:02 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id x1sm4227374pdr.17.2015.03.13.09.08.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 09:08:00 -0700 (PDT) Date: Fri, 13 Mar 2015 09:07:59 -0700 From: Stephen Hemminger To: Sergio Gonzalez Monroy Message-ID: <20150313090759.6173dc49@urahara> In-Reply-To: <1426177681-16931-2-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1422544811-26385-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1426177681-16931-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1426177681-16931-2-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 1/4] mk: Remove combined library and related options 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, 13 Mar 2015 16:08:04 -0000 On Thu, 12 Mar 2015 16:27:58 +0000 Sergio Gonzalez Monroy wrote: > Remove CONFIG_RTE_BUILD_COMBINE_LIBS and CONFIG_RTE_LIBNAME. > > Signed-off-by: Sergio Gonzalez Monroy > --- NAK. The combined library is good and useful for those who want simplicity and build with static library. It is not clear what you are trying to solve.