Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1737166

[PATCH 0/2] Drivers: hv: vmbus: Add additional per-channel sysfs info

From kys@exchange.microsoft.com
Newsgroups linux.kernel
Subject [PATCH 0/2] Drivers: hv: vmbus: Add additional per-channel sysfs info
Date 2017-09-22 06:00 +0200
Message-ID <usni9-1cy-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: "K. Y. Srinivasan" <kys@microsoft.com>

Add additional per-channel sysfs information to help debug performance
issues.

Greg, please apply this patch-set to 4.15-rc1.

Stephen Hemminger (2):
  vmbus: add per-channel sysfs info
  Drivers: hv: vmbus: Expose per-channel interrupts and events counters

 Documentation/ABI/stable/sysfs-bus-vmbus |  70 +++++++++++
 drivers/hv/channel_mgmt.c                |  10 +-
 drivers/hv/connection.c                  |   2 +
 drivers/hv/hyperv_vmbus.h                |   2 +
 drivers/hv/vmbus_drv.c                   | 203 +++++++++++++++++++++++++++++--
 include/linux/hyperv.h                   |  10 ++
 6 files changed, 284 insertions(+), 13 deletions(-)

-- 
2.14.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Drivers: hv: vmbus: Add additional per-channel sysfs info  kys@exchange.microsoft.com - 2017-09-22 06:00 +0200
  [PATCH 2/2] Drivers: hv: vmbus: Expose per-channel interrupts and events counters kys@exchange.microsoft.com - 2017-09-22 06:10 +0200
  [PATCH 1/2] vmbus: add per-channel sysfs info kys@exchange.microsoft.com - 2017-09-22 06:10 +0200

csiph-web