[PATCH 00/10] hyperv bus and uio driver support improvements

Stephen Hemminger stephen at networkplumber.org
Thu Jan 4 22:13:24 UTC 2018


These patches improve vmbus sysfs support for better management and
make the UIO hyperv driver usable. The original version did not enough
functionality to support userspace network drivers. Needed support
of send/receive buffers and sub channels.

Patches against current char-misc-next

Stephen Hemminger (10):
  vmbus: make channel attributes static
  vmbus: add monitor_id and subchannel_id to sysfs per channel
  uio_hv_generic: fix configuration comments
  uio_hv_generic: use standard mmap for resources
  uio_hv_generic: make ring size configurable
  uio_hv_generic: create send and receive buffers
  uio_hv_generic: use ISR callback method
  uio_hv_generic: check that host supports monitor page
  uio_hv_generic: add rescind support
  uio_hv_generic: support sub-channels

 drivers/hv/vmbus_drv.c       |  35 +++--
 drivers/uio/uio_hv_generic.c | 300 +++++++++++++++++++++++++++++++++++++------
 2 files changed, 287 insertions(+), 48 deletions(-)

-- 
2.15.1



More information about the devel mailing list