Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1653526 > unrolled thread
| Started by | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| First post | 2017-05-30 21:50 +0200 |
| Last post | 2017-05-31 00:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH-v2 0/5] Hyper-V vPCI: use vPCI protocol version 1.2 Bjorn Helgaas <helgaas@kernel.org> - 2017-05-30 21:50 +0200
RE: [PATCH-v2 0/5] Hyper-V vPCI: use vPCI protocol version 1.2 KY Srinivasan <kys@microsoft.com> - 2017-05-31 00:20 +0200
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Date | 2017-05-30 21:50 +0200 |
| Subject | Re: [PATCH-v2 0/5] Hyper-V vPCI: use vPCI protocol version 1.2 |
| Message-ID | <tMVjs-34l-11@gated-at.bofh.it> |
On Wed, May 24, 2017 at 01:41:23PM -0700, Jork Loeser wrote: > From: Jork Loeser <jloeser@microsoft.com> > > Update the Hyper-V vPCI driver to use the Server-2016 version of the vPCI > protocol, fixing MSI creation and retargeting issues. > > Changes since v1: > - reduced spew in protocol negotiation (Dan Carpenter) > - work-around work racing Hyper-V patch (Stephen Hemminger) > - formatting (Dan) > > Jork Loeser (5): > Hyper-V vPCI: Minor format and semantic fix > Hyper-V vPCI: Use page allocation for hbus structure > PCI-HyperV vPCI: Temporary own CPU-number-to-vCPU-number infra > Hyper-V vPCI: Add vPCI version protocol negotiation > Hyper-V vPCI: use vPCI protocol version 1.2 > > arch/x86/include/uapi/asm/hyperv.h | 6 + > drivers/pci/host/pci-hyperv.c | 445 ++++++++++++++++++++++++++++++------- > 2 files changed, 370 insertions(+), 81 deletions(-) Waiting for a maintainer ack: Hyper-V CORE AND DRIVERS M: "K. Y. Srinivasan" <kys@microsoft.com> M: Haiyang Zhang <haiyangz@microsoft.com> M: Stephen Hemminger <sthemmin@microsoft.com> ... F: drivers/pci/host/pci-hyperv.c
[toc] | [next] | [standalone]
| From | KY Srinivasan <kys@microsoft.com> |
|---|---|
| Date | 2017-05-31 00:20 +0200 |
| Message-ID | <tMXEC-4Ei-23@gated-at.bofh.it> |
| In reply to | #1653526 |
> -----Original Message----- > From: devel [mailto:driverdev-devel-bounces@linuxdriverproject.org] On > Behalf Of Bjorn Helgaas > Sent: Tuesday, May 30, 2017 12:45 PM > To: Jork Loeser <Jork.Loeser@microsoft.com> > Cc: olaf@aepfle.de; Stephen Hemminger <sthemmin@microsoft.com>; > linux-pci@vger.kernel.org; jasowang@redhat.com; linux- > kernel@vger.kernel.org; marcelo.cerri@canonical.com; apw@canonical.com; > devel@linuxdriverproject.org; vkuznets@redhat.com; > leann.ogasawara@canonical.com > Subject: Re: [PATCH-v2 0/5] Hyper-V vPCI: use vPCI protocol version 1.2 > > On Wed, May 24, 2017 at 01:41:23PM -0700, Jork Loeser wrote: > > From: Jork Loeser <jloeser@microsoft.com> > > > > Update the Hyper-V vPCI driver to use the Server-2016 version of the vPCI > > protocol, fixing MSI creation and retargeting issues. > > > > Changes since v1: > > - reduced spew in protocol negotiation (Dan Carpenter) > > - work-around work racing Hyper-V patch (Stephen Hemminger) > > - formatting (Dan) > > > > Jork Loeser (5): > > Hyper-V vPCI: Minor format and semantic fix > > Hyper-V vPCI: Use page allocation for hbus structure > > PCI-HyperV vPCI: Temporary own CPU-number-to-vCPU-number infra > > Hyper-V vPCI: Add vPCI version protocol negotiation > > Hyper-V vPCI: use vPCI protocol version 1.2 > > > > arch/x86/include/uapi/asm/hyperv.h | 6 + > > drivers/pci/host/pci-hyperv.c | 445 > ++++++++++++++++++++++++++++++------- > > 2 files changed, 370 insertions(+), 81 deletions(-) > > Waiting for a maintainer ack: Reviewed-by: K. Y. Srinivasan <kys@microsoft.com> Acked-by: K. Y. Srinivasan <kys@microsoft.com> > > Hyper-V CORE AND DRIVERS > M: "K. Y. Srinivasan" <kys@microsoft.com> > M: Haiyang Zhang <haiyangz@microsoft.com> > M: Stephen Hemminger <sthemmin@microsoft.com> > ... > F: drivers/pci/host/pci-hyperv.c > _______________________________________________ > devel mailing list > devel@linuxdriverproject.org > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdriverd > ev.linuxdriverproject.org%2Fmailman%2Flistinfo%2Fdriverdev- > devel&data=02%7C01%7Ckys%40microsoft.com%7C08ff2147e87e4b9957090 > 8d4a794658f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C6363177 > 03190907906&sdata=ET7UEDnBub1iNEOAb509JrjEZxKZjyhmLSubVzYZtic%3D > &reserved=0
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web