Skip to content

Commit

Permalink
config-mpi: Built host kernel accelerator for virtio net as module (V…
Browse files Browse the repository at this point in the history
…HOST_NET=m)

> This kernel module can be loaded in host kernel to accelerate
> guest networking with virtio_net. Not to be confused with virtio_net
> module itself which needs to be loaded in guest kernel.
>
> To compile this driver as a module, choose M here: the module will
> be called vhost_net.
  • Loading branch information
pmenzel committed Jul 19, 2023
1 parent 9b4917c commit 415b450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ CONFIG_RTC_CLASS=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_INPUT=m
CONFIG_VHOST_NET=m
CONFIG_AMD_IOMMU=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON is not set
Expand Down

0 comments on commit 415b450

Please sign in to comment.