From patchwork Mon Sep 25 15:24:04 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: 29176 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 B1DBB1B1ED; Mon, 25 Sep 2017 17:24:47 +0200 (CEST) Received: from mail-wr0-f174.google.com (mail-wr0-f174.google.com [209.85.128.174]) by dpdk.org (Postfix) with ESMTP id 0DC0E1B1AA for ; Mon, 25 Sep 2017 17:24:36 +0200 (CEST) Received: by mail-wr0-f174.google.com with SMTP id u96so8433173wrb.6 for ; Mon, 25 Sep 2017 08:24:36 -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=Y3oLamhTllmeNtKArYgIcdMvBTdwO+sgggvaPKIPe3s=; b=BCOY8zgC7tpVQTIsneIYF4Pnc0T3M5zuid+FL3zkisPs3cmQxT0DMFqjt1rwfnNfB6 xfCKHIhH72yQWShhjOdsLN4efKWyQUvwsOukAaLz6X99qG94CS/Jr9/szYDOhlTuZscN A24m00CCAIrjMb0qpnCl8i0mBVaoQl0dAc6r3MoA+HIAdkucNRmXogPuE/q6MgduM2XT ytoBP5K0exYdK2J7AYBzyGmjUYi0lHqF9Q0Fb3cg8v7OGQEXY/R2o3y2mIRD4DUXqF/U O/TfYN9dhyB4z2ejjuOgC/wog41sroTW/+P8hCcacLlmwiTYg4U3Ike3+CHojBcNkgll aqqA== 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=Y3oLamhTllmeNtKArYgIcdMvBTdwO+sgggvaPKIPe3s=; b=Y1t+kvcHh7mYAQiu0kg6gNWdyJLlpuErT1PRAM0x0/oHIIpg0HRyvqx0JBVOvuEC// vu65FWa4GkNBfQs/xmuC9IaZbxeVF14pSVdODaZiPu6/c+DOtvdQsMr/dCbFN5TGC7/5 64zLygPG4Fn+xbCQjT23fPidsN8ARbJ4SyKaDrnRZhSBcb/yP4/mFMZrozg0sbd3/fFI bp3cjwR5G1MCNLO6OPP9aEeXy5W2U0PjCaIBCgEfRS1m3N5nCOATN4vnCu+fV0c1Qjuk 9eIYcQG/1FosAcFTFAsheLUxbDw77O4PlFku3pqPRw2iJn97ekqn1grGtOwDPg9ChKSb XL2g== X-Gm-Message-State: AHPjjUgxB3FOYooroD5cMWlSWYOJK/l+ulHYIUejBRsMWV0bO0COXYQa ZXytFwSpoJY2HZ/dM4mhHtSY34Ty X-Google-Smtp-Source: AOwi7QBri5LkMdccv8mH/yq64zodY/c6BuXyflUM15x62Pgt2mDFG3eHhwN3Rt+jyvpUhtcXPjDtLg== X-Received: by 10.223.176.46 with SMTP id f43mr7072762wra.206.1506353075334; Mon, 25 Sep 2017 08:24:35 -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 o3sm1058933wmg.3.2017.09.25.08.24.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 25 Sep 2017 08:24:34 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Mon, 25 Sep 2017 17:24:04 +0200 Message-Id: <798c3ef6477ca4e00a2dbe9c6fa85c0b79ca2e9b.1506352672.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 v3 07/13] test: include rte_bus_pci 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 db17fdf..b2f05ec 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 9d46ad5..72e784a 100644 --- a/test/test/virtual_pmd.c +++ b/test/test/virtual_pmd.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include