summaryrefslogtreecommitdiff
path: root/drivers/hv/hv.c
diff options
context:
space:
mode:
authorAndrea Parri (Microsoft) <parri.andrea@gmail.com>2020-04-06 03:15:05 +0300
committerWei Liu <wei.liu@kernel.org>2020-04-23 16:17:11 +0300
commitb9fa1b8797dcb579a9642a502769e1a5c3adc0d2 (patch)
tree30c43007fbb52fdf9fe1346a0a348e881aca7c00 /drivers/hv/hv.c
parent8a857c55420f29da4fc131adc22b12d474c48f4c (diff)
downloadlinux-b9fa1b8797dcb579a9642a502769e1a5c3adc0d2.tar.xz
Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU
The offer and rescind works are currently scheduled on the so called "connect CPU". However, this is not really needed: we can synchronize the works by relying on the usage of the offer_in_progress counter and of the channel_mutex mutex. This synchronization is already in place. So, remove this unnecessary "bind to the connect CPU" constraint and update the inline comments accordingly. Suggested-by: Dexuan Cui <decui@microsoft.com> Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@gmail.com> Link: https://lore.kernel.org/r/20200406001514.19876-3-parri.andrea@gmail.com Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers/hv/hv.c')
0 files changed, 0 insertions, 0 deletions