public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Drivers: hv: Fix CPU assignment for FC devices
@ 2015-12-16  0:26 K. Y. Srinivasan
  2015-12-16  0:27 ` [PATCH 1/3] Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy K. Y. Srinivasan
  0 siblings, 1 reply; 9+ messages in thread
From: K. Y. Srinivasan @ 2015-12-16  0:26 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets, jasowang
  Cc: K. Y. Srinivasan

Currently all channels of a Fibre channel device are being bound to CPU 0.
Correct this by including Fibre Channel devices in the list of
performance critical devices. Also included is a patch to correct the
returned error code for util drivers as well as cleanup of the
vmbus signaling function.

K. Y. Srinivasan (2):
  Drivers: hv: vmbus: Treat Fibre Channel devices as performance
    critical
  Drivers: hv: vmbus: Cleanup vmbus_set_event()

Vitaly Kuznetsov (1):
  Drivers: hv: utils: fix hvt_op_poll() return value on transport
    destroy

 drivers/hv/channel_mgmt.c       |    3 +++
 drivers/hv/connection.c         |    4 ++--
 drivers/hv/hv.c                 |   16 ----------------
 drivers/hv/hv_utils_transport.c |    2 +-
 drivers/hv/hyperv_vmbus.h       |    4 +---
 5 files changed, 7 insertions(+), 22 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-12-21 21:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16  0:26 [PATCH 0/3] Drivers: hv: Fix CPU assignment for FC devices K. Y. Srinivasan
2015-12-16  0:27 ` [PATCH 1/3] Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy K. Y. Srinivasan
2015-12-16  0:27   ` [PATCH 2/3] Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical K. Y. Srinivasan
2015-12-16  0:27   ` [PATCH 3/3] Drivers: hv: vmbus: Cleanup vmbus_set_event() K. Y. Srinivasan
2015-12-21 21:09     ` Greg KH
2015-12-21 21:24       ` KY Srinivasan
2015-12-16  6:37   ` [PATCH 1/3] Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy Dexuan Cui
2015-12-16 10:19     ` Vitaly Kuznetsov
2015-12-16 10:41       ` Dexuan Cui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox