Skip to content

Commit be7fcb8

Browse files
authored
Merge pull request #68118 from SNiemann15/multiarch4021
[MULTIARCH-4021] Remove VirtIO section in IBM Z recommended host practices.
2 parents a72da7e + 35a63c3 commit be7fcb8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

modules/ibm-z-rhel-kvm-host-recommendations.adoc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,6 @@ Optimizing a KVM virtual server environment strongly depends on the workloads of
1010

1111
The following section introduces some best practices when using {product-title} with {op-system-base} KVM on {ibm-z-name} and {ibm-linuxone-name} environments.
1212

13-
[id="use-multiple-queues-for-your-virtio-network-interfaces_{context}"]
14-
== Use multiple queues for your VirtIO network interfaces
15-
16-
With multiple virtual CPUs, you can transfer packages in parallel if you provide multiple queues for incoming and outgoing packets. Use the `queues` attribute of the `driver` element to configure multiple queues. Specify an integer of at least 2 that does not exceed the number of virtual CPUs of the virtual server.
17-
18-
The following example specification configures two input and output queues for a network interface:
19-
20-
[source,xml]
21-
----
22-
<interface type="direct">
23-
<source network="net01"/>
24-
<model type="virtio"/>
25-
<driver ... queues="2"/>
26-
</interface>
27-
----
28-
29-
Multiple queues are designed to provide enhanced performance for a network interface, but they also use memory and CPU resources. Start with defining two queues for busy interfaces. Next, try two queues for interfaces with less traffic or more than two queues for busy interfaces.
30-
3113
[id="use-io-threads-for-your-virtual-block-devices_{context}"]
3214
== Use I/O threads for your virtual block devices
3315

0 commit comments

Comments
 (0)