From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Duszynski Subject: Re: [PATCH] net/mrvl: update MUSDK library build instructions Date: Fri, 26 Jan 2018 17:46:19 +0100 Message-ID: <20180126164619.GA22846@sh.semihalf.local> References: <1516953745-26545-1-git-send-email-tdu@semihalf.com> <672fc2c9-cf19-02ee-59a3-f06903fd6307@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Tomasz Duszynski , dev@dpdk.org, mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, Jianbo.liu@linaro.org To: Ferruh Yigit Return-path: Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by dpdk.org (Postfix) with ESMTP id AF9D91B33B for ; Fri, 26 Jan 2018 17:46:21 +0100 (CET) Received: by mail-lf0-f67.google.com with SMTP id 63so1464704lfv.4 for ; Fri, 26 Jan 2018 08:46:21 -0800 (PST) Content-Disposition: inline In-Reply-To: <672fc2c9-cf19-02ee-59a3-f06903fd6307@intel.com> 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 Fri, Jan 26, 2018 at 04:37:27PM +0000, Ferruh Yigit wrote: > On 1/26/2018 8:02 AM, Tomasz Duszynski wrote: > > 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 > > --- > > doc/guides/nics/mrvl.rst | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > > diff --git a/doc/guides/nics/mrvl.rst b/doc/guides/nics/mrvl.rst > > index 892097d..77b2d66 100644 > > --- a/doc/guides/nics/mrvl.rst > > +++ b/doc/guides/nics/mrvl.rst > > @@ -221,14 +221,13 @@ Usage example > > Building DPDK > > ------------- > > > > -Driver needs precompiled MUSDK library during compilation. Please cons= ult > > -``doc/musdk_get_started.txt`` for the detailed build instructions. > > +Driver needs precompiled MUSDK library during compilation. > > > > .. code-block:: console > > > > export CROSS_COMPILE=3D/bin/aarch64-linux-gnu- > > ./bootstrap > > - ./configure --enable-bpool-dma=3D64 > > + ./configure --host=3Daarch64-linux-gnu --enable-bpool-dma=3D64 > > One more flag is required for crypto PMD, right? Is it documented somewhe= re? You mean --enable-sam? It's mentioned in the crypto PMD docs. > > > make install > > > > MUSDK will be installed to `usr/local` under current directory. > > > -- - Tomasz Duszy=C5=84ski