RE: [PATCH 1/1] Drivers: hv: vmbus: Add device and vendor ID to vmbus devices

2014-12-17 Thread KY Srinivasan
bject: Re: [PATCH 1/1] Drivers: hv: vmbus: Add device and vendor ID to > vmbus devices > > On Wed, Dec 17, 2014 at 02:52:24PM -0800, K. Y. Srinivasan wrote: > > Add vendor and device ID attributes to vmbus devices. This would allow > > us to support vmbus based devices that can

Re: [PATCH 1/1] Drivers: hv: vmbus: Add device and vendor ID to vmbus devices

2014-12-17 Thread Greg KH
On Wed, Dec 17, 2014 at 02:52:24PM -0800, K. Y. Srinivasan wrote: > Add vendor and device ID attributes to vmbus devices. This would allow us to > support vmbus based devices that can support guest RDMA. > > Signed-off-by: K. Y. Srinivasan > --- > drivers/hv/vmbus_drv.c | 20 ++

[PATCH 1/1] Drivers: hv: vmbus: Add device and vendor ID to vmbus devices

2014-12-17 Thread K. Y. Srinivasan
Add vendor and device ID attributes to vmbus devices. This would allow us to support vmbus based devices that can support guest RDMA. Signed-off-by: K. Y. Srinivasan --- drivers/hv/vmbus_drv.c | 20 include/linux/hyperv.h |2 ++ 2 files changed, 22 insertions(+), 0 del