aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/vmbus
AgeCommit message (Collapse)AuthorFilesLines
2018-12-19vlib: support Hyper-v/Azure VMBusStephen Hemminger2-0/+93
This patch adds support for VMBus to the VPP infrastructure. Since the only device that matters is the netvsc Poll Mode Driver in DPDK, the infrastructure is much simpler than PCI. Change-Id: Ie96c897ad9c426716c2398e4528688ce2217419b Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>