[PATCH 00/14] hv: vmbus cleanup patches

Stephen Hemminger sthemmin at microsoft.com
Mon Jan 30 17:13:37 UTC 2017


Why don't I rebase (on char-misc-next) and put the functional patches in first then the cleanups

-----Original Message-----
From: KY Srinivasan 
Sent: Saturday, January 28, 2017 10:09 AM
To: Stephen Hemminger <stephen at networkplumber.org>; Haiyang Zhang <haiyangz at microsoft.com>
Cc: devel at linuxdriverproject.org; Stephen Hemminger <sthemmin at microsoft.com>
Subject: RE: [PATCH 00/14] hv: vmbus cleanup patches



> -----Original Message-----
> From: Stephen Hemminger [mailto:stephen at networkplumber.org]
> Sent: Monday, January 23, 2017 5:40 PM
> To: KY Srinivasan <kys at microsoft.com>; Haiyang Zhang 
> <haiyangz at microsoft.com>
> Cc: devel at linuxdriverproject.org; Stephen Hemminger 
> <sthemmin at microsoft.com>
> Subject: [PATCH 00/14] hv: vmbus cleanup patches
> 
> No new functionality in this set. It just involves removing unused 
> argments, no longer used code, and style fixes
> 
> Stephen Hemminger (14):
>   vmbus: remove useless return's
>   vmbus: constify parameters where possible
>   vmbus: use kernel bitops for traversing interrupt mask
>   vmbus: eliminate unnecessary wrapper functions
>   vmbus: drop no longer used kick_q argument
>   vmbus: remove no longer used signal_policy
>   vmbus: remove conditional locking of vmbus_write
>   vmbus: remove unused kickq argument to sendpacket
>   vmbus: remove unnecessary initialization
>   vmbus: fix spelling errors
>   netvsc: remove no longer needed receive staging buffers
>   vmbus: remove per channel state
>   vmbus: callback is in softirq not workqueue
>   vmbus: remove empty function
> 
>  drivers/hv/channel.c              |  53 +++++++------------
>  drivers/hv/channel_mgmt.c         |   1 -
>  drivers/hv/connection.c           |  55 +++++++-------------
>  drivers/hv/hv.c                   |  10 ----
>  drivers/hv/hv_balloon.c           |   2 -
>  drivers/hv/hv_fcopy.c             |   2 -
>  drivers/hv/hv_kvp.c               |  12 ++---
>  drivers/hv/hv_snapshot.c          |   2 -
>  drivers/hv/hyperv_vmbus.h         |  26 +++++-----
>  drivers/hv/ring_buffer.c          |  93 ++++++++++------------------------
>  drivers/hv/vmbus_drv.c            |  12 +----
>  drivers/net/hyperv/hyperv_net.h   |   5 --
>  drivers/net/hyperv/netvsc.c       | 104 +++++---------------------------------
>  drivers/net/hyperv/rndis_filter.c |  11 ----
>  include/linux/hyperv.h            |  72 ++++----------------------
>  15 files changed, 104 insertions(+), 356 deletions(-)

Stephen, I only got the first 10 patches of this series. Can you please resend the series.

Regards,

K. Y
> 
> --
> 2.11.0



More information about the devel mailing list