Re: [PATCH 2/2] Drivers: hv: vmbus: Expose per-channel interrupts and events counters

From: Greg KH
Date: Wed Oct 04 2017 - 04:48:35 EST


On Thu, Sep 21, 2017 at 08:58:50PM -0700, kys@xxxxxxxxxxxxxxxxxxxxxx wrote:
> From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
>
> When investigating performance, it is useful to be able to look at
> the number of host and guest events per-channel. This is equivalent
> to per-device interrupt statistics.
>
> Signed-off-by: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>
> Signed-off-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx>
> ---
> Documentation/ABI/stable/sysfs-bus-vmbus | 14 ++++++++++++++
> drivers/hv/connection.c | 2 ++
> drivers/hv/vmbus_drv.c | 18 ++++++++++++++++++
> include/linux/hyperv.h | 4 ++++
> 4 files changed, 38 insertions(+)

This patch didn't apply to my tree, can you rebase and resend it?

thanks,

greg k-h