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 v2 - revise documentation files as well Stephen Hemminger (11): vmbus: make channel attributes static vmbus: fix ABI documentation vmbus: add monitor_id and subchannel_id to sysfs per channel uio_hv_generic: fix documentation and 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 Documentation/ABI/stable/sysfs-bus-vmbus | 53 ++++-- Documentation/driver-api/uio-howto.rst | 31 +++- drivers/hv/vmbus_drv.c | 35 +++- drivers/uio/uio_hv_generic.c | 300 +++++++++++++++++++++++++++---- 4 files changed, 348 insertions(+), 71 deletions(-) -- 2.15.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel