linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] add VFIO mdev support for DFL devices
@ 2020-09-08  7:13 Xu Yilun
  2020-09-08  7:13 ` [PATCH 1/3] fpga: dfl: add driver_override support Xu Yilun
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Xu Yilun @ 2020-09-08  7:13 UTC (permalink / raw)
  To: mdf, alex.williamson, kwankhede, linux-fpga, kvm, linux-kernel
  Cc: trix, lgoncalv, yilun.xu

These patches depend on the patchset: "Modularization of DFL private
feature drivers" & "add dfl bus support to MODULE_DEVICE_TABLE()"

https://lore.kernel.org/linux-fpga/1599488581-16386-1-git-send-email-yilun.xu@intel.com/

This patchset provides an VFIO Mdev driver for dfl devices. It makes
possible for dfl devices be direct accessed from userspace.

Xu Yilun (3):
  fpga: dfl: add driver_override support
  fpga: dfl: VFIO mdev support for DFL devices
  Documentation: fpga: dfl: Add description for VFIO Mdev support

 Documentation/ABI/testing/sysfs-bus-dfl |  20 ++
 Documentation/fpga/dfl.rst              |  20 ++
 drivers/fpga/Kconfig                    |   9 +
 drivers/fpga/Makefile                   |   1 +
 drivers/fpga/dfl.c                      |  54 ++++-
 drivers/fpga/vfio-mdev-dfl.c            | 391 ++++++++++++++++++++++++++++++++
 include/linux/fpga/dfl-bus.h            |   2 +
 7 files changed, 496 insertions(+), 1 deletion(-)
 create mode 100644 drivers/fpga/vfio-mdev-dfl.c

-- 
2.7.4


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

end of thread, other threads:[~2020-09-11  6:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08  7:13 [PATCH 0/3] add VFIO mdev support for DFL devices Xu Yilun
2020-09-08  7:13 ` [PATCH 1/3] fpga: dfl: add driver_override support Xu Yilun
2020-09-08  7:13 ` [PATCH 2/3] fpga: dfl: VFIO mdev support for DFL devices Xu Yilun
2020-09-08  7:13 ` [PATCH 3/3] Documentation: fpga: dfl: Add description for VFIO Mdev support Xu Yilun
2020-09-08 21:10   ` Alex Williamson
2020-09-10  8:32     ` Xu Yilun
2020-09-10 15:49       ` Alex Williamson
2020-09-11  6:32         ` Xu Yilun
2020-09-09 21:13 ` [PATCH 0/3] add VFIO mdev support for DFL devices Tom Rix
2020-09-10  9:08   ` Xu Yilun

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