Re: [PATCH 1/1] hv_utils: Add comment about max VMbus packet size in VSS driver

From: Wei Liu
Date: Fri Feb 18 2022 - 08:08:57 EST


On Wed, Feb 09, 2022 at 08:11:10AM -0800, Michael Kelley wrote:
> The VSS driver allocates a VMbus receive buffer significantly
> larger than sizeof(hv_vss_msg), with no explanation. To help
> prevent future mistakes, add a #define and comment about why
> this is done.
>
> No functional change.
>
> Signed-off-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>

Applied to hyperv-next. Thanks.