]> git.karo-electronics.de Git - linux-beck.git/commit
uio-hv-generic: new userspace i/o driver for VMBus
authorStephen Hemminger <sthemmin@microsoft.com>
Sat, 3 Dec 2016 20:34:40 +0000 (12:34 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 10:52:49 +0000 (11:52 +0100)
commit95096f2fbd10186d3e78a328b327afc71428f65f
tree5f6478dea3a9ca8d99652736c99691b3de219c4f
parentfc76936d3ea5720a6e0948a08381b803a68deb28
uio-hv-generic: new userspace i/o driver for VMBus

This is a new driver to enable userspace networking on VMBus.
It is based largely on the similar driver that already exists
for PCI, and earlier work done by Brocade to support DPDK.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
drivers/hv/connection.c
drivers/uio/Kconfig
drivers/uio/Makefile
drivers/uio/uio_hv_generic.c [new file with mode: 0644]