T5281: Add kernel options for vhost-net

The kernel 'vhost-net' options required for creating TAP devices

vpp# create tap
create tap: open '/dev/vhost-net': No such file or directory
vpp#
vpp# create tap id 1 host-if-name tap1
create tap: open '/dev/vhost-net': No such file or directory
vpp#
This commit is contained in:
Viacheslav Hletenko 2023-06-12 11:16:12 +00:00
parent 4b9ade1328
commit 7d7ccd1e3f

View File

@ -4880,6 +4880,11 @@ CONFIG_VIRTIO_MMIO=m
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
# CONFIG_VDPA is not set
# CONFIG_VHOST_MENU is not set
CONFIG_VHOST_RING=m
CONFIG_VHOST_NET=m
CONFIG_VHOST_SCSI=m
CONFIG_VHOST_VSOCK=m
CONFIG_VHOST=m
#
# Microsoft Hyper-V guest support