RE: [PATCH v2 2/3] Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RESPONSE

From: Michael Kelley
Date: Wed Apr 14 2021 - 14:26:54 EST


From: Andrea Parri (Microsoft) <parri.andrea@xxxxxxxxx> Sent: Wednesday, April 14, 2021 8:01 AM
>
> Introduce the CHANNELMSG_MODIFYCHANNEL_RESPONSE message type, and code
> to receive and process such a message.
>
> Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@xxxxxxxxx>
> ---
> drivers/hv/channel.c | 99 ++++++++++++++++++++++++++++++++-------
> drivers/hv/channel_mgmt.c | 42 +++++++++++++++++
> drivers/hv/hv_trace.h | 15 ++++++
> drivers/hv/vmbus_drv.c | 4 +-
> include/linux/hyperv.h | 11 ++++-
> 5 files changed, 152 insertions(+), 19 deletions(-)
>

Reviewed-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>