From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id AE972282 for ; Tue, 3 Jan 2017 15:06:51 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id t79so430166531wmt.0 for ; Tue, 03 Jan 2017 06:06:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=XUhwKqghtZsBV5KUP5YQ15f1saPxPi7GyPZD3/NZhe4=; b=HxVa8ssQobJynB/LmKnbUHAcca0DN4LKEC6nRHNbb6QVXPYC6PCq4h5X1ZhV5W2/n8 29xPhIF8UAtD0fAZfw5HI6vLCB+wleovAgIz+wkMjvunWEbZAwjZUmA82C77fDHh8Rrk Uln9xPt5FvzkBW5xlMyRcyyslvdCekU1wRCeeTQFQiE4TCQmJqIA9y9Fug9Dtynet4EU lsEOKc2Km01lM5aOcIom3HCIwqUV8lYkgG6FAkfIKqRhD4nwjzEhAxO4ReT46fWwGeDv 8/ksVSmWGa9yksls0F3c2E53h6W9OOy1DcOb0oLPywZ3evy8GI9CToh/wgpoU8zPK5aW P1Tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=XUhwKqghtZsBV5KUP5YQ15f1saPxPi7GyPZD3/NZhe4=; b=DYkrN2fXy1z0VRgREhKHQiAp7p3Ap51ASgJJrHwOwngewhIeMRwXhlAQdDrp97Fmp9 Gzsmo5WbEsgkEBy7Hzg3NYZbQrVUjtX0E79eq1H9QFApXX4SDuq1d2EuIm7dOJe3CCwG fzMKYHrGL+PRoIHEgzdzcBPGO0ZX5Nr4OL2qL3UMaEiWIHcUIpO4ypkRnmxmKy+ArYV4 wtOIP2KybbAnttVDkgNUtUf2tVnUcYEQDxBUF9wAp+HO1djJnn+gMVUdDeVpiuN4fldz 2AB2FDZYgRHnXJV2n212wW6h2xdjuuTAkborPIDuwtIKvpKo9Sn6wfzLOooWcRJ+UHlZ BE3A== X-Gm-Message-State: AIkVDXKlIRzp593KowcRzYRUpbhGU4O7kfHjuXV92q8Phqv7uFjVpaIkMU6ooPF27SfLa42b X-Received: by 10.28.92.21 with SMTP id q21mr56424493wmb.71.1483452411284; Tue, 03 Jan 2017 06:06:51 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id b3sm93283740wjy.40.2017.01.03.06.06.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Jan 2017 06:06:50 -0800 (PST) From: Thomas Monjalon To: Ferruh Yigit Cc: Jan Blunck , dev@dpdk.org, shreyansh.jain@nxp.com, david.marchand@6wind.com, stephen@networkplumber.org, Adrien Mazarguil , Nelio Laranjeiro Date: Tue, 03 Jan 2017 15:06:49 +0100 Message-ID: <1517043.pJ7WbAdCrg@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1482332986-7599-1-git-send-email-jblunck@infradead.org> <3218207.eTF77IRQHx@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Subject: Re: [dpdk-dev] [PATCH v5 00/20] Decouple ethdev from PCI device X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 14:06:51 -0000 2017-01-03 12:24, Ferruh Yigit: > On 12/25/2016 10:33 PM, Thomas Monjalon wrote: > > Applied with some trivial fixes, thanks >=20 > Getting following build error for mlx5 [1], it is mainly because verb= s.h > also using container_of macro. >=20 > [1] > In file included from > .../x86_64-native-linuxapp-gcc/include/rte_mbuf.h:57:0, > from .../x86_64-native-linuxapp-gcc/include/rte_ethe= r.h:52, > from .../drivers/net/mlx5/mlx5_trigger.c:38: > /usr/include/infiniband/verbs.h: In function =E2=80=98verbs_get_devic= e=E2=80=99: > .../x86_64-native-linuxapp-gcc/include/rte_common.h:350:40: error: > initialization discards =E2=80=98const=E2=80=99 qualifier from pointe= r target type > [-Werror=3Ddiscarded-qualifiers] > typeof(((type *)0)->member) *_ptr =3D (ptr); \ > ^ Yes, this issue is fixed by upgrading mofed to version 3.4.