From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 0E89F3B5 for ; Mon, 6 Oct 2014 22:39:43 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id BDE3580C50B; Mon, 6 Oct 2014 13:46:07 -0700 (PDT) Date: Mon, 6 Oct 2014 13:46:07 -0700 From: Matthew Hall To: Sergio Gonzalez Monroy Message-ID: <20141006204607.GA18992@mhcomputing.net> References: <1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1412592755-3370-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1412592755-3370-4-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1412592755-3370-4-git-send-email-sergio.gonzalez.monroy@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 3/4] Update library build process 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: Mon, 06 Oct 2014 20:39:43 -0000 On Mon, Oct 06, 2014 at 11:52:34AM +0100, Sergio Gonzalez Monroy wrote: > Remove COMBINE_LIBS option and by default build: > - CONFIG_RTE_BUILD_SHARED_LIB=y : both individual and combined libraries > - CONFIG_RTE_BUILD_SHARED_LIB=n : single combined library As previously discussed.,It would be better for backward-compatibility of people linking against DPDK, if the static lib could come out as both a combined library and separate individual libraries by default. Otherwise everybody linking against DPDK has to change their code, and it won't be easy for them to move forward and backward against different DPDKs before and after this change. Thanks, Matthew.