From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32C4BA09E4; Fri, 29 Jan 2021 13:51:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B98962401D0; Fri, 29 Jan 2021 13:51:30 +0100 (CET) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by mails.dpdk.org (Postfix) with ESMTP id AE606240134 for ; Fri, 29 Jan 2021 13:51:29 +0100 (CET) Received: by mail-ot1-f47.google.com with SMTP id h14so8488832otr.4 for ; Fri, 29 Jan 2021 04:51:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=R1XmZmUoz2gwfnbDABZKGpFkG17vx9xgktlc2P2RcLQ=; b=axr6XwKd8ycBHRKaoihr8PS+qI/KyEJbwPnmzm9Jqr6vMxx4ts1d+uZ1SlFuRu9Jo9 mv/eJdgThR3T+aB9vfrtr+RlB1llriFpaBhFVxsAumDf1Y9gy7wH704BwsPd7a+LZgl9 dkswFvLd8PoLSIjAZCECRSx5DT1w6AbxDXCJ1GpILBdOJHyldcnU2YixY0tAw59pTnZ+ P6lx5wWksoAUX6bCJqXAy12Ltrcr7GNOmWYfmX6I9WBAwD8EqG1M3a7grfF169t6f3He WqCynaoPpgzOTVi0GG8t0EPsE2JEI3eSNIRtKI6lUv/y5em6MYtZ4JCiyo6cfLMDnM/l 89uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=R1XmZmUoz2gwfnbDABZKGpFkG17vx9xgktlc2P2RcLQ=; b=Pi9Je/SIWEM7t3cwl6fEMz1nNB5u5wPnPRorg7yvGLJPzxO9eeXfL+NC5YM3uBXLvg Er33zNrs4mxwAvDxyTU3uKtYHQ4QXBtJKc0QW40SBFwMWVmGMu8VH8qxMwmga99BdjmY 9Zs5GHQ0yqkOaq41WIfbo4JHX0fenfH2Wv6VKPVWK+b8p3bXM9+GO63d0nsM+p9hV0Pu ssp9zRQJryEZcOT8mMx1GE7ewbRMwsK/9yfAdYmlMEhzUPS1K66LEZ569WOf2bHhnq1i eIbPR6bTFH4hEewmzl346hgE3BleWDfzX4BI7vr3Ivei9wBgg0jYfXMuzO95/uOVqsqa uPAg== X-Gm-Message-State: AOAM531jUxjB2bsZDqP6+4iRgUpJ9RpLQpMOQ816THlmpse0kpzLVVu4 YZM+hbQEHhq8SMt4CtMD5nkU/vDRwgP+B5iFIWQ= X-Google-Smtp-Source: ABdhPJweOoF7Ny19OlPtEBybzo1TeL0CY++ty3Mj3wNz8HFvHoxQ0ZmtKgC5G/wC6BWgbemvmlnAFTZ6TYmfF0v7tQM= X-Received: by 2002:a05:6830:1bc7:: with SMTP id v7mr2769117ota.69.1611924688707; Fri, 29 Jan 2021 04:51:28 -0800 (PST) MIME-Version: 1.0 References: <20210129100800.GC929@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20210129100800.GC929@bricha3-MOBL.ger.corp.intel.com> From: Truring Team Date: Fri, 29 Jan 2021 18:20:52 +0530 Message-ID: To: Bruce Richardson Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] How to Enable Mellanox Driver Compilation with DPDK20.11 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Bruce , Thanks a lot for your help. After installing below packages mlx is compiled . yum -y groupinstall "Infiniband Support" yum install -y gcc kernel-devel-`uname -r` numactl-devel.x86_64 librdmacm-devel libmnl-devel *find . -name *.a | grep mlx* *./drivers/libtmp_rte_common_mlx5.a* *./drivers/librte_common_mlx5.a* *./drivers/libtmp_rte_net_mlx4.a* *./drivers/librte_net_mlx4.a* *./drivers/libtmp_rte_regex_mlx5.a* *./drivers/librte_regex_mlx5.a* *./drivers/libtmp_rte_vdpa_mlx5.a* *./drivers/librte_vdpa_mlx5.a* *./drivers/libtmp_rte_net_mlx5.a* *./drivers/librte_net_mlx5.a* Best Regards Puneet On Fri, 29 Jan 2021 at 15:38, Bruce Richardson wrote: > On Fri, Jan 29, 2021 at 11:50:08AM +0530, Truring Team wrote: > > Hi Team , > > > > Can someone help me to figure out how to enable the Mellanox Driver flag > > in meson.build file , so that dpdk 20.11 compiles with mlx driver > enabled. > > > If the driver is not being built there should be a reason given in the > build configuration summary when you run meson. This is almost certainly > that you are missing a library dependency for it, since all drivers are > enabled unless their dependencies are missing. > > /Bruce >