From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 23/25] pci: introduce PCI lib and bus Date: Thu, 26 Oct 2017 19:44:29 +0200 Message-ID: <2855184.j7nN6kEKDv@xps> References: <558a8f90bdb675545978e78ff19e2b370d7008f1.1509012196.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 15BEE1BA03 for ; Thu, 26 Oct 2017 19:44:31 +0200 (CEST) In-Reply-To: <558a8f90bdb675545978e78ff19e2b370d7008f1.1509012196.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/10/2017 12:06, Gaetan Rivet: > lib/librte_pci/Makefile | 49 ++ > lib/librte_pci/include/rte_pci.h | 279 +++++++++ > lib/librte_pci/rte_pci.c | 220 +++++++ > lib/librte_pci/rte_pci_version.map | 15 + The include file is usually not in a sub-directory. I will move it for consistency. The lib needs also to be added in doc/api/doxy-api.conf and doc/guides/rel_notes/release_17_11.rst