提交 f8ec272d 编写于 作者: M Michal Privoznik

docs: Document <sndbuf/>

This element has been introduced in fe053dbe, but isn't
documented yet. After exactly 6 years I guess we can finally
document it.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 6832fb4b
...@@ -4975,6 +4975,9 @@ qemu-kvm -net nic,model=? /dev/null ...@@ -4975,6 +4975,9 @@ qemu-kvm -net nic,model=? /dev/null
&lt;model type='virtio'/&gt; &lt;model type='virtio'/&gt;
<b>&lt;backend tap='/dev/net/tun' vhost='/dev/vhost-net'/&gt;</b> <b>&lt;backend tap='/dev/net/tun' vhost='/dev/vhost-net'/&gt;</b>
&lt;driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off' queues='5'/&gt; &lt;driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off' queues='5'/&gt;
<b>&lt;tune&gt;
&lt;sndbuf&gt;1600&lt;/sndbuf&gt;
&lt;/tune&gt;</b>
&lt;/interface&gt; &lt;/interface&gt;
&lt;/devices&gt; &lt;/devices&gt;
...</pre> ...</pre>
...@@ -4985,7 +4988,12 @@ qemu-kvm -net nic,model=? /dev/null ...@@ -4985,7 +4988,12 @@ qemu-kvm -net nic,model=? /dev/null
device path (<code>/dev/vhost-net</code>) for devices with <code>virtio</code> model. device path (<code>/dev/vhost-net</code>) for devices with <code>virtio</code> model.
The <code>tap</code> attribute overrides the tun/tap device path (default: The <code>tap</code> attribute overrides the tun/tap device path (default:
<code>/dev/net/tun</code>) for network and bridge interfaces. This does not work <code>/dev/net/tun</code>) for network and bridge interfaces. This does not work
in session mode. in session mode. <span class="since">Since 1.2.9</span>
</p>
<p>
For tap devices there is also <code>sndbuf</code> element which can
adjust the size of send buffer in the host. <span class="since">Since
0.8.8</span>
</p> </p>
<h5><a name="elementsNICSTargetOverride">Overriding the target element</a></h5> <h5><a name="elementsNICSTargetOverride">Overriding the target element</a></h5>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册