summaryrefslogtreecommitdiffstats
path: root/documentation/docsrc_common/feature_matrix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/docsrc_common/feature_matrix.xml')
-rw-r--r--documentation/docsrc_common/feature_matrix.xml185
1 files changed, 185 insertions, 0 deletions
diff --git a/documentation/docsrc_common/feature_matrix.xml b/documentation/docsrc_common/feature_matrix.xml
new file mode 100644
index 0000000..0fd2b79
--- /dev/null
+++ b/documentation/docsrc_common/feature_matrix.xml
@@ -0,0 +1,185 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="feature-matrix">
5 <title>Feature Compatibility Matrix</title>
6
7 <para>The following features are supported in Enea Linux. Limitations are
8 explained below the table.</para>
9
10 <informaltable>
11 <tgroup cols="9">
12 <colspec colname="c1" colwidth="4*" />
13
14 <colspec align="center" colname="c2" />
15
16 <colspec align="center" colname="c3" />
17
18 <colspec align="center" colname="c4" />
19
20 <colspec align="center" colname="c5" />
21
22 <colspec align="center" colname="c6" />
23
24 <colspec align="center" colname="c7" />
25
26 <colspec align="center" colname="c8" />
27
28 <colspec align="center" colname="c9" colwidth="1.5*" />
29
30 <thead valign="bottom">
31 <row>
32 <entry align="left" morerows="1">Targets</entry>
33
34 <entry align="center" nameend="c4" namest="c2">Networking
35 Features</entry>
36
37 <entry align="center" nameend="c6" namest="c5">Virtualization
38 Features</entry>
39
40 <entry align="center" nameend="c8" namest="c7">Real-Time
41 Features</entry>
42
43 <entry align="center">Memory Features</entry>
44 </row>
45
46 <row>
47 <entry align="center">OVS</entry>
48
49 <entry align="center"><superscript>a) </superscript>DVS</entry>
50
51 <entry align="center"><superscript>a) </superscript>DPDK</entry>
52
53 <entry align="center"><superscript>b)</superscript>KVM</entry>
54
55 <entry align="center"><superscript>c)</superscript>LXC</entry>
56
57 <entry align="center"><superscript>d)</superscript>CI</entry>
58
59 <entry align="center">FPK</entry>
60
61 <entry align="center"><superscript>e) </superscript>NUMA</entry>
62 </row>
63 </thead>
64
65 <tbody>
66 <row condition="t_p2041" valign="middle">
67 <entry><xi:include href="pardoc-distro.xml"
68 xmlns:xi="http://www.w3.org/2001/XInclude"
69 xpointer="element(EneaLinux_TARGET_NAME_P2041/1)" /></entry>
70
71 <entry>&#10004;</entry>
72
73 <entry>&cross;</entry>
74
75 <entry>&cross;</entry>
76
77 <entry>&#10004;</entry>
78
79 <entry>&#10004;</entry>
80
81 <entry>&#10004;</entry>
82
83 <entry>&cross;</entry>
84
85 <entry>&cross;</entry>
86 </row>
87
88 <row condition="t_p3041" valign="middle">
89 <entry><xi:include href="pardoc-distro.xml"
90 xmlns:xi="http://www.w3.org/2001/XInclude"
91 xpointer="element(EneaLinux_TARGET_NAME_P3041/1)" /></entry>
92
93 <entry>&#10004;</entry>
94
95 <entry>&cross;</entry>
96
97 <entry>&cross;</entry>
98
99 <entry>&#10004;</entry>
100
101 <entry>&#10004;</entry>
102
103 <entry>&#10004;</entry>
104
105 <entry>&cross;</entry>
106
107 <entry>&cross;</entry>
108 </row>
109
110 <row condition="t_t4240" valign="middle">
111 <entry><xi:include href="pardoc-distro.xml"
112 xmlns:xi="http://www.w3.org/2001/XInclude"
113 xpointer="element(EneaLinux_TARGET_NAME_T4240/1)" /></entry>
114
115 <entry>&#10004;</entry>
116
117 <entry>&cross;</entry>
118
119 <entry>&cross;</entry>
120
121 <entry>&#10004;</entry>
122
123 <entry>&#10004;</entry>
124
125 <entry>&#10004;</entry>
126
127 <entry>&cross;</entry>
128
129 <entry>&cross;</entry>
130 </row>
131 <row condition="qemu" valign="middle">
132 <entry>QEMU</entry>
133
134 <entry>&cross;</entry>
135
136 <entry>&cross;</entry>
137
138 <entry>&cross;</entry>
139
140 <entry>&cross;</entry>
141
142 <entry>&cross;</entry>
143
144 <entry>&cross;</entry>
145
146 <entry>&cross;</entry>
147
148 <entry>&cross;</entry>
149 </row>
150 </tbody>
151 </tgroup>
152 </informaltable>
153
154 <epigraph>
155 <para>&#10004; = supported, &cross; = not supported</para>
156 </epigraph>
157
158 <orderedlist numeration="loweralpha" spacing="compact">
159 <listitem>
160 <para>DPDK and DPDK vSwitch are supported in x86 architectures
161 only.</para>
162 </listitem>
163
164 <listitem>
165 <para>Support for KVM is included in the kernel, but necessary
166 user-space functionality is not part of this release.</para>
167 </listitem>
168
169 <listitem>
170 <para>Limited LXC support. LXC feature "user namespace" is not supported
171 in Power architectures.</para>
172 </listitem>
173
174 <listitem>
175 <para>Limited CPU Isolation support. Full tickless environment is not
176 achievable in these targets. Isolated CPUs will be disturbed by ticks
177 once a second (1 Hz). The meta-nohz layer is not part of the
178 image.</para>
179 </listitem>
180
181 <listitem>
182 <para>NUMA is not supported by ARM architectures.</para>
183 </listitem>
184 </orderedlist>
185</section>