Merge "Removed -e true parameter (r5, r6, dsr6)"
This commit is contained in:
commit
ca9da820a4
@ -128,7 +128,7 @@ enables the Mount Bryce device.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
~(keystone_admin)$ system host-device-modify controller-0 pci_0000_85_00_0 -e true --driver igb_uio --vf-driver vfio -N 16
|
||||
~(keystone_admin)$ system host-device-modify controller-0 pci_0000_85_00_0 --driver igb_uio --vf-driver vfio -N 16
|
||||
|
||||
#. Unlock the host.
|
||||
|
||||
|
@ -155,7 +155,7 @@ platform: **Wilson City** (housing ICX-SP).
|
||||
# get following error message.
|
||||
# Cannot configure device 73b13ddf-99be-44c8-8fbe-db85eb8d99ba until host
|
||||
# controller-0 is unlocked for the first time.
|
||||
system host-device-modify controller-0 pci_0000_85_00_0 -e true --driver igb_uio --vf-driver vfio -N 1
|
||||
system host-device-modify controller-0 pci_0000_85_00_0 --driver igb_uio --vf-driver vfio -N 1
|
||||
|
||||
system host-unlock $NODE
|
||||
|
||||
|
@ -161,7 +161,7 @@ platform: **Coyote Pass** (housing ICX-SP).
|
||||
# get following error message.
|
||||
# Cannot configure device 73b13ddf-99be-44c8-8fbe-db85eb8d99ba until host
|
||||
# controller-0 is unlocked for the first time.
|
||||
system host-device-modify controller-0 pci_0000_85_00_0 -e true --driver igb_uio --vf-driver vfio -N 1
|
||||
system host-device-modify controller-0 pci_0000_85_00_0 --driver igb_uio --vf-driver vfio -N 1
|
||||
|
||||
system host-unlock $NODE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user