Show Table of Contents
5.5. Batching Network Packets
In configurations with a long transmission path, batching packets before submitting them to the kernel may improve cache utilization.
To configure the maximum number of packets that can be batched where N is the maximum number of packets to batch:
# ethtool -C $tap rx-frames N
To provide support for
tun/tap rx batching for type='bridge' or type='network' interfaces, add a snippet similar to the following to the domain XML file.
...
<devices>
<interface type='network'>
<source network='default'/>
<target dev='vnet0'/>
<coalesce>
<rx>
<frames max='7'/>
</rx>
</coalesce>
</interface>
</devices>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.