diff options
author | Sona Sarmadi <sona.sarmadi@enea.com> | 2017-12-13 08:55:29 +0100 |
---|---|---|
committer | Sona Sarmadi <sona.sarmadi@enea.com> | 2017-12-13 08:55:29 +0100 |
commit | 8c6095a83672490c0f523c1e3adf718bb44d073a (patch) | |
tree | 8231d6abb3a0483c55bcf79d54dacc6740a181fc | |
parent | 00f2605cdfac0c1447018dae10b28fc24692e485 (diff) | |
download | nfv-access-documentation-8c6095a83672490c0f523c1e3adf718bb44d073a.tar.gz |
Fixed some encoding issues.
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r-- | doc/book-enea-nfv-access-guide/doc/overview.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/book-enea-nfv-access-guide/doc/overview.xml b/doc/book-enea-nfv-access-guide/doc/overview.xml index e19d4c4..d81087a 100644 --- a/doc/book-enea-nfv-access-guide/doc/overview.xml +++ b/doc/book-enea-nfv-access-guide/doc/overview.xml | |||
@@ -1,4 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | 3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
4 | <chapter id="overview"> | 4 | <chapter id="overview"> |
@@ -21,8 +21,8 @@ | |||
21 | edge. It supports multiple architectures and scales from small white box | 21 | edge. It supports multiple architectures and scales from small white box |
22 | edge devices up to high-end network servers. Thanks to the streamlined | 22 | edge devices up to high-end network servers. Thanks to the streamlined |
23 | footprint, Enea NFV Access can be deployed on systems as small as single | 23 | footprint, Enea NFV Access can be deployed on systems as small as single |
24 | 2-core ARM devices. It scales up to clustered 24 core OCTEON TX™ ARM Micro | 24 | 2-core ARM devices. It scales up to clustered 24 core OCTEON TX™ ARM |
25 | servers and beyond, allowing multiple VNFs on the same machine, and | 25 | Micro-servers and beyond, allowing multiple VNFs on the same machine, and |
26 | eliminating the need to use different virtualization software for | 26 | eliminating the need to use different virtualization software for |
27 | different hardware platforms, saving costs through single source | 27 | different hardware platforms, saving costs through single source |
28 | provisioning.</para> | 28 | provisioning.</para> |
@@ -78,28 +78,28 @@ | |||
78 | 78 | ||
79 | <itemizedlist> | 79 | <itemizedlist> |
80 | <listitem> | 80 | <listitem> |
81 | <para>Linux Kernel – Optimized Linux kernel with the focus on vCPE | 81 | <para>Linux Kernel - Optimized Linux kernel with the focus on vCPE |
82 | systems characteristics.</para> | 82 | systems characteristics.</para> |
83 | </listitem> | 83 | </listitem> |
84 | 84 | ||
85 | <listitem> | 85 | <listitem> |
86 | <para>KVM – Virtualization with virtual machines. KVM is the standard | 86 | <para>KVM - Virtualization with virtual machines. KVM is the standard |
87 | virtualization engine for Linux based systems.</para> | 87 | virtualization engine for Linux based systems.</para> |
88 | </listitem> | 88 | </listitem> |
89 | 89 | ||
90 | <listitem> | 90 | <listitem> |
91 | <para>Docker – Docker provides a lightweight configuration using | 91 | <para>Docker - Docker provides a lightweight configuration using |
92 | containers. Docker is the standard platform for container | 92 | containers. Docker is the standard platform for container |
93 | virtualization.</para> | 93 | virtualization.</para> |
94 | </listitem> | 94 | </listitem> |
95 | 95 | ||
96 | <listitem> | 96 | <listitem> |
97 | <para>Virtual switching – Optimized OVS-DPDK provides high throughput | 97 | <para>Virtual switching - Optimized OVS-DPDK provides high throughput |
98 | and low latency.</para> | 98 | and low latency.</para> |
99 | </listitem> | 99 | </listitem> |
100 | 100 | ||
101 | <listitem> | 101 | <listitem> |
102 | <para>Edge Link – Edge Link provides interfaces to orchestration for | 102 | <para>Edge Link - Edge Link provides interfaces to orchestration for |
103 | centralized VNF lifecycle management and service function | 103 | centralized VNF lifecycle management and service function |
104 | chaining:</para> | 104 | chaining:</para> |
105 | 105 | ||
@@ -123,26 +123,26 @@ | |||
123 | </listitem> | 123 | </listitem> |
124 | 124 | ||
125 | <listitem> | 125 | <listitem> |
126 | <para>APT packet management – Feature rich repository of prebuilt open | 126 | <para>APT packet management - Feature rich repository of prebuilt open |
127 | source packages for extending and adapting the platform using APT | 127 | source packages for extending and adapting the platform using APT |
128 | Package Management.</para> | 128 | Package Management.</para> |
129 | </listitem> | 129 | </listitem> |
130 | 130 | ||
131 | <listitem> | 131 | <listitem> |
132 | <para>CLI based VNF management – CLI access over virsh and | 132 | <para>CLI based VNF management - CLI access over virsh and |
133 | libvirt.</para> | 133 | libvirt.</para> |
134 | </listitem> | 134 | </listitem> |
135 | 135 | ||
136 | <listitem> | 136 | <listitem> |
137 | <para>FCAPS framework – The device management framework for managing | 137 | <para>FCAPS framework - The device management framework for managing |
138 | the platform is capable of providing full FCAPS functionality to | 138 | the platform is capable of providing full FCAPS functionality to |
139 | orchestration or network management systems.</para> | 139 | orchestration or network management systems.</para> |
140 | </listitem> | 140 | </listitem> |
141 | 141 | ||
142 | <listitem> | 142 | <listitem> |
143 | <para>Data plane – High performance data plane that includes the | 143 | <para>Data plane - High performance data plane that includes the |
144 | following optimized data plane DPDK driver.</para> | 144 | following optimized data plane DPDK driver.</para> |
145 | </listitem> | 145 | </listitem> |
146 | </itemizedlist> | 146 | </itemizedlist> |
147 | </section> | 147 | </section> |
148 | </chapter> | 148 | </chapter> \ No newline at end of file |