From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6D9475583 for ; Sun, 5 Feb 2017 13:44:51 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 05 Feb 2017 04:44:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,338,1477983600"; d="scan'208";a="221541277" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.186.67]) ([10.254.186.67]) by fmsmga004.fm.intel.com with ESMTP; 05 Feb 2017 04:44:46 -0800 To: nirmoy das , matthieu.tdo@6wind.com, nelio.laranjeiro@6wind.com References: Cc: users@dpdk.org From: Ferruh Yigit Message-ID: Date: Sun, 5 Feb 2017 12:44:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-users] Compilation errors on Mellanox Poll Mode Driver X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 12:44:52 -0000 On 2/2/2017 6:10 PM, nirmoy das wrote: > Hi, > > I am trying to compile mellanox pmd but getting lots of undeclared macro > error, > > > e.g. > > /dpdk-16.11/drivers/net/mlx4/mlx4.c:3010:7: error: > 'IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK' undeclared (first use in this > function) > [ 76s] IBV_EXP_CQ_RX_OUTER_TCP_UDP_CSUM_OK, For me it comes from /usr/include/infiniband/verbs_exp.h, do you have that file? > > I do have libibverbs-devel installed, I am wondering what all library and > what version I need to compile the pmd. > > Regards, > Nirmoy >