From patchwork Thu Oct 12 10:45:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 30230 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 836251B225; Thu, 12 Oct 2017 12:46:20 +0200 (CEST) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 6C1E71B217 for ; Thu, 12 Oct 2017 12:46:12 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id t69so11991611wmt.2 for ; Thu, 12 Oct 2017 03:46:12 -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=LSaPY/X/PjMcIhn4juTBSjXhdA4cCn8lqf4R6W6EhH0=; b=iZRi5qm4TrQLSunPBOS75vPOSgfRXXXlUUKSQe2dOcIRAXecTrPBdB9qWgy+g+FlkO 21LXEnNUCE3DdbU6EMXYN/OZ2JO3Bni0VeD2kTCXSUQ27ZMQ9nWpjPg+SfFdGuJEM1Rs K0mP7xjU6nV9cYNsHBo/PdmboFWht6IXuaJchmwzyNZHdZzFS+TPkOfTUgrP+AGuwfCA 08RZFQ+rFC63ftKNG/+oH+NTqWnErCz/36tijCsWgwFZCMobv/MFxJf1YC0AOOV8JbKH JT95SIKQSEKqWbQ+ZuFy8tf0lU4jvBx/mj/ag0lyHj9gdCaFkhtB+kUwVvv9KUJi8mZs eowQ== 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=LSaPY/X/PjMcIhn4juTBSjXhdA4cCn8lqf4R6W6EhH0=; b=Kmx0Vuj2H+5dP5pJGUjXOLOa1S9ChleAM8j6qo86xt5AJfjjf5h+VygD0sHMoVc6YI A3bSMbbrItrdpnw/a1fSldCRz8VK3Zhze2u1gjoaRuxgqfCzwbWRgJzrbDGLInRWcxBG /12eJ1a9rbX+DcY4qs0dNeXyaw+6eKi3X6kk2k9rJUIG5n0+V3e6bN/o8FM8Rl5Nar7J 9QNSMkFYSKpknW0Gs0T0bHuIBxCTZw/V80fZ0Mepblb3K0Z/fapj3K3DODTvR/Qse561 fcja9uETkFr1sWECBn+Rz82ZTB0g3yo+LK6bvEw02UhhQFZOtlll/HpkLVfHdaMLljFY UMAQ== X-Gm-Message-State: AMCzsaVVaIyjeG5wRrUi0uPvJ7pVTfdPA33qsyX+IePxJXa1IxY9EV76 2TJiZs4elFW6/QauyZngH5gsTF8X X-Google-Smtp-Source: AOwi7QAjMImae/Kmj62iiOlyLo90+4QkTrxWcQTsGxTvjm9B1i1rRvxQxnI63Gb+aqgkg1A1UmNh3g== X-Received: by 10.28.29.130 with SMTP id d124mr1777692wmd.73.1507805171670; Thu, 12 Oct 2017 03:46:11 -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.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Oct 2017 03:46:10 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 12 Oct 2017 12:45:33 +0200 Message-Id: <9158cd245714b8695a3e83a7b5fa77ebde801989.1507804944.git.gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v5 06/20] test: include PCI bus header 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Devices and drivers are now defined within the bus-specific PCI header. Update test applications. Signed-off-by: Gaetan Rivet --- test/test/test_kni.c | 1 + test/test/virtual_pmd.c | 1 + 2 files changed, 2 insertions(+) diff --git a/test/test/test_kni.c b/test/test/test_kni.c index 2450c9f..b956727 100644 --- a/test/test/test_kni.c +++ b/test/test/test_kni.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include diff --git a/test/test/virtual_pmd.c b/test/test/virtual_pmd.c index 09daf6c..b57a949 100644 --- a/test/test/virtual_pmd.c +++ b/test/test/virtual_pmd.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include