DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [RFC 0/4] Intel FPGA Bus
@ 2018-03-06  1:43 Rosen Xu
  2018-03-06  1:43 ` [dpdk-dev] [RFC 1/4] drivers/bus/ifpga:Intel FPGA Bus Lib Code Rosen Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Rosen Xu @ 2018-03-06  1:43 UTC (permalink / raw)
  To: dev; +Cc: declan.doherty, tianfei.zhang

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-03-15  1:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06  1:43 [dpdk-dev] [RFC 0/4] Intel FPGA Bus Rosen Xu
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

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).