From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 665971BB3F for ; Wed, 4 Apr 2018 11:51:33 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2018 02:51:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,405,1517904000"; d="scan'208";a="30593574" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by orsmga007.jf.intel.com with SMTP; 04 Apr 2018 02:51:29 -0700 Received: by (sSMTP sendmail emulation); Wed, 04 Apr 2018 10:51:28 +0100 Date: Wed, 4 Apr 2018 10:51:28 +0100 From: Bruce Richardson To: Rosen Xu Cc: dev@dpdk.org, declan.doherty@intel.com, shreyansh.jain@nxp.com, tianfei.zhang@intel.com, hao.wu@intel.com, gaetan.rivet@6wind.com Message-ID: <20180404095128.GA14376@bricha3-MOBL.ger.corp.intel.com> References: <1520609944-120305-1-git-send-email-rosen.xu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1520609944-120305-1-git-send-email-rosen.xu@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [RFC 0/5] Intel FPGA 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: Wed, 04 Apr 2018 09:51:33 -0000 On Fri, Mar 09, 2018 at 11:38:59PM +0800, Rosen Xu wrote: > With Partial Reconfigure(PR) parts of Bitstream, Field Programmable Gate Array(FPGA) not only provides one kinds of accelerator but also provides many types of accelerators at the same time. > > How DPDK fully support FPGA? > - We use Rawdev to provide FPGA PR > - DPDK Driver will not bind to PCI Device it will bind to FPGA Partial-Bitstream(AFU,Accelerated Function Unit) > - For the new Device scan, driver probe, we involve Intel FPGA Bus Module > > This patchset is base on v18.02. > Please always base patches on the latest head of the tree you are targetting. The patches won't be applied on top of the release, but on top of the tree! /Bruce