From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=NWBvRkkLJiwVIb445SlDo4SSgVRT3xzLZqOTSv7HjqQ=; b=PsYldehVOPSV9kHdz3acNpDa1wypsz3Mbzn63cih1f9jSDfGHA0Ekd4rEvHe2SpO5f f/BsoC5zBMfK+MYGt7HIVIyyu0wT1SVh7wCDWjyWn0WxrU1UoeSD3i03A/WvxxXcefSY EGzXEJDCc7ONkpaenMy2jSgoeCOZWd5RRsE3jA334XTxVTZHuePhvm2bbG2YpDkBiHb6 Ni0o+68iUY/xpinC4/ESHRbxBhYj4iNfwRUcCF5WyEoBPAWUzE2TmAt5JB/J6dDFgGg1 h2W+7VtJ2HRwln29kj9A08VofZ5BgfmP+BrA0VZFYiQFur4P/051iR2v2qTw7ko8xqsS 4EKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=NWBvRkkLJiwVIb445SlDo4SSgVRT3xzLZqOTSv7HjqQ=; b=XBoBXVkM5eC2p1oTpoWUuiGBHka+fre7ZSkamh3m+mY1BXhkdYN6e4+YQOAz2MFfSJ JgTuYEELWOBC+RT5fmNDN4FrKpZ1njETjkhr3wq/CiVLXYyPnSKiC4ipae5LYZQn+hNa CesaUD4ljb0KDTtB34WR+WkK3tO2YkNfM86s8ZXLlw2RtI9nyeAoBQd5RDZbWQuTvqEW ea/iD+U9DwI8lp4gBR8LrADk2ZPoiIxuNQpmgs6LhIO7WH4OethAarC9Qwl6zx6owWP1 9+3Bnnun+FvZc10++QcslbUVZDtg3tvbcxayyShUyC4OyZQJHXc1daux7QSkhgL/52lO Qawg== X-Gm-Message-State: AMCzsaUapIYJ5u50O3+OVq8ucCFcw6JK6wZdg8kAQTiJyPUakcDD783r Z0iMwESiaACMH6rnfreEvAHGEw== X-Google-Smtp-Source: ABhQp+SRy6b1xKMDYTnbCwR+5veghExmRe9gUecqNVu2t20p08tObVvHJ2EMuGToycDp3fNENkrAzg== X-Received: by 10.80.137.82 with SMTP id f18mr19528945edf.202.1508839284115; Tue, 24 Oct 2017 03:01:24 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id b9sm8716843edc.81.2017.10.24.03.01.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Oct 2017 03:01:23 -0700 (PDT) Date: Tue, 24 Oct 2017 12:01:12 +0200 From: Adrien Mazarguil To: gowrishankar muthukrishnan , Nelio Laranjeiro Cc: Ferruh Yigit , dev@dpdk.org, Matan Azrad , Ophir Munk , Moti Haimovsky , Pradeep Satyanarayana Message-ID: <20171024100112.GA26782@6wind.com> References: <20171024095542.jpoaysbmvao7k3po@laranjeiro-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171024095542.jpoaysbmvao7k3po@laranjeiro-vm> Subject: Re: [dpdk-dev] [PATCH v6 0/5] new mlx4 datapath bypassing ibverbs 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: Tue, 24 Oct 2017 10:01:24 -0000 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