Re: [PATCH 1/2] Drivers: hv: vmbus: Introduce table of VMBus protocol versions

From: Andrea Parri
Date: Tue Oct 08 2019 - 08:42:39 EST


On Mon, Oct 07, 2019 at 05:25:18PM +0000, Dexuan Cui wrote:
> > From: linux-hyperv-owner@xxxxxxxxxxxxxxx
> > <linux-hyperv-owner@xxxxxxxxxxxxxxx> On Behalf Of Andrea Parri
> > Sent: Monday, October 7, 2019 9:31 AM
> > ....
> > +/*
> > + * Table of VMBus versions listed from newest to oldest; the table
> > + * must terminate with VERSION_INVAL.
> > + */
> > +__u32 vmbus_versions[] = {
> > + VERSION_WIN10_V5,
>
> This should be "static"?

I think so, will add in v2. Thank you for pointing this out, Dexuan.

Andrea