From 4010de5719e42c991f2fcaa15f3ec42b51a9c5fd Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 4 Apr 2025 07:40:21 +0000 Subject: [PATCH] docs: update gofurther/vfio-mdev --- gofurther/vfio-mdev.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gofurther/vfio-mdev.md b/gofurther/vfio-mdev.md index 073424c..bf68d7a 100644 --- a/gofurther/vfio-mdev.md +++ b/gofurther/vfio-mdev.md @@ -2,13 +2,13 @@ title: Virtual Function I/O Mediated devices (vfio-mdev) description: Create and Configure Virtual Function I/O Mediated devices (vfio-mdev) published: true -date: 2025-04-01T09:28:26.851Z +date: 2025-04-04T07:40:18.206Z tags: editor: markdown dateCreated: 2022-07-21T21:10:41.046Z --- -# *vfio-mdev* configuration +# *vfio-mdev* configuration for Intel GPUs [Virtual Function I/O Mediated devices](https://www.kernel.org/doc/html/latest/driver-api/vfio-mediated-device.html) (vfio-mdev) allows a physical GPU to be split into multiple virtual GPUs (vGPU). Such a vGPU can then be assigned to a virtual machine or a container. @@ -16,7 +16,7 @@ Contrary to paravirtualized GPUs (e.g. *virtio-gpu*), vGPUs can use the same dri ## Preparation -> These instructions only cover **Intel GPUs** that are compatible with *vfio-mdev* (5th to 10th generation). Since generation 11th, *vfio-mdev* has been superseded by *SR-IOV* +> These instructions only cover **Intel GPUs** that are compatible with *vfio-mdev* (5th to 10th generation), [Intel GVT-g](https://github.com/intel/gvt-linux/wiki/GVTg_Setup_Guide), in Intel's lingo. Since generation 11th, *vfio-mdev* has been superseded by *SR-IOV* {.is-info} * [Install](/deploy/install) the *Phyllome OS Desktop II*