From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f193.google.com (mail-qk0-f193.google.com [209.85.220.193]) by dpdk.org (Postfix) with ESMTP id C006914EC for ; Mon, 6 Feb 2017 11:56:15 +0100 (CET) Received: by mail-qk0-f193.google.com with SMTP id e1so7864942qkh.1 for ; Mon, 06 Feb 2017 02:56:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=7x90smjdp1cGBRL5Z9IW/n+VxK1jwClDpalkXuKMJBU=; b=LpW84dbK8K7m0bir0YfdIJSUiKa+M4Pojhh1cA7WoO34D8xvy1Eoh0yDp1MrjQzUVd P4cxxlRESrmpTQTOfrzhKuIwScm69WKHCXfx0QXLZSfm8mrjWctT66PejbA2flJBKs+x EV7XaCuGc4cunKZ2nz/8UQ4yqiPzfH+aRuGtxf4EfxfgEVJ291kzXbdIVwmi8aJ8yMn4 Pp1LjNG0NQuAFT6nH9MPo4m4gyIYO1403w17XKOgYKvxy/95w+tcbU7gOkEgWjX1KFqO F700Zlb7QB+wsGMjTh1/t7yjj8yhIbsxGMmTFGxXM6wPS079ny+GUV+IaJDzWLyU8Uml 5X7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=7x90smjdp1cGBRL5Z9IW/n+VxK1jwClDpalkXuKMJBU=; b=aUJNKsMdY2cLvPcBMGV/qTGeChAQogRbJfebaxsH7uXSx/hc2NzudEjWMW6gHOICDw iFX6EOlm2wvCwETjnD3iKjWMmDH2NBwc+dF0mLAL8e1nBz7Emm+DRZrSZO7AjEJ9+Xf3 oojXQSpHIXtAV0PsvCgA55tXwngyD1+e9vQT9qvbpxlUiT8SCEJi4PDBUc2nQC05mSYo Pc3jdY6dOPkWt3lfaRChvh5sJ0anGPAeIeDLJsHqAdyNGxpoDb9LRY7wJT3nOfxn9BpH vTIq944Tg/0XwdCFQ5Q1so6rdKBUH4W9t7Sd2DAKzNVl7oAXBmbCTB6giwZodbzi7qdz kLCg== X-Gm-Message-State: AMke39ld68+y3JoAPl5B8dIbLluOfXGXiehg7hFdB6KiuNIMxape0GCnRmLCVHTQsBvmVnj7BbS/zfUfYOMFrA== X-Received: by 10.55.114.132 with SMTP id n126mr8500179qkc.112.1486378575116; Mon, 06 Feb 2017 02:56:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.156.203 with HTTP; Mon, 6 Feb 2017 02:55:54 -0800 (PST) In-Reply-To: References: From: nirmoy das Date: Mon, 6 Feb 2017 11:55:54 +0100 Message-ID: To: Ferruh Yigit Cc: matthieu.tdo@6wind.com, nelio.laranjeiro@6wind.com, users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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: Mon, 06 Feb 2017 10:56:16 -0000 It seems Mellanox PMD depends on mellanox libibverbs rather than standard distribution libibverbs I was compiling against opensuse libibverbs-devel so I didn't had that header file. On Sun, Feb 5, 2017 at 1:44 PM, Ferruh Yigit wrote: > 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 > > > >