summaryrefslogtreecommitdiffstats
path: root/documentation/docsrc_common/feature_matrix.xml
blob: 0fd2b79a8d2e14350d4a7e2ccb87c7496de5ab73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<section id="feature-matrix">
  <title>Feature Compatibility Matrix</title>

  <para>The following features are supported in Enea Linux. Limitations are
  explained below the table.</para>

  <informaltable>
    <tgroup cols="9">
      <colspec colname="c1" colwidth="4*" />

      <colspec align="center" colname="c2" />

      <colspec align="center" colname="c3" />

      <colspec align="center" colname="c4" />

      <colspec align="center" colname="c5" />

      <colspec align="center" colname="c6" />

      <colspec align="center" colname="c7" />

      <colspec align="center" colname="c8" />

      <colspec align="center" colname="c9" colwidth="1.5*" />

      <thead valign="bottom">
        <row>
          <entry align="left" morerows="1">Targets</entry>

          <entry align="center" nameend="c4" namest="c2">Networking
          Features</entry>

          <entry align="center" nameend="c6" namest="c5">Virtualization
          Features</entry>

          <entry align="center" nameend="c8" namest="c7">Real-Time
          Features</entry>

          <entry align="center">Memory Features</entry>
        </row>

        <row>
          <entry align="center">OVS</entry>

          <entry align="center"><superscript>a) </superscript>DVS</entry>

          <entry align="center"><superscript>a) </superscript>DPDK</entry>

          <entry align="center"><superscript>b)</superscript>KVM</entry>

          <entry align="center"><superscript>c)</superscript>LXC</entry>

          <entry align="center"><superscript>d)</superscript>CI</entry>

          <entry align="center">FPK</entry>

          <entry align="center"><superscript>e) </superscript>NUMA</entry>
        </row>
      </thead>

      <tbody>
        <row condition="t_p2041" valign="middle">
          <entry><xi:include href="pardoc-distro.xml"
        xmlns:xi="http://www.w3.org/2001/XInclude"
        xpointer="element(EneaLinux_TARGET_NAME_P2041/1)" /></entry>

          <entry>&#10004;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&#10004;</entry>

          <entry>&#10004;</entry>

          <entry>&#10004;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>
        </row>

        <row condition="t_p3041" valign="middle">
          <entry><xi:include href="pardoc-distro.xml"
        xmlns:xi="http://www.w3.org/2001/XInclude"
        xpointer="element(EneaLinux_TARGET_NAME_P3041/1)" /></entry>

          <entry>&#10004;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&#10004;</entry>

          <entry>&#10004;</entry>

          <entry>&#10004;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>
        </row>

        <row condition="t_t4240" valign="middle">
          <entry><xi:include href="pardoc-distro.xml"
        xmlns:xi="http://www.w3.org/2001/XInclude"
        xpointer="element(EneaLinux_TARGET_NAME_T4240/1)" /></entry>

          <entry>&#10004;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&#10004;</entry>

          <entry>&#10004;</entry>

          <entry>&#10004;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>
        </row>
        <row condition="qemu" valign="middle">
          <entry>QEMU</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>

          <entry>&cross;</entry>
        </row>
      </tbody>
    </tgroup>
  </informaltable>

  <epigraph>
    <para>&#10004; = supported, &cross; = not supported</para>
  </epigraph>

  <orderedlist numeration="loweralpha" spacing="compact">
    <listitem>
      <para>DPDK and DPDK vSwitch are supported in x86 architectures
      only.</para>
    </listitem>

    <listitem>
      <para>Support for KVM is included in the kernel, but necessary
      user-space functionality is not part of this release.</para>
    </listitem>

    <listitem>
      <para>Limited LXC support. LXC feature "user namespace" is not supported
      in Power architectures.</para>
    </listitem>

    <listitem>
      <para>Limited CPU Isolation support. Full tickless environment is not
      achievable in these targets. Isolated CPUs will be disturbed by ticks
      once a second (1 Hz). The meta-nohz layer is not part of the
      image.</para>
    </listitem>

    <listitem>
      <para>NUMA is not supported by ARM architectures.</para>
    </listitem>
  </orderedlist>
</section>