From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751822AbdK0K16 convert rfc822-to-8bit (ORCPT ); Mon, 27 Nov 2017 05:27:58 -0500 Received: from smtp-out6.electric.net ([192.162.217.181]:57408 "EHLO smtp-out6.electric.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbdK0K15 (ORCPT ); Mon, 27 Nov 2017 05:27:57 -0500 From: David Laight To: "'Wu Hao'" , "atull@kernel.org" , "mdf@kernel.org" , "linux-fpga@vger.kernel.org" , "linux-kernel@vger.kernel.org" CC: "linux-api@vger.kernel.org" , "luwei.kang@intel.com" , "yi.z.zhang@intel.com" , Tim Whisonant , "Enno Luebbers" , Shiva Rao , Christopher Rauer , Xiao Guangrong Subject: RE: [PATCH v3 08/21] fpga: add Intel FPGA DFL PCIe device Thread-Topic: [PATCH v3 08/21] fpga: add Intel FPGA DFL PCIe device Thread-Index: AQHTZ0zlT9aHswbrXkGWaDG3vrBCQaMoBU+g Date: Mon, 27 Nov 2017 10:28:04 +0000 Message-ID: References: <1511764948-20972-1-git-send-email-hao.wu@intel.com> <1511764948-20972-9-git-send-email-hao.wu@intel.com> In-Reply-To: <1511764948-20972-9-git-send-email-hao.wu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.202.99.200] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-Outbound-IP: 156.67.243.126 X-Env-From: David.Laight@ACULAB.COM X-Proto: esmtps X-Revdns: X-HELO: AcuMS.aculab.com X-TLS: TLSv1.2:ECDHE-RSA-AES256-SHA384:256 X-Authenticated_ID: X-PolicySMART: 3396946, 3397078 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Wu Hao > Sent: 27 November 2017 06:42 > From: Zhang Yi > > The Intel FPGA device appears as a PCIe device on the system. This patch > implements the basic framework of the driver for Intel PCIe device which > is located between CPU and Accelerated Function Units (AFUs), and has > the Device Feature List (DFL) implemented in its MMIO space. This ought to have a better name than 'Intel FPGA'. An fpga can be used for all sorts of things, this looks like a very specific architecture using a common VHDL environment to allow certain types of user VHDL be accessed over PCIe. David