From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gaetan.rivet@6wind.com>
Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com
 [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id CF9583772
 for <dev@dpdk.org>; Fri,  7 Jul 2017 02:04:50 +0200 (CEST)
Received: by mail-wr0-f176.google.com with SMTP id r103so24309107wrb.0
 for <dev@dpdk.org>; Thu, 06 Jul 2017 17:04:50 -0700 (PDT)
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:in-reply-to:references
 :in-reply-to:references;
 bh=Gxptoy+thTSMbBwp8P6+pBivn72FZ4PWifreF2m3Dz0=;
 b=0e6jR6Q7QVoT1lL4CTd+wLRzug9iuV76sXTRUEQDTSeklSKQo+NBfU9zliBhL3mF0f
 dnRwVhWqFc+Y3nF5grKmljqVw+3Zzd25GXPUvHaYGeuoprPFrs2/do7ZLc3EluuyQHMv
 Ql9Qpdk62h2apJKAPKiEpLMRs1eB0btlXNMEBSH+6/jG3j2k/dFyGgMrDFGEGDKSkRXF
 7hI9E+Sl26LMQg8UEl0p81OKu4TCjyPw9NQe/NYObLRKVPspAuk4KdzxCqd1A9nFzhSv
 32J2HYYD1ykaU2Bi2SSivg+Pfbf5HDYZ4FkP3IhCTV1PhTmYvhH48VBjBy3E5wueM3wz
 LtAA==
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:in-reply-to
 :references:in-reply-to:references;
 bh=Gxptoy+thTSMbBwp8P6+pBivn72FZ4PWifreF2m3Dz0=;
 b=BRY1a6DRoOsviN/M+55a3rLnBRwMC6h/jJ3P3yGwFsHP4LscUJ4McvvUcJI6pTeF9z
 uAFUOEAetCuKjuLohaDezBNWbzrvl9ucwAOsSvYe6VuRu7N3L1FkQvZFG3T+pmJTNk90
 4BaPSnKeOseRJDofo4Ujw8UHYkHz5YhMBDwCufdGC/wzt8DwB993q5RypHrC9co5Xa3V
 1VIiwnckXvJ9A/oaS8K1ShCkw0NQEzKC/h25EP7tTvywgFoTYJZAQqvASgLUUyt9Yilo
 iyGurzpEY/hTo1WIcW9C04//GG6UfD2kax1Upu+2Jodb0poiqksghqSOfmMhqNGmoJ8v
 dekQ==
X-Gm-Message-State: AIVw110E8+fVS8aF4yzo9ENXXogn6gezgLk+ylwp5s6VHbf0Bhn2bzEX
 6LTsQLOA2fGDZSbuikw=
X-Received: by 10.28.232.133 with SMTP id f5mr263545wmi.46.1499385890345;
 Thu, 06 Jul 2017 17:04:50 -0700 (PDT)
Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com.
 [62.23.145.78])
 by smtp.gmail.com with ESMTPSA id b197sm1111520wmb.4.2017.07.06.17.04.49
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Thu, 06 Jul 2017 17:04:49 -0700 (PDT)
From: Gaetan Rivet <gaetan.rivet@6wind.com>
To: dev@dpdk.org
Cc: Gaetan Rivet <gaetan.rivet@6wind.com>
Date: Fri,  7 Jul 2017 02:04:20 +0200
Message-Id: <3e669658f84f458259dcebd7f1c246e76c677fdc.1499384590.git.gaetan.rivet@6wind.com>
X-Mailer: git-send-email 2.1.4
In-Reply-To: <cover.1499384589.git.gaetan.rivet@6wind.com>
References: <cover.1499211959.git.gaetan.rivet@6wind.com>
 <cover.1499384589.git.gaetan.rivet@6wind.com>
In-Reply-To: <cover.1499384589.git.gaetan.rivet@6wind.com>
References: <cover.1499384589.git.gaetan.rivet@6wind.com>
Subject: [dpdk-dev] [PATCH v7 03/17] net/mlx5: properly reference PCI header
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 07 Jul 2017 00:04:51 -0000

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
---
 drivers/net/mlx5/mlx5.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/mlx5/mlx5.h b/drivers/net/mlx5/mlx5.h
index 1148dee..9ef2c11 100644
--- a/drivers/net/mlx5/mlx5.h
+++ b/drivers/net/mlx5/mlx5.h
@@ -54,6 +54,7 @@
 #ifdef PEDANTIC
 #pragma GCC diagnostic ignored "-Wpedantic"
 #endif
+#include <rte_pci.h>
 #include <rte_ether.h>
 #include <rte_ethdev.h>
 #include <rte_spinlock.h>
-- 
2.1.4