From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 955917D30 for ; Thu, 4 Jan 2018 18:31:02 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B169220ABC; Thu, 4 Jan 2018 12:31:01 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 04 Jan 2018 12:31:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=+N3Ivp41mfuYVIb2kKvwGA1jxi /nnqCQoCGetWM8CN8=; b=Hze5Prf/kaH8r9R3CkDUUMipqGGE8/N2d3Dfjgw5mY 8721fkEPzfzORP7mLVCGCnVMEOKE4a40qs9qJylVU8zGeYqb8zyTcyLsME+/qozb xBH2dEM42GehAhatiS4V9WEfX+RntNL6UBFICzkP6GvkMV20/hJ83ZNHZUSWhYtZ s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=+N3Ivp 41mfuYVIb2kKvwGA1jxi/nnqCQoCGetWM8CN8=; b=auCVcUrSNNqYEeyfNJuPhz hyCrteCiDDN6VbqPwPk1vy55Z39iJ9fXffBGWfMEGWy+NznuI2tRdNR9EvldIv7+ DGhuR9LBdUJBarBRNlp+URN3Wes+TImtMdO4EmdyZyHu5WCd0mHDluB//Ipl6pyO 5LPTW5dXcYUXFdL7IG5jCVV7zpo7CZPHX7nz0AyKS+7ZZlNpbyoyumTppOOPvJ56 6LGGQUKicyiRITFy3vuvq6rwB2ygZFhlSOXMRwCB/AwoHA/I6/GVEhGitceYfnTl FKJJXXi4K3rf0pVsP+kFnxXhf25ezPEs2m07pSFLztsNUY9976nDPgM/AwYYpfSQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 60AB92465D; Thu, 4 Jan 2018 12:31:01 -0500 (EST) From: Thomas Monjalon To: =?ISO-8859-1?Q?N=E9lio?= Laranjeiro , Shachar Beiser Cc: dev@dpdk.org, Adrien Mazarguil Date: Thu, 04 Jan 2018 18:30:42 +0100 Message-ID: <5995459.c5JPvxqq0z@xps> In-Reply-To: <20180104073608.bxyv6d5vzb7z4izz@shalom> References: <37757d5cfe32610ef1c7a17d72ea6bc1466023de.1511450393.git.shacharbe@mellanox.com> <20180104073608.bxyv6d5vzb7z4izz@shalom> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH v4] net/mlx5: load libmlx5 and libibverbs in run-time X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2018 17:31:02 -0000 04/01/2018 08:36, N=E9lio Laranjeiro: > Hi Shachar, >=20 > On Wed, Jan 03, 2018 at 03:00:46PM +0000, Shachar Beiser wrote: > > > > > --- a/config/common_base > > > > +++ b/config/common_base > > > > @@ -236,6 +236,7 @@ CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=3D8 > > > > # Compile burst-oriented Mellanox ConnectX-4 & ConnectX-5 (MLX5) P= MD > > > > # CONFIG_RTE_LIBRTE_MLX5_PMD=3Dn > > > > +CONFIG_RTE_LIBRTE_MLX5_DLL=3Dy > > > > CONFIG_RTE_LIBRTE_MLX5_DEBUG=3Dn > > > > CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=3D8 > > >=20 > > > Not sure a new configuration item is allowed. If it is, the document= ation of > > > such variable is missing. > >=20 > > [S.B] The patch is based on this CONFIG_RTE_LIBRTE_MLX5_DLL , it was > > required by Adrian in the design phase to enable/disable this linkage > > mode. > > I will update the documentation . >=20 > Before updating the documentation you should speak with Thomas or > Ferruh, not sure new items are allowed anymore. It is OK to add a compilation option to configure the compilation.