From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH v6 0/5] new mlx4 datapath bypassing ibverbs Date: Tue, 24 Oct 2017 12:01:12 +0200 Message-ID: <20171024100112.GA26782@6wind.com> References: <20171024095542.jpoaysbmvao7k3po@laranjeiro-vm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Ferruh Yigit , dev@dpdk.org, Matan Azrad , Ophir Munk , Moti Haimovsky , Pradeep Satyanarayana To: gowrishankar muthukrishnan , Nelio Laranjeiro Return-path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by dpdk.org (Postfix) with ESMTP id 74A0B1B792 for ; Tue, 24 Oct 2017 12:01:24 +0200 (CEST) Received: by mail-wm0-f67.google.com with SMTP id r68so15105745wmr.3 for ; Tue, 24 Oct 2017 03:01:24 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20171024095542.jpoaysbmvao7k3po@laranjeiro-vm> 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 Tue, Oct 24, 2017 at 11:55:42AM +0200, Nélio Laranjeiro wrote: > Hi, > > On Tue, Oct 24, 2017 at 02:19:51PM +0530, gowrishankar muthukrishnan wrote: > > On Tuesday 24 October 2017 11:59 AM, gowrishankar muthukrishnan wrote: > > > Hi Adrien, > > > I am trying to compile mlx4 (and later to try mlx5) pmd in RHEL 7.4 > > > (ppc64le) without Mellanox OFED, > > > using current master (which has below patch series). > > > > > > As I do so, I hit with below compile error: > > > > > >   dpdk/drivers/net/mlx4/mlx4.c:53:31: fatal error: infiniband/mlx4dv.h: > > > No such file or directory > > >    #include > > >                                  ^ > > >   compilation terminated. > > >   make[6]: *** [mlx4.o] Error 1 > > > > > > I tried to find rpm for this directverbs include, but I could not. Could > > > you advice if I have to install any additional rpm in RHEL 7.4 ? > > > To note, I have rdma-core and libibverbs installed. > > > > > > > I see we need rdma-core v15 atleast for mlx5 pmd (where as the version > > available in RHEL 7.4 is v13). > > > >   https://patchwork.kernel.org/patch/9937201/ > > > > Similar dependency might be there for mlx4 as well. So I think it is not > > possible to compile it in RHEL 7.4 without dependent > > rpms upgraded. > > The procedure is described in the mlx5 documentation [1]. > It should be the same for mlx4. > Regards, > > [1] http://dpdk.org/doc/guides/nics/mlx5.html#installation Yes, I confirm mlx4 documentation is not up to date yet regarding its dependencies, it will be modified soon. Thanks for the report. -- Adrien Mazarguil 6WIND