Blame view

drivers/vhost/Kconfig 472 Bytes
3a4d5c94e   Michael S. Tsirkin   vhost_net: a kern...
1
2
  config VHOST_NET
  	tristate "Host kernel accelerator for virtio net (EXPERIMENTAL)"
501c774cb   Arnd Bergmann   net/macvtap: add ...
3
  	depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP) && EXPERIMENTAL
3a4d5c94e   Michael S. Tsirkin   vhost_net: a kern...
4
5
6
7
8
9
10
  	---help---
  	  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.