From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mrvl: update MUSDK library build instructions Date: Fri, 26 Jan 2018 18:14:17 +0000 Message-ID: <48b5bdb9-1327-0488-0213-1d626efcaccb@intel.com> References: <1516953745-26545-1-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, Jianbo.liu@linaro.org To: Tomasz Duszynski , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 06F631B21E for ; Fri, 26 Jan 2018 19:14:20 +0100 (CET) In-Reply-To: <1516953745-26545-1-git-send-email-tdu@semihalf.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/26/2018 8:02 AM, Tomasz Duszynski wrote: doc: update MUSDK library build instructions > By default both static and shared libraries should be created while > building MUSDK library. It turns out that this will not happen if > host parameter is not explicitly passed to the configure script. > > Specifying host makes sure configure will detect support for shared > libraries. > > Signed-off-by: Tomasz Duszynski Applied to dpdk-next-net/master, thanks.