From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f180.google.com (mail-qt0-f180.google.com [209.85.216.180]) by dpdk.org (Postfix) with ESMTP id 7296C1B384 for ; Tue, 7 Nov 2017 21:49:42 +0100 (CET) Received: by mail-qt0-f180.google.com with SMTP id 31so734189qtz.9 for ; Tue, 07 Nov 2017 12:49:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=f8d7N9eTJXOduLKf5CDVsSH25ZXi7FdFZ/8ychfGdUM=; b=fSX4KnHMNoYIk0cUBqt9cNB1IP+P4yedUwI7+rW2N98onjk18B7Y5qlqn2zUdBRH0r GSGouLj2mmGdrt2fsXJBhbw4TVfGGQLeIOHyKXExCeX722ATXEOcEi9dwCo+l9cbH6eu MIdEI/gx3Ink163oydG8MvdkuSK1evDG6H8gNAs1FtUqfnw8jaKxKawoZz2ozO5yhsQK Qh2KfErQeUtmgmuPKL5sw7cXK9BtVWiPMjuAgaJo9MO+pWLQ+VUXaqkvlik8hBoEyv9D rtgnGYbrQ+SxFYBqXXxrzUgavEBEpdO7Gez5PU18QKAs7L7BhBQKRbmoxskRK8Zr2lOr VIxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=f8d7N9eTJXOduLKf5CDVsSH25ZXi7FdFZ/8ychfGdUM=; b=me+l63S62i0mFJ8yf4Bh47+fJHYTK4k0Rx/o2ZRouHo8Ka9RsKFZth2DKXTUnlZRy5 g3iyn6Esgtxw7xvQDa4NR3xdl6JM56jK8WmIUmJkkdxitz/zH8rcsNOI0eYumfKZG1Tn ibrwRTLo5z6OiGpaUPVwLNOCn2HuvOXKgW7n24enW17GFQ5yfGjOmZ4a4+4bU54weF7G 4aKMfdZBI1C24Y70NgHiA7HniKCYRvgeWRXKF4AJW3TuItCYT1U3id/ttrdvrHUjPelQ tMJDp7hrokTOWmvOy55O0d+K/s4fVNM+2i+vWbEOA96YHfspLqJVtCTxzcEQO0EBx5ae TPsg== X-Gm-Message-State: AJaThX46EGKt1d91zhM/aFrzNyxftg5QMFkq82RCNi3bMhlNFw7gIor9 5cSZlaVRa9Rg/CBJ2Yxbd2w1qK/Crr8OY4NPrO/kdg== X-Google-Smtp-Source: ABhQp+SfAFCY04ivVEfw02wQKiAmkk1oJGmsUnKA8b+Vmz5SoC+quCeHtSeTeY2lXkPzPzviY6Ge7a6mJJ4LfS3pon0= X-Received: by 10.200.23.36 with SMTP id w33mr84132qtj.50.1510087781549; Tue, 07 Nov 2017 12:49:41 -0800 (PST) MIME-Version: 1.0 From: Michael Sowka Date: Tue, 07 Nov 2017 20:49:31 +0000 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Building mlx4 drivers 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: Tue, 07 Nov 2017 20:49:42 -0000 Hello, I am experiencing some early difficulties in building the mlx4 driver for a ConnectX-3 device. Following the documentation at http://dpdk.org/doc/guides/nics/mlx4.html, I have installed the MLNX_OFED bundle, enabled the CONFIG_RTE_LIBRTE_MLX4_PMD=y build option, but fail to build the driver with: drivers/net/mlx4/mlx4_rxtx.h:44:31: fatal error: infiniband/mlx4dv.h: No such file or directory I'm on an Ubuntu 16.04 system. Sure enough, neither the MLNX_OFED versions 4.1 or 4.2 include the mlx4dv.h header. I first tried 4.1 as that's what's recommended in the above mlx4 guide, but its other section (CONFIG_RTE_LIBRTE_MLX4_DEBUG_BROKEN_VERBS option) alludes to possiblity of using 4.2. Again, i'm sticking with docs to not install anything outside of what MLNX_OFED provides in its packages, but where is that pesky mlx4dv.h header? Thanks, Mike