From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AE3CF20A7C; Thu, 26 Oct 2017 13:44:30 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 26 Oct 2017 13:44:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=K2thHaM+xR0UvNvofVRvNLsuCD 7gFbTXr0xaMNKNlSg=; b=snSh/n0Q2sq0Flm5tGFYn4nmHKEqVWTt13aagQtS4Y scdQEYxHN3kT09q6xOvGNmR+2OSHUGR1GdRDuH57f3TaTX7PDsh8FdANjLA8HAwU Pn0AJLoJHhs++38uYnZbj7bA4tD08WNA2ZPjq9kaMBRaCbzeWQpOAZ+QaYQM54me 4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=K2thHa M+xR0UvNvofVRvNLsuCD7gFbTXr0xaMNKNlSg=; b=pDCMQla5V6WDZevgSl04Gi 1ols1odCfFjKprID56eTndxaFvBTxeblmIrc3twkCf8k7tx8jNM5d8sssN4l5I+x nYELkzldBFqXN+aWcG7+pUo/2FZ8X8+9JxRWa5Q1EPDkfUFO+ji86M0/NKSFnqFQ alyDsvWxehgIyPM26JYJUiKkpe5Hz/9eBARQ8cy1PhJ4RCFRhHyz5IJ1t+qvvY6f ihxJO2b5Hl1s1LJ1Xk4HouFOoAy7+rvN+Xbbm1wMRBqqZBwK3qpeaQg5VFnnAcLc 5EgxIDgLNHhR0FjrqvEuRloHbYpVrPr2ixffs04El6Yf/irS6lVhBRHB9+WMV1pw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 64F667E1AE; Thu, 26 Oct 2017 13:44:30 -0400 (EDT) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org Date: Thu, 26 Oct 2017 19:44:29 +0200 Message-ID: <2855184.j7nN6kEKDv@xps> In-Reply-To: <558a8f90bdb675545978e78ff19e2b370d7008f1.1509012196.git.gaetan.rivet@6wind.com> References: <558a8f90bdb675545978e78ff19e2b370d7008f1.1509012196.git.gaetan.rivet@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 23/25] pci: introduce PCI lib and bus 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: , X-List-Received-Date: Thu, 26 Oct 2017 17:44:31 -0000 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