android_kernel_samsung_univ.../drivers/hv
Vitaly Kuznetsov 242f31221d Drivers: hv: fcopy: process deferred messages when we complete the transaction
In theory, the host is not supposed to issue any requests before be reply to
the previous one. In KVP we, however, support the following scenarios:
1) A message was received before userspace daemon registered;
2) A message was received while the previous one is still being processed.
In FCOPY we support only the former. Add support for the later, use
hv_poll_channel() to do the job.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Tested-by: Alex Ng <alexng@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-24 12:17:40 -07:00
..
channel_mgmt.c hv: remove the per-channel workqueue 2015-04-03 16:18:02 +02:00
channel.c Drivers: hv: vmbus: Fix a siganlling host signalling issue 2015-03-25 11:53:55 +01:00
connection.c hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg() 2015-04-03 16:18:02 +02:00
hv_balloon.c Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case 2015-04-03 16:20:12 +02:00
hv_fcopy.c Drivers: hv: fcopy: process deferred messages when we complete the transaction 2015-05-24 12:17:40 -07:00
hv_kvp.c Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h 2015-05-24 12:17:40 -07:00
hv_snapshot.c Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h 2015-05-24 12:17:40 -07:00
hv_util.c
hv.c
hyperv_vmbus.h Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h 2015-05-24 12:17:40 -07:00
Kconfig
Makefile
ring_buffer.c
vmbus_drv.c hv: run non-blocking message handlers in the dispatch tasklet 2015-04-03 16:18:01 +02:00