Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - V index
The Linux kernel configuration item CONFIG_VHOST_NET
has multiple definitions:
drivers/vhost/Kconfig
The configuration item CONFIG_VHOST_NET:
CONFIG_NET && CONFIG_EVENTFD && ( CONFIG_TUN || ! CONFIG_TUN ) && ( CONFIG_TAP || ! CONFIG_TAP )
vhost_net
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.
drivers/vhost/Kconfig
The configuration item CONFIG_VHOST_NET:
CONFIG_NET && CONFIG_EVENTFD && ( CONFIG_TUN || ! CONFIG_TUN ) && ( CONFIG_MACVTAP || ! CONFIG_MACVTAP ) && CONFIG_EXPERIMENTAL
vhost_net
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.
Raw data from LKDDb:
lkddb module vhost_net CONFIG_VHOST_NET : drivers/vhost/Kconfig : "Host kernel accelerator for virtio net" # in 2.6.34–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - V index
Automatically generated (in year 2025). See also LKDDb sources on GitLab