aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_std.h
AgeCommit message (Collapse)AuthorFilesLines
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi1-0/+87
Type: refactor tap, virtio and vhost use virtio/vhost header files from linux kernel. Different features are supported on different kernel versions, making it difficult to use those in VPP. This patch removes virtio/vhost based header dependencies to local header files. Change-Id: I064a8adb5cd9753c986b6f224bb075200b3856af Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>