diff options
author | Dan Andresan <Dan.Andresan@enea.com> | 2020-05-11 14:43:06 +0200 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2020-05-12 16:54:50 +0200 |
commit | 20df9df706f2c35b37d623c569c6110fc2f402cb (patch) | |
tree | 4a1728307a59d2218a6711c65725fb31b558699b | |
parent | 8b6993e192ea9c69190ddf845cbf2117559eeb81 (diff) | |
download | nfv-access-documentation-rocko.tar.gz |
Add vfio-pci, igb_uio limitationsrockofeature_bugfixes-2.3.0
Change-Id: I7fc1d0c47bd4b949c5246c5fa1073676f5eebc67
-rw-r--r-- | doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml index ce9e9e0..66c54d7 100644 --- a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml +++ b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml | |||
@@ -92,6 +92,20 @@ | |||
92 | storage devices.</para> | 92 | storage devices.</para> |
93 | </listitem> | 93 | </listitem> |
94 | 94 | ||
95 | <listitem> | ||
96 | <para><remark>LXCR-9992</remark>Due to the way VFIO works, there are | ||
97 | certain limitations regarding which devices can be used with VFIO. Mainly, it | ||
98 | comes down to how IOMMU groups work. Any Virtual Function device can | ||
99 | be used with VFIO on its own, however, physical devices will require either | ||
100 | all ports to be bound to VFIO, or only some of them bound while others not | ||
101 | bound to anything at all.</para> | ||
102 | |||
103 | <para>If UEFI secure boot is enabled, the Linux kernel may disallow the | ||
104 | use of UIO on the system. Therefore, devices intended for use by the DPDK should be | ||
105 | bound to the <literal>vfio-pci</literal> kernel module rather than the | ||
106 | <literal>igb_uio</literal>.</para> | ||
107 | </listitem> | ||
108 | |||
95 | <listitem condition="hidden"> | 109 | <listitem condition="hidden"> |
96 | <para><emphasis role="bold">PDF navigation</emphasis>: When using links | 110 | <para><emphasis role="bold">PDF navigation</emphasis>: When using links |
97 | to open other PDFs, or jump to another place in the same PDF, jumping | 111 | to open other PDFs, or jump to another place in the same PDF, jumping |
@@ -106,4 +120,4 @@ | |||
106 | 120 | ||
107 | <!-- <xi:include href="jiraissues_generated.xml" | 121 | <!-- <xi:include href="jiraissues_generated.xml" |
108 | xmlns:xi="http://www.w3.org/2001/XInclude" /> --> | 122 | xmlns:xi="http://www.w3.org/2001/XInclude" /> --> |
109 | </chapter> \ No newline at end of file | 123 | </chapter> |