LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Dexuan Cui <decui@microsoft.com>
Cc: "'olaf@aepfle.de'" <olaf@aepfle.de>,
Stephen Hemminger <sthemmin@microsoft.com>,
Jork Loeser <Jork.Loeser@microsoft.com>,
"'gregkh@linuxfoundation.org'" <gregkh@linuxfoundation.org>,
"'jasowang@redhat.com'" <jasowang@redhat.com>,
"'driverdev-devel@linuxdriverproject.org'"
<driverdev-devel@linuxdriverproject.org>,
"'linux-kernel@vger.kernel.org'" <linux-kernel@vger.kernel.org>,
"Michael Kelley \(EOSG\)" <Michael.H.Kelley@microsoft.com>,
"'apw@canonical.com'" <apw@canonical.com>,
"'marcelo.cerri@canonical.com'" <marcelo.cerri@canonical.com>,
"'vkuznets@redhat.com'" <vkuznets@redhat.com>
Subject: Re: [PATCH] Drivers: hv: vmbus: enable VMBus protocol version 5.0
Date: Tue, 8 May 2018 15:45:25 -0700 [thread overview]
Message-ID: <20180508154525.37b6ddee@xeon-e3> (raw)
In-Reply-To: <KL1P15301MB00067B95F6D0B3D97387E315BF9A0@KL1P15301MB0006.APCP153.PROD.OUTLOOK.COM>
On Tue, 8 May 2018 22:26:21 +0000
Dexuan Cui <decui@microsoft.com> wrote:
> --- a/drivers/hv/connection.c
> +++ b/drivers/hv/connection.c
> @@ -63,6 +63,9 @@ static __u32 vmbus_get_next_version(__u32 current_version)
> case (VERSION_WIN10):
> return VERSION_WIN8_1;
>
> + case (VERSION_WIN10_V5):
> + return VERSION_WIN10;
> +
> case (VERSION_WS2008):
In a future patch, we should get rid of the use of parenthesis on this switch
statement. Lots of other cleanup of this code is possible as well.
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
next prev parent reply other threads:[~2018-05-08 22:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-08 22:26 Dexuan Cui
2018-05-08 22:45 ` Stephen Hemminger [this message]
2018-05-08 23:06 ` Dexuan Cui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180508154525.37b6ddee@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=Jork.Loeser@microsoft.com \
--cc=Michael.H.Kelley@microsoft.com \
--cc=apw@canonical.com \
--cc=decui@microsoft.com \
--cc=driverdev-devel@linuxdriverproject.org \
--cc=gregkh@linuxfoundation.org \
--cc=jasowang@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.cerri@canonical.com \
--cc=olaf@aepfle.de \
--cc=sthemmin@microsoft.com \
--cc=vkuznets@redhat.com \
--subject='Re: [PATCH] Drivers: hv: vmbus: enable VMBus protocol version 5.0' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).