]> git.baikalelectronics.ru Git - kernel.git/commit
vmbus: change to per channel tasklet
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 12 Feb 2017 06:02:20 +0000 (23:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2017 18:20:35 +0000 (10:20 -0800)
commite1f7bb71a1c2c3129541ebd23305ccac33560bca
tree9d207333ca07e73282e8c7e8a4c36cf73f0d7b63
parent189334a160ef0c766965c86d01edd3bc677340c8
vmbus: change to per channel tasklet

Make the event handling tasklet per channel rather than per-cpu.
This allows for better fairness when getting lots of data on the same
cpu.

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>
drivers/hv/channel.c
drivers/hv/channel_mgmt.c
drivers/hv/connection.c
drivers/hv/hv.c
drivers/hv/hyperv_vmbus.h
drivers/hv/vmbus_drv.c
include/linux/hyperv.h