Re: [PATCH 02/10] vmbus: add monitor_id and subchannel_id to sysfs per channel

2018-01-09 Thread Greg KH
On Thu, Jan 04, 2018 at 02:13:26PM -0800, Stephen Hemminger wrote: > Useful to identify which network queue is associated with > which vmbus channel. > > Signed-off-by: Stephen Hemminger > --- > drivers/hv/vmbus_drv.c | 17 + > 1 file changed, 17 insertions(+) No Documentation/A

[PATCH 02/10] vmbus: add monitor_id and subchannel_id to sysfs per channel

2018-01-04 Thread Stephen Hemminger
Useful to identify which network queue is associated with which vmbus channel. Signed-off-by: Stephen Hemminger --- drivers/hv/vmbus_drv.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 74e256db7d57..91cba71c0113 10064