From patchwork Thu Oct 12 08:17: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: 30175 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 D3958378B; Thu, 12 Oct 2017 10:17:42 +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 4902C2C37 for ; Thu, 12 Oct 2017 10:17:38 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id k4so10976124wmc.1 for ; Thu, 12 Oct 2017 01:17:38 -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=vZ/CNeRDSy/vRcS1wK6pGqEOiqm3oAl4gE+H8Es8uT1zO4hxw2ey513vifY5/hY4b5 p7N+F0g5HV5d09AzJINpZ8G5KPgO/5H2uK8r5UAkoVrZLf3VFHsngH5hu3eqJ6/GgRkS NENxeEN2kN1LDI40SRXlgy8bCXGNlZYe1Uq8f4UhNQbSwgTch3Gue0M+q4U6/Km8Vbrv nfhcxJ+zvtsEzh6QUsBc7B+v+nXDVFAFUlKdCZwyZkvztsnXujJUsURZivU+yFvEVEU1 VN6F3Wkm2Fjj6PSbuA4yGqBKavYQ4igto1K/Z4jacNd8RENoEgHFrPTpr97w7nFrJ4Q0 72fQ== 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=Jb6wS45+NBoR6pAv3evIrTB/HbtZfs/qk9iAsRXR0qnkz2NVlVDk3oyvWn6l/sbu4G h3sluD7Hesh+BmokVPAgm3iF9mF8G4gZQZZe3DH1KdsgI2FNe1lJ5hbu51/7X5jfmMUk 4pHfnap58QKV7g7iRnRvxzuuX8yJRzpN8hcnouOkZzOiRIR36+qJSx//WURBkZkkNGKS lqdq9wzLHXhwL6ImeVogsJ3SEAxEKox7TegY65S4zfik8z3NBGmTC2u7FQlRDlf1lKrG jX2gPRpPPAhdVLcYC1Wjr4iBZmTOkN1ByxS9H7N29Jl3efFHhny3VQeypPHJIsoyavhm pHQg== X-Gm-Message-State: AMCzsaUyCSA9jGScVMzkmijBGPp+DHwxXcnHKj6SZfdav3bzDzy1v7xl Y/mXEl0qOItq02rNTWs2NwwFtuBZ X-Google-Smtp-Source: AOwi7QAK8y6ICyxcJVVN/fs0iRdTJ1UawX6rCB8cpyTFMC5dNkU2xsdAlZ0gy5vWu0lWVwUvFuBDbw== X-Received: by 10.28.142.3 with SMTP id q3mr1084075wmd.46.1507796257400; Thu, 12 Oct 2017 01:17:37 -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 25sm16711227wrv.8.2017.10.12.01.17.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Oct 2017 01:17:36 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 12 Oct 2017 10:17:04 +0200 Message-Id: <6719313399c67a75bbec19d2ab97d6f86bd9b778.1507795823.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 v4 04/16] 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"