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 F20B91BB18 for ; Thu, 26 Oct 2017 23:23:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4B86B20D32; Thu, 26 Oct 2017 17:23:08 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 26 Oct 2017 17:23:08 -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=xNvsoZTcNZNLTOZp/BPCG/Qlwr JQHf1g5y/+vvNNuM8=; b=OVisMQ0PGoz9sqXQIZ80TAP9IYK99lEu5+Jq9ZeQ8Z eRkL59mWKYMNSYNLy4qLCrCTu1lubH8QRz94uV0fq3MHO2ar4W4nsKpInId27IWw adAM3y7OcTP08DSZ7PEFqCQY8B524tXgkeXXzFhkNiX6U2v5ms9IJYslVHSYtK2D g= 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=xNvsoZ TcNZNLTOZp/BPCG/QlwrJQHf1g5y/+vvNNuM8=; b=YwPb6hKl+YUc92H7+G4y8z qQp3qjUlHlfOJin+dVhW4ppAAAm3S8Ex1Rk6mh0rBAXSAZc8KLNGlRWfI6TWXYWf l9Z5hPGlT2CJpAg36F4UP7KjUfFEYBvh93BIPlj3HG5FLPrAe1LFzcOXhO0ZpOyE ZR3A/s3nDO4VFrSkTCLwWE2YGHIE0FRAirm4Ea/gSRyjYpDE7wROwAOYxkv/CyhO 9+Iy/tW1MFxvTFSG4iIP7MR6QuxrbzL5cXbjQA5XUbCtYNDyT1j7aR4ckqK6R6PS su8FdgIlKqtGPQk0Vth6LK9iFdTgrtRwtq3l/wfKc6UOu5oBfcEBtjVbLD94DIAw == 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 F06C824775; Thu, 26 Oct 2017 17:23:07 -0400 (EDT) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org, Anatoly Burakov Date: Thu, 26 Oct 2017 23:23:07 +0200 Message-ID: <1705065.T21bl0KZqg@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 00/25] Move PCI away from the EAL 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 21:23:09 -0000 26/10/2017 12:05, Gaetan Rivet: > Here is a new version of the PCI bus move out of the EAL. > > The EAL PCI implementation is divided in two parts: > > - librte_pci: library offering helpers to handle PCI objects > - librte_bus_pci: bus driver for PCI devices Applied with few fixes, thanks for the huge work Gaetan