summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-platform-guide/doc/hypervisor_virtualization.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-nfv-access-platform-guide/doc/hypervisor_virtualization.xml')
-rw-r--r--doc/book-enea-nfv-access-platform-guide/doc/hypervisor_virtualization.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/book-enea-nfv-access-platform-guide/doc/hypervisor_virtualization.xml b/doc/book-enea-nfv-access-platform-guide/doc/hypervisor_virtualization.xml
index 6242de4..f7f186c 100644
--- a/doc/book-enea-nfv-access-platform-guide/doc/hypervisor_virtualization.xml
+++ b/doc/book-enea-nfv-access-platform-guide/doc/hypervisor_virtualization.xml
@@ -440,8 +440,8 @@ $ testpmd -c 0x7 -- -i --rxq=2 --txq=2 --nb-cores=2 ...</programlisting>
440 containers by referencing the network in the guest XML file. It is 440 containers by referencing the network in the guest XML file. It is
441 possible to have a virtual network persistently running on the host by 441 possible to have a virtual network persistently running on the host by
442 starting the network with command <command>virsh net-define</command> 442 starting the network with command <command>virsh net-define</command>
443 instead of the previously mentioned <command>virsh net-create</command>. 443 instead of the previously mentioned <command>virsh
444 </para> 444 net-create</command>.</para>
445 445
446 <para>An example for the sample network defined in 446 <para>An example for the sample network defined in
447 <literal>meta-vt/recipes-example/virt-example/files/example-net.xml</literal>:</para> 447 <literal>meta-vt/recipes-example/virt-example/files/example-net.xml</literal>:</para>
@@ -462,17 +462,17 @@ $ testpmd -c 0x7 -- -i --rxq=2 --txq=2 --nb-cores=2 ...</programlisting>
462 &lt;/interface&gt;</programlisting> 462 &lt;/interface&gt;</programlisting>
463 463
464 <para>The following presented here are a few modes of network access 464 <para>The following presented here are a few modes of network access
465 from guest using virsh:</para> 465 from guest using <command>virsh</command>:</para>
466 466
467 <itemizedlist> 467 <itemizedlist>
468 <listitem> 468 <listitem>
469 <para><emphasis role="bold">vhost-user interface</emphasis></para> 469 <para><emphasis role="bold">vhost-user interface</emphasis></para>
470 470
471 <para>See Openvswitch chapter on how to create vhost-user interface 471 <para>See the Open vSwitch chapter on how to create vhost-user
472 using OpenVSwitch. Currently there is no Open vSwitch support for 472 interface using Open vSwitch. Currently there is no Open vSwitch
473 networks that are managed by libvirt (e.g. NAT). As of now, only 473 support for networks that are managed by libvirt (e.g. NAT). As of
474 bridged networks are supported (those where the user has to manually 474 now, only bridged networks are supported (those where the user has
475 create the bridge).</para> 475 to manually create the bridge).</para>
476 476
477 <programlisting> &lt;interface type='vhostuser'&gt; 477 <programlisting> &lt;interface type='vhostuser'&gt;
478 &lt;mac address='00:00:00:00:00:01'/&gt; 478 &lt;mac address='00:00:00:00:00:01'/&gt;