mbox

Libvirt: load vhost_net before libvirtd start.

Message ID 1471166701-820-1-git-send-email-jonatan.schlag@ipfire.org
State Accepted
Commit a07b8a2d554234780b95b0f2d005e5fa3a8df8ac
Headers

Message

Jonatan Schlag Aug. 14, 2016, 7:25 p.m. UTC
  If the  kernel module vhot_net is loaded, the performance of virtio
networking is better then without vhost_net.
So the module is loaded before libvirtd ist started to get the benefit
of vhost_net.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 lfs/libvirt                     | 2 +-
 src/initscripts/init.d/libvirtd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)