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 0FA691B383 for ; Tue, 7 Nov 2017 21:56:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 77E7620D32; Tue, 7 Nov 2017 15:56:13 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 15:56:13 -0500 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=im4hnHKY2Dwo8XVSgOkIGLmHJV MRrwAbFYYJ5BySO4s=; b=pDf/3rqRIGQhPlQxhJ0/K3AMGWgIfX6XbmuB5ENeV6 zY8JgL6gscn/4xGGqc/GoeS37huctDUFdokrsuHWLZpm7LTvoyO2uA3MDTTRcyJi 8YnbX8IvbzVIq+Fh8fmOcFRVu9cYhCYo7mUWGY3AD7egnopl1XMnYM/uKmXfhhNc I= 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=im4hnH KY2Dwo8XVSgOkIGLmHJVMRrwAbFYYJ5BySO4s=; b=oEpJmx4BhSAvtGIF/XU6Xr Ex4UElvgyUNpZTWREHhpyJBiLrvbNy2hS7IpRgWrjE9rWW2Ll8ieCrE6ph5dlxNe HOyNespsx3VHqPfrsQWbs3UIdi41mv3bA8tD3Is/g8DSsB1fxNs0V2qiS3UqWl7r bjCAyiIrP42Y9k7nU7k6nJ4JDlKOfqFL9rDUDOIYitrnsL6LNs7PXkkfQz0AO2C4 9oNCriBISNRvHhR1TkD5QUdp77eMzWTA6ZKwzwoepscxihjgoTn3XJLg/nbdJLBB 4R01HfB2fphiZLxWYsOX5cpjlHdJyFePHwN17T1q1vmOyko2+xicw/nJ4BiugXSg == 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 3521E7F8F6; Tue, 7 Nov 2017 15:56:13 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Tue, 07 Nov 2017 21:56:11 +0100 Message-ID: <1810889.W40qcy6NBB@xps> In-Reply-To: <20171103134627.216117-1-bruce.richardson@intel.com> References: <20171103134627.216117-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples: remove dependency on 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: , X-List-Received-Date: Tue, 07 Nov 2017 20:56:14 -0000 03/11/2017 14:46, Bruce Richardson: > All PCI functionality should be hidden from apps via the PCI bus driver, > the EAL and individual device drivers. Therefore remove the inclusion of > rte_pci.h from sample apps. > > Signed-off-by: Bruce Richardson Applied, thanks