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>
Showing
- drivers/hv/channel.c 1 addition, 1 deletiondrivers/hv/channel.c
- drivers/hv/channel_mgmt.c 7 additions, 9 deletionsdrivers/hv/channel_mgmt.c
- drivers/hv/connection.c 3 additions, 75 deletionsdrivers/hv/connection.c
- drivers/hv/hv.c 0 additions, 2 deletionsdrivers/hv/hv.c
- drivers/hv/hyperv_vmbus.h 0 additions, 1 deletiondrivers/hv/hyperv_vmbus.h
- drivers/hv/vmbus_drv.c 51 additions, 7 deletionsdrivers/hv/vmbus_drv.c
- include/linux/hyperv.h 2 additions, 1 deletioninclude/linux/hyperv.h
Loading
Please register or sign in to comment