From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 94B661B383 for ; Tue, 7 Nov 2017 22:39:56 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1764720C46; Tue, 7 Nov 2017 16:39:56 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 16:39:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=mJMjCZqD23dbiXzwCc5CaIDJGB k7m66YVv7NEihZYPQ=; b=OjopyXn9GvRUHfniL/YfmNpy5+Hv+YADSOhHq09e3I feOQGLIRBLC+3+T2rKi114y7lfE8XppkRk2IpwMN23Bmy65wPiPVuayK1mWUGfkX zJHRN9WUnxhSiEA14XWL3pH4IPNb0WJlJZ2CLhTNpH8o2sSXgoQEasEziE07EY74 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=mJMjCZ qD23dbiXzwCc5CaIDJGBk7m66YVv7NEihZYPQ=; b=YgnSMeXusLmpHmorMBVKAO ZIBUOGZD348n+zKpw3Um+KkKlMplcwrllx+3JlwCpU2y+vJ2mpb1k5c4PCiUV6qE DPLAhuHgKKxhhNUa1zTHnb138mrJVuTeLyrTUgww0kE+NbSVsRFdTjd92g4bg0h/ WDYq93KChdwyjd0Eo37qwvngn5vSz8YIxSvy40odl1EUDfbAdlXQdcxS2nHMsh8X 6bWzC4l7koK5uJBwvmbo29YeCOqyy9u0KIdngsyFJpEWc7X6jQPOtcRfutLqJ/2z ZkiwaYH0dM/dFlncv4iWLTzngUsE2A4hX1UvHVxWNeqfWcSdUDIYPQZXXPFvdfig == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CA0E37F8F6; Tue, 7 Nov 2017 16:39:55 -0500 (EST) From: Thomas Monjalon To: Michael Sowka Cc: users@dpdk.org Date: Tue, 07 Nov 2017 22:39:54 +0100 Message-ID: <27482212.zmVVT2aXeQ@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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 21:39:56 -0000 Hi, 07/11/2017 21:49, Michael Sowka: > Hello, I am experiencing some early difficulties in building the mlx4 > driver for a ConnectX-3 device. Which version of DPDK? [...] > 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? If you are compiling DPDK 17.11, the doc is not updated yet unfortunately. You should try rdma-core and upstream kernel instead of MLNX_OFED.