From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gaetan.rivet@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id 72AC21B21D
 for <dev@dpdk.org>; Thu, 12 Oct 2017 12:46:13 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id b189so11894969wmd.4
 for <dev@dpdk.org>; Thu, 12 Oct 2017 03:46:13 -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=VNCNPeuyi8qSrdstqjZ1ISYU2GjEwaKE8yOexEwFfwE=;
 b=qgiQaf5wPjewt2bLs940xq3PRqcmAdYTrYM0rl+GoXjKcV9P4v7sDnLdibDgdPXTjV
 4vNTKNjNhaZeBFt/AP4Zib1rESRk/gcEA4PhN6uVxz73HAQMK9C36y1fx92A93nuk363
 0/cFGkzonS53hmfN0zf3NKX6XuqJhGJH+4QEa6n8wii8pmgfs4s0Rk1WlLwOAGRc1kAz
 ehlPvjVXz0KXTNOSfKjznGZvdPDVUkqZ/JkB7oNAB6VYdg4V/HElgeGAbqBElfiCB7xs
 bTjW/wcnr9j09UjM5P+UNVewqthVprdKEoyc1OMrd/ozZnD0zujzXvmMrY1uRVZP9nrH
 vLDQ==
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=VNCNPeuyi8qSrdstqjZ1ISYU2GjEwaKE8yOexEwFfwE=;
 b=RCgHnfR3dkHYqL9NQISVlQTwmwRZM8SeJ4EZnLlaSpVmZCo6bH1eJlZvVdQq+qvpuH
 7i4cr/6JWvBRlNgayN8DZoVpWMRuQKrQTK64aseqAOR1LiLpX3sBFImfUo7tgEDFUEfs
 8Nl6Elz4kbMVy2+ZXkLsphR5J+XZv3i6jXrM+hWha7M4NYvciA+3bq096NHnrZcryVp4
 YfpERQSqRIFHmqVASWxioJFcTip7kuf+z+ZYmwsY0tMPbvuizLUrsWqnxJky2nTL+znp
 WX4rBdbp8go1VPQbsLZyZBYTv8nzRq0wXG7I5AKogvNfFOnWjLmUIbpPTa9nlyeZLMgR
 8UEw==
X-Gm-Message-State: AMCzsaXDhNkrI7+iPG1FeLbt7904K+Mh3kLxyD7xtHtZuyGLWdvRRxUo
 83e3CDuxoWhOQXyCnu4V+4KoXKx4
X-Google-Smtp-Source: AOwi7QB140X4xHE2g6oFTaGqsHIF3RN6V2B/PoVrM3HXsPFAy1o1pgf6Khe3DX9DuotiWNBisPYqpg==
X-Received: by 10.28.147.208 with SMTP id v199mr1391440wmd.136.1507805172802; 
 Thu, 12 Oct 2017 03:46:12 -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 z192sm16481146wmz.28.2017.10.12.03.46.11
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Thu, 12 Oct 2017 03:46:11 -0700 (PDT)
From: Gaetan Rivet <gaetan.rivet@6wind.com>
To: dev@dpdk.org
Cc: Gaetan Rivet <gaetan.rivet@6wind.com>
Date: Thu, 12 Oct 2017 12:45:34 +0200
Message-Id: <97b2fc7a574ff5746a03014536b854cac5c27424.1507804944.git.gaetan.rivet@6wind.com>
X-Mailer: git-send-email 2.1.4
In-Reply-To: <cover.1507804944.git.gaetan.rivet@6wind.com>
References: <cover.1507795823.git.gaetan.rivet@6wind.com>
 <cover.1507804944.git.gaetan.rivet@6wind.com>
In-Reply-To: <cover.1507804944.git.gaetan.rivet@6wind.com>
References: <cover.1507804944.git.gaetan.rivet@6wind.com>
Subject: [dpdk-dev] [PATCH v5 07/20] app/testpmd: include PCI bus 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: Thu, 12 Oct 2017 10:46:14 -0000

Devices and drivers are now defined within the bus-specific PCI header.
Update applications.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
---
 app/test-pmd/testpmd.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h
index 0b8e624..b05c8a0 100644
--- a/app/test-pmd/testpmd.h
+++ b/app/test-pmd/testpmd.h
@@ -35,6 +35,7 @@
 #define _TESTPMD_H_
 
 #include <rte_pci.h>
+#include <rte_bus_pci.h>
 #include <rte_gro.h>
 #include <rte_gso.h>
 
-- 
2.1.4