From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751990AbdJDIsc (ORCPT ); Wed, 4 Oct 2017 04:48:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57892 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751736AbdJDIs1 (ORCPT ); Wed, 4 Oct 2017 04:48:27 -0400 Date: Wed, 4 Oct 2017 10:48:35 +0200 From: Greg KH To: kys@microsoft.com Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com, leann.ogasawara@canonical.com, marcelo.cerri@canonical.com, sthemmin@microsoft.com Subject: Re: [PATCH 2/2] Drivers: hv: vmbus: Expose per-channel interrupts and events counters Message-ID: <20171004084835.GA5792@kroah.com> References: <20170922035127.6610-1-kys@exchange.microsoft.com> <20170922035850.6689-1-kys@exchange.microsoft.com> <20170922035850.6689-2-kys@exchange.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170922035850.6689-2-kys@exchange.microsoft.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 21, 2017 at 08:58:50PM -0700, kys@exchange.microsoft.com wrote: > From: Stephen Hemminger > > 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 > Signed-off-by: K. Y. Srinivasan > --- > 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