From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id 8B8CC1B0B for ; Thu, 31 May 2018 10:05:27 +0200 (CEST) Received: by mail-wr0-f171.google.com with SMTP id 94-v6so31988198wrf.5 for ; Thu, 31 May 2018 01:05:27 -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 :user-agent; bh=F5+NA+I8nB2fAI+b7c7IGyBK8W46NY2FUs0AF++pzWE=; b=BqbLy4oSxlVfAFMn3/Bd1rEA0T5MKzR71dYbglciLC54ATbG2I2E3CIG/NY0oU8N1Z f4N4lrgCpj5YMnljlRWXR6C5zGf6+Fu0cPOvW8M24s0qQQRgPSPtN4AEU+rAM/k7CKN3 m0WpilbzfP86sHhbdOY8+HEe7w9mk/mu56xQiAiubeXGiHz4+IVMcP7urCYAEqX4H+KK lLptMBfbHjvphFu+nJJ3aqttj2WdBERmVLnzPy1MxunjKoLvB+uzMCOGW7aUrvm9Waaz xMTunscz2sLgO6bK4gBQ6kqea3o2yalT9DAfeLw0Wt8mKCm3DAhR/loTTRNyBmCZh8DL QUqw== 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:user-agent; bh=F5+NA+I8nB2fAI+b7c7IGyBK8W46NY2FUs0AF++pzWE=; b=IcQWx6W/wB3RSujtgygO9WKRnOF2c3MpgjWmhVPftELWtQkJC/1yndLiLZ5mO2mI2i ntJkd7fVLKjBLUwBTgEdVBXx7Ut8vZVvxZ1JOl7CkU8XbqfhAAoXBjmGsDeC7jNryhbe Dp11Sw1Kf4j10UUYo6ylqVamiLrrNCGu7Jl2T+3lfgrkoff2boZgk6nwLjf6XXLJCPsn QzPoWTjDTD/G0lNSJkbcZM6PHX05th90zxoksKAQrinZ2WnzpBVdpP3T0xZklyIrDTof D6ASZkw9aGwHh51BqlCOGNu5fM1+YoyA/33FrtIdA4fP0UobvNtB+GYEox/lOFerpm53 q7Eg== X-Gm-Message-State: ALKqPwdMWzbAXn8+seLFMEKnlVdInprMr+JzR7D2SrTxSp0fIpjiHaAI 0Jj0J6cMTJxEfStowRYePvqn X-Google-Smtp-Source: ADUXVKJsfAM3EUC99zcaskKPJKkRYrxhJNbxthDwpwufMod3fY3tTh8ibluagcj2ZseKdDT+rJ6uwg== X-Received: by 2002:adf:ce8b:: with SMTP id r11-v6mr4195354wrn.242.1527753927346; Thu, 31 May 2018 01:05:27 -0700 (PDT) Received: from laranjeiro-vm.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id z83-v6sm1430706wmb.8.2018.05.31.01.05.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 31 May 2018 01:05:26 -0700 (PDT) Date: Thu, 31 May 2018 10:05:42 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Nitin Katiyar Cc: Shahaf Shuler , "dev@dpdk.org" Message-ID: <20180531080542.pltmeyhuedp3m7mr@laranjeiro-vm.dev.6wind.com> References: <20180530131138.zddukh767vvogwj7@laranjeiro-vm.dev.6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] Compilation of MLX5 driver 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, 31 May 2018 08:05:27 -0000 On Thu, May 31, 2018 at 07:01:17AM +0000, Nitin Katiyar wrote: > Hi, > It has following files: > > arch.h ib.h kern-abi.h mlx4dv.h mlx5dv.h opcode.h sa.h > sa-kern-abi.h verbs.h > > I tried with both MLNX_OFED_LINUX-4.2-1.0.0.0 and > MLNX_OFED_LINUX-4.2-1.2.0.0-ubuntu14.04-x86_64 Did you installed Mellanox OFED with the --dpdk --upstream-libs arguments for the installation script? If it is the case, you should not add them for this version, those options are for DPDK v17.11 and higher. Regards, > Regards, > Nitin > > -----Original Message----- > From: Shahaf Shuler [mailto:shahafs@mellanox.com] > Sent: Thursday, May 31, 2018 10:51 AM > To: Nitin Katiyar ; Nélio Laranjeiro > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] Compilation of MLX5 driver > > Wednesday, May 30, 2018 7:45 PM, Nitin Katiyar: > > > > Hi, > > I was compiling 17.05.02. > > Regards, > > Nitin > > > > -----Original Message----- > > From: Nélio Laranjeiro [mailto:nelio.laranjeiro@6wind.com] > > Sent: Wednesday, May 30, 2018 6:42 PM > > To: Nitin Katiyar > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] Compilation of MLX5 driver > > > > Hi, > > > > On Wed, May 30, 2018 at 11:54:31AM +0000, Nitin Katiyar wrote: > > > Hi, > > > I am trying to compile MLX5 PMD driver by setting > > "CONFIG_RTE_LIBRTE_MLX5_PMD=y" and hitting following compilation > > error. > > > > > > fatal error: infiniband/mlx5_hw.h: No such file or directory > > Can you list the files you have under /usr/include/infiniband ? > > > > > > > I have installed MLNX_OFED _LINUX-4.2-1.2.0 on my Ubuntu 14.04 > > > machine > > but still hitting the same error. Am I missing some other package? > > > > Which version of DPDK are you using (it is important to help)? > > > > Regards, > > > > -- > > Nélio Laranjeiro > > 6WIND -- Nélio Laranjeiro 6WIND