From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix application compilation with lmnl and mlx5 Date: Thu, 26 Jul 2018 14:05:11 +0200 Message-ID: <4281853.8URRJ5tc5L@xps> References: <14690e825609ee181e3cd522302d4788ef436f35.1532424524.git.nelio.laranjeiro@6wind.com> <20180724093227.GP5211@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil , Shahaf Shuler , Yongseok Koh To: Nelio Laranjeiro Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A040723D for ; Thu, 26 Jul 2018 14:05:18 +0200 (CEST) In-Reply-To: <20180724093227.GP5211@6wind.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" 24/07/2018 11:32, Adrien Mazarguil: > On Tue, Jul 24, 2018 at 11:29:09AM +0200, Nelio Laranjeiro wrote: > > When Mellanox MLX5 PMD is compiled with > > CONFIG_RTE_LIBRTE_MLX5_DLOPEN_DEPS=y, the external dependency on libmln > > is missing. > > > > Fixes: 4d5cce06231a ("net/mlx5: lay groundwork for switch offloads") > > Cc: adrien.mazarguil@6wind.com > > > > Signed-off-by: Nelio Laranjeiro > > Except for libmln => libmnl typo, > > Acked-by: Adrien Mazarguil Merged in above patch, thanks.