From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) by dpdk.org (Postfix) with ESMTP id AAF3A1B56D for ; Thu, 11 Oct 2018 17:57:54 +0200 (CEST) Received: by mail-qt1-f178.google.com with SMTP id d14-v6so10417462qto.4 for ; Thu, 11 Oct 2018 08:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=domainhart-com.20150623.gappssmtp.com; s=20150623; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=9+5wWjey3XilQ9saKwiDv4taB0yTSlR6K6zUOs3pSS0=; b=LGiWi6OeKu3Ret/kmhlHDM3fUJQpI03c0vHE8vToWDs3lPFqgjutDRFzGGpvXYXaPe E35pn0ckylXkszG4GsgwLOLFZPU7ingc/mKgmivvjJ+JvabENY8PC8s2opyHS79Rtwtr og3vsGOf/qwJCaBkkB6E8c0GW95CajO5om42PGS8TtihxfNqaxeAhJTrMtWPREeE4PiL lAZDQ3ALfgphCJPNujFQdqohDlgolM4mRwdfH6P6iJniXUXUlScq+r4Is4DK2UFXsawv PeatGjqQqiworXBXpQhAGT2glClhMYwTIALLxHbB2LqlpCfuLQws5B/PVCJ1awQaOB6L qsJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=9+5wWjey3XilQ9saKwiDv4taB0yTSlR6K6zUOs3pSS0=; b=W+Eqrpjuk5JXNSRuGTJPp90bhIdmCH0NjMpJjuYHPiU74haqx+Izq6hIfe29M4+Xii yNQeH053CYuLhHyEIRRR94EGSapXyo8jyFX5IshmSH9M7S59KuU1sMyib/zOgbKJnaR8 bpCmxElR9aHXMJrmQhHIzhHEvf8nyIwpx/C5bwVSBKERwvLVl3ZfKDzojDGvTLkGtH1e CTokZ8hacqULMD7FH3iXVwTLEJZvKxHUudTS+Fgo9AfcGO5wadClGJNY9CRgQLdBSskL dKxwq+QHtPTC4J7ogtT1lFJFHT67a+VEKUKuglBctCGlPJWrANROUML3t7+DGnj+CgKz vK6g== X-Gm-Message-State: ABuFfogkMjHqjjO9CpkE4mJrHV0/0N1OO9gxf1ZURB64RLxW8rC11I7B 9oBITgJuR9OcP2JJWhoYCL1S6dY1VbU= X-Google-Smtp-Source: ACcGV60W0hmSl2qzH422dYvhC6H8qkWffdHBkhQP6jIsmpHuonMO34jo+uM+tmv+j68uW3H1kTS4jQ== X-Received: by 2002:a0c:988a:: with SMTP id f10-v6mr2139049qvd.178.1539273474077; Thu, 11 Oct 2018 08:57:54 -0700 (PDT) Received: from [192.168.1.165] (pool-173-76-218-223.bstnma.fios.verizon.net. [173.76.218.223]) by smtp.gmail.com with ESMTPSA id w127-v6sm12888133qkb.51.2018.10.11.08.57.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Oct 2018 08:57:53 -0700 (PDT) From: Anthony Hart Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Message-Id: Date: Thu, 11 Oct 2018 11:57:52 -0400 To: users@dpdk.org X-Mailer: Apple Mail (2.3445.100.39) Subject: [dpdk-users] Problems compiling DPDK for MLX4 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: Thu, 11 Oct 2018 15:57:54 -0000 Having problems compiling DPDK for the Mellanox PMD. For dpdk-18-08 I get... CC efx_phy.o In file included from = /root/th/dpdk-18.08/drivers/net/mlx4/mlx4_txq.c:35:0: /root/th/dpdk-18.08/drivers/net/mlx4/mlx4_glue.h:16:31: fatal error: = infiniband/mlx4dv.h: No such file or directory #include ^ compilation terminated. In file included from = /root/th/dpdk-18.08/drivers/net/mlx4/mlx4_intr.c:32:0: /root/th/dpdk-18.08/drivers/net/mlx4/mlx4_glue.h:16:31: fatal error: = infiniband/mlx4dv.h: No such file or directory #include For dpdk-1711.3 CC mlx5.o /root/th/dpdk-stable-17.11.3/drivers/net/mlx5/mlx5.c: In function = =E2=80=98mlx5_pci_probe=E2=80=99: /root/th/dpdk-stable-17.11.3/drivers/net/mlx5/mlx5.c:921:21: error: = =E2=80=98struct ibv_device_attr_ex=E2=80=99 has no member named = =E2=80=98device_cap_flags_ex=E2=80=99 !!(device_attr_ex.device_cap_flags_ex & ^ /root/th/dpdk-stable-17.11.3/drivers/net/mlx5/mlx5.c:922:7: error: = =E2=80=98IBV_DEVICE_RAW_IP_CSUM=E2=80=99 undeclared (first use in this = function) IBV_DEVICE_RAW_IP_CSUM); ^ /root/th/dpdk-stable-17.11.3/drivers/net/mlx5/mlx5.c:922:7: note: each = undeclared identifier is reported only once for each function it appears = in /root/th/dpdk-stable-17.11.3/drivers/net/mlx5/mlx5.c:942:18: error: = =E2=80=98struct ibv_device_attr_ex=E2=80=99 has no member named = =E2=80=98rss_caps=E2=80=99 device_attr_ex.rss_caps.max_rwq_indirection_table_size; ^ This is on Lentos 7.5 (3.10.0-862.14.4.el7.x86_64) With mlnx-en-4.4-1.0.1.0-rhel7.5-x86_64.iso installed Any thoughts? thanks =E2=80=94 tony