commit | b81658cf5d44e07c70c93e3b2aefe848eaaba99f | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Sat Aug 01 16:08:14 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 04 22:28:39 2015 -0700 |
tree | 5d8545ecd67e5a16683e05c84547cab9364ee1ec | |
parent | b6ddeae1603dfa55e857ba1520f5acea83f8cf1c [diff] |
Drivers: hv: vmbus: Permit sending of packets without payload The guest may have to send a completion packet back to the host. To support this usage, permit sending a packet without a payload - we would be only sending the descriptor in this case. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>