From: Rosen Xu <rosen.xu@intel.com>
To: dev@dpdk.org
Cc: declan.doherty@intel.com, tianfei.zhang@intel.com
Subject: [dpdk-dev] [RFC 0/4] Intel FPGA Bus
Date: Tue, 6 Mar 2018 09:43:54 +0800 [thread overview]
Message-ID: <1520300638-134954-1-git-send-email-rosen.xu@intel.com> (raw)
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.
Rosen Xu (4):
drivers/bus/ifpga:Intel FPGA Bus Lib Code
lib/librte_eal/common:Add Intel FPGA Bus Running Command Parse Code
lib/librte_eal/common: Add Intel FPGA Bus Second Scan, it should be
scanned after PCI Bus
drivers/raw/ifpga_rawdev: Rawdev for Intel FPGA Device, it's a PCI
Driver of FPGA Device Manager
drivers/bus/ifpga/Makefile | 64 +++
drivers/bus/ifpga/ifpga_bus.c | 527 +++++++++++++++++++++
drivers/bus/ifpga/ifpga_common.c | 168 +++++++
drivers/bus/ifpga/ifpga_common.h | 46 ++
drivers/bus/ifpga/ifpga_logs.h | 59 +++
drivers/bus/ifpga/rte_bus_ifpga.h | 153 ++++++
drivers/bus/ifpga/rte_bus_ifpga_version.map | 8 +
drivers/raw/ifpga_rawdev/Makefile | 59 +++
drivers/raw/ifpga_rawdev/ifpga_rawdev.c | 343 ++++++++++++++
drivers/raw/ifpga_rawdev/ifpga_rawdev.h | 109 +++++
drivers/raw/ifpga_rawdev/ifpga_rawdev_example.c | 121 +++++
.../ifpga_rawdev/rte_pmd_ifpga_rawdev_version.map | 4 +
lib/librte_eal/common/eal_common_bus.c | 14 +-
lib/librte_eal/common/eal_common_options.c | 8 +-
lib/librte_eal/common/eal_options.h | 2 +
15 files changed, 1683 insertions(+), 2 deletions(-)
create mode 100644 drivers/bus/ifpga/Makefile
create mode 100644 drivers/bus/ifpga/ifpga_bus.c
create mode 100644 drivers/bus/ifpga/ifpga_common.c
create mode 100644 drivers/bus/ifpga/ifpga_common.h
create mode 100644 drivers/bus/ifpga/ifpga_logs.h
create mode 100644 drivers/bus/ifpga/rte_bus_ifpga.h
create mode 100644 drivers/bus/ifpga/rte_bus_ifpga_version.map
create mode 100644 drivers/raw/ifpga_rawdev/Makefile
create mode 100644 drivers/raw/ifpga_rawdev/ifpga_rawdev.c
create mode 100644 drivers/raw/ifpga_rawdev/ifpga_rawdev.h
create mode 100644 drivers/raw/ifpga_rawdev/ifpga_rawdev_example.c
create mode 100644 drivers/raw/ifpga_rawdev/rte_pmd_ifpga_rawdev_version.map
--
1.8.3.1
next reply other threads:[~2018-03-06 1:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-06 1:43 Rosen Xu [this message]
2018-03-06 1:43 ` [dpdk-dev] [RFC 1/4] drivers/bus/ifpga:Intel FPGA Bus Lib Code Rosen Xu
2018-03-06 6:09 ` Shreyansh Jain
2018-03-06 9:24 ` Xu, Rosen
2018-03-06 10:05 ` Gaëtan Rivet
2018-03-09 15:34 ` Xu, Rosen
2018-03-06 1:43 ` [dpdk-dev] [RFC 2/4] lib/librte_eal/common:Add Intel FPGA Bus Running Command Parse Code Rosen Xu
2018-03-06 1:43 ` [dpdk-dev] [RFC 3/4] lib/librte_eal/common: Add Intel FPGA Bus Second Scan, it should be scanned after PCI Bus Rosen Xu
2018-03-06 6:20 ` Shreyansh Jain
2018-03-06 10:42 ` Xu, Rosen
2018-03-06 10:46 ` Gaëtan Rivet
2018-03-06 11:36 ` Bruce Richardson
2018-03-06 11:59 ` Gaëtan Rivet
2018-03-15 1:17 ` Xu, Rosen
2018-03-15 1:29 ` Xu, Rosen
2018-03-06 1:43 ` [dpdk-dev] [RFC 4/4] drivers/raw/ifpga_rawdev: Rawdev for Intel FPGA Device, it's a PCI Driver of FPGA Device Manager Rosen Xu
2018-03-06 6:48 ` Shreyansh Jain
2018-03-06 7:21 ` Shreyansh Jain
2018-03-07 4:10 ` Zhang, Tianfei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520300638-134954-1-git-send-email-rosen.xu@intel.com \
--to=rosen.xu@intel.com \
--cc=declan.doherty@intel.com \
--cc=dev@dpdk.org \
--cc=tianfei.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).