From patchwork Thu Oct 12 10:45:31 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: 30228 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 A079C1B21E; Thu, 12 Oct 2017 12:46:14 +0200 (CEST) Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id A2CF51B216 for ; Thu, 12 Oct 2017 12:46:09 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id i124so12104819wmf.3 for ; Thu, 12 Oct 2017 03:46:09 -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=XGEwkAbQG06J+JDfaFXommMcjsSQJrhovIPwlf5nYSM=; b=RVcJyADzKJJicpVCN/B45EoB2isPDpCHswWpSmpjhp3+DA/RCbV2vCFVmqOcdQxXU+ KElDBHdP408l07r7MTWQkMDSfh5suth8TgZW5s9LYpvKlv0J749pFFclKQ/Y4ools5ou 62oZPhFLsX/A37EwAuOKl1eGrAB6JDkysqKoeYkBDGkpSoMavhjlZ/00k4UKb3y76IGm 8R9DC5l04c/rZOkDpuCMoldnekW72dTsB6rJhh1XPCJk4/i1Y5KQfd/A7n9E3VEhK+l0 JxvhNhA8HwGZiAFk+FVfPVmDAVTsNBWhfsa5fOEySEgxqo37u0oC78Vd/FPuDqPteBBM 6QeA== 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=XGEwkAbQG06J+JDfaFXommMcjsSQJrhovIPwlf5nYSM=; b=ImjMF8qhA03DO5AVpQXFfFjlj7aqWKobfa8XzxPeJ925LQKdrAwatbyb5guC17OadI VAjkDQIzzW412YKx0JE1+gfIQvY6IGbY4X4GcC21JNwV/hSMzHdoYcM2T/Xw9pah3ffp mwhBa8rEPvJBc77OdOtITzqoGWxcdvj0PqehF5N6aT+GVCoynnG8lvBa+ELMT0GOf66F aRErLrSBVs9uSR90mWxPu/iKuBQN51/kl34HxQ9z607zd4+1oKkyMcLOOQy4KY/t/WYS Co0kqwpEIGz5h4vZ8YtKHk9sHZSMpC9QTiOpT2rBwqZFpiEh/D28RpXvycOZMqKyxm9t 31FQ== X-Gm-Message-State: AMCzsaX94cCDIR0yF5a5WSOuNMxlZPY7ifhZnquYqe8FpJwA6uiKCjKg QoGytlxzUl6MeUX6Ef3uuWDabnRR X-Google-Smtp-Source: AOwi7QALHCEqMGRkU/Pn1ZZS0qXYqDOw+ZIMDgLPO69X/ZgK2LpNucH2zYsvbcJ2YO4ptpFuhCuv2g== X-Received: by 10.223.196.164 with SMTP id m33mr1719405wrf.258.1507805168985; Thu, 12 Oct 2017 03:46:08 -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.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Oct 2017 03:46:08 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 12 Oct 2017 12:45:31 +0200 Message-Id: <6719313399c67a75bbec19d2ab97d6f86bd9b778.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 04/20] lib: 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 the libraries, as structuraly unsound as it may be. Signed-off-by: Gaetan Rivet --- lib/librte_ether/rte_ethdev_pci.h | 1 + lib/librte_eventdev/rte_eventdev_pmd_pci.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/librte_ether/rte_ethdev_pci.h b/lib/librte_ether/rte_ethdev_pci.h index 56b1072..722075e 100644 --- a/lib/librte_ether/rte_ethdev_pci.h +++ b/lib/librte_ether/rte_ethdev_pci.h @@ -36,6 +36,7 @@ #include #include +#include #include /** diff --git a/lib/librte_eventdev/rte_eventdev_pmd_pci.h b/lib/librte_eventdev/rte_eventdev_pmd_pci.h index b6bd731..ade32b5 100644 --- a/lib/librte_eventdev/rte_eventdev_pmd_pci.h +++ b/lib/librte_eventdev/rte_eventdev_pmd_pci.h @@ -50,6 +50,7 @@ extern "C" { #include #include #include +#include #include "rte_eventdev_pmd.h"