From patchwork Mon Sep 18 09:31:42 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: 28826 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 D93C71B1B1; Mon, 18 Sep 2017 11:32:22 +0200 (CEST) Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 7E0FC1B199 for ; Mon, 18 Sep 2017 11:32:12 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id 13so873274wmq.2 for ; Mon, 18 Sep 2017 02:32: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=Y3oLamhTllmeNtKArYgIcdMvBTdwO+sgggvaPKIPe3s=; b=d7w09j1L4YsZxbMRKUTZWoCH6dOEdI2KNiq2KpBgataF/AgaurCSTMrpWYwXo1QCeB DRBMURhA1Uo10cM194VyfQIxkC5/SpvGAVrd6SRclbAaA4tVHIuC9v8S84f494Vh5Jxj 3KhYMnDW5CrBB3wj9zESHTnRwhjUSQNJirsfc+HXr4QBa3TetSw/yZELPipPnM4x3Nay qF2J565KWgJg4WAFMtTlhJ3r51z5X3ze1yQwETCMW6pxGYSXO3/JeGgf7EYtXR0z87IK ik4TbC0tmchyiMm8hV4Wm7rvdX4+TJv/8bS3BEPy+0HyTLPddv9WDhWyUnPVLfzUmt6N rfPw== 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=NjwHakBZSrpClgTxNBAWCT/JhSaEA52Jo3TAihv089L3VmBas8PdQd1ekvlzbgwwxu 2cgZ90S433BAcgxwDekzthPnzDxCDA7s1RlcALlq+O24q8FW9IFGGfPPxAXOACpqG/kv 3377WxMAqnVPbt194cfWgsKk59CCuU3FePEhMDzDIdM8dnSRY920Js4rJrkT2Z5BRUhi aLTv9yv0hvyAt5FaRj9GG25n5ypmaWjz6Qu5XLkSAUGpHyeVblzZepGD31xM9nSGagJW YrOMTUsrdCWNRD7X6CMf0mYFycWlZ6qATM6YciE06g2YUcNR8tP3XvTs40taqlrcYeKo 3ZzQ== X-Gm-Message-State: AHPjjUhODvpf9gO/P3deZwpXt2Ar1J3NtKHRndxsydowBQJ4onEubtDQ pLOF8FvCNEzJSpXxFtk= X-Google-Smtp-Source: AOwi7QDu2l8vmOztL1xahLToF8Ga64Y+YB0r2n8GlfDh4SeJFXUm8Bc/LRgdkrdYY3JXIwLfTybVXg== X-Received: by 10.28.152.23 with SMTP id a23mr7985842wme.45.1505727131891; Mon, 18 Sep 2017 02:32: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 f89sm6416859wmh.18.2017.09.18.02.32.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 Sep 2017 02:32:10 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Mon, 18 Sep 2017 11:31:42 +0200 Message-Id: <3c653a7bc2ae0828a9ef44948ee3358cba3298c9.1505726803.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 v2 08/14] 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