From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B7F0CC488 for ; Fri, 19 Feb 2016 11:48:21 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 19 Feb 2016 02:48:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,470,1449561600"; d="scan'208";a="916501781" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.14]) ([10.237.221.14]) by orsmga002.jf.intel.com with ESMTP; 19 Feb 2016 02:48:19 -0800 From: Sergio Gonzalez Monroy To: "Arevalo, Mario Alfredo C" References: <6594B51DBE477C48AAE23675314E6C460F7F3B27@fmsmsx107.amr.corp.intel.com> Message-ID: <56C6F2F3.6070100@intel.com> Date: Fri, 19 Feb 2016 10:48:19 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <6594B51DBE477C48AAE23675314E6C460F7F3B27@fmsmsx107.amr.corp.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "users@dpdk.org" Subject: Re: [dpdk-users] Question about combine libs option X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 10:48:22 -0000 On 18/02/2016 20:10, Arevalo, Mario Alfredo C wrote: > Hi, good day, I have a question related to CONFIG_RTE_BUILD_COMBINE_LIBS option in DPDK configuration file, > It's not clear for me what is the behavior of this option but it seems that when I enabled this option > all libraries were combined to one single library called libdpdk.so (I enabled CONFIG_RTE_BUILD_SHARED_LIB too), > is this correct? That is correct. Now, you can use COMBINE_LIB with or without SHARED_LIB. The result is, as you said, combining all DPDK libraries into a single library. > or which other effects can produce this option, and if someone has a document about this > option would be amazing :), thank you so much for your attention. I don't think there is any info/doc regarding those config options (someone else can correct me on this), but I would think that the GSG (Getting Started Guide) would be a good place to add such doc. Sergio > Regards. > Mario.