======================================== Attaching physical PCI devices to guests ======================================== The PCI passthrough feature in OpenStack allows full access and direct control of a physical PCI device in guests. This mechanism is generic for any kind of PCI device, and runs with a Network Interface Card (NIC), Graphics Processing Unit (GPU), or any other devices that can be attached to a PCI bus. Correct driver installation is the only requirement for the guest to properly use the devices. Some PCI devices provide Single Root I/O Virtualization and Sharing (SR-IOV) capabilities. When SR-IOV is used, a physical device is virtualized and appears as multiple PCI devices. Virtual PCI devices are assigned to the same or different guests. In the case of PCI passthrough, the full physical device is assigned to only one guest and cannot be shared. .. note:: For information on creating servers with virtual SR-IOV devices, refer to the :neutron-doc:`Networking Guide `. Attaching SR-IOV ports to existing servers is not currently supported, see `bug 1708433 `_ for details. To enable PCI passthrough, follow the steps below: #. Configure nova-scheduler (Controller) #. Configure nova-api (Controller)** #. Configure a flavor (Controller) #. Enable PCI passthrough (Compute) #. Configure PCI devices in nova-compute (Compute) .. note:: The PCI device with address ``0000:41:00.0`` is used as an example. This will differ between environments. Configure nova-scheduler (Controller) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #. Configure ``nova-scheduler`` as specified in :neutron-doc:`Configure nova-scheduler