RE: [PATCH v3 06/12] Drivers: hv: vmbus: Add a helper function is_sub_channel()

2019-08-23 Thread Michael Kelley
From: Dexuan Cui Sent: Monday, August 19, 2019 6:52 PM > > The existing method of telling if a channel is sub-channel in > vmbus_process_offer() is cumbersome. This new simple helper function > is preferred in future. > > Signed-off-by: Dexuan Cui > --- > include/linux/hyperv.h | 10 +-

[PATCH v3 06/12] Drivers: hv: vmbus: Add a helper function is_sub_channel()

2019-08-19 Thread Dexuan Cui
The existing method of telling if a channel is sub-channel in vmbus_process_offer() is cumbersome. This new simple helper function is preferred in future. Signed-off-by: Dexuan Cui --- include/linux/hyperv.h | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/include/li