Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1645611

RE: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2

From KY Srinivasan <kys@microsoft.com>
Newsgroups linux.kernel
Subject RE: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2
Date 2017-05-19 15:50 +0200
Message-ID <tIQs2-2Qk-5@gated-at.bofh.it> (permalink)
References <tIz7P-7oR-5@gated-at.bofh.it> <tIz7P-7oR-17@gated-at.bofh.it> <tIDuO-1VB-1@gated-at.bofh.it> <tIFGi-3O3-15@gated-at.bofh.it> <tIN17-GC-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



> -----Original Message-----
> From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com]
> Sent: Friday, May 19, 2017 3:03 AM
> To: Jork Loeser <Jork.Loeser@microsoft.com>; KY Srinivasan
> <kys@microsoft.com>
> Cc: Stephen Hemminger <stephen@networkplumber.org>; Greg Kroah-
> Hartman <gregkh@linuxfoundation.org>; helgaas@kernel.org;
> 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; leann.ogasawara@canonical.com
> Subject: Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2
> 
> Jork Loeser <Jork.Loeser@microsoft.com> writes:
> 
> >> -----Original Message-----
> >> From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> >> Sent: Thursday, May 18, 2017 16:59
> >>
> >> > 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.
> >> >
> >> > Signed-off-by: Jork Loeser <jloeser@microsoft.com>
> >>
> >> This patch conflicts with already submitted patch that removes
> >> vmbus_cpu_number_to_vp_number()
> >>
> >> commit 4b28e5c28cc32652d200a31795e38ee6c819a4a2
> >> Author: Vitaly Kuznetsov <vkuznets@redhat.com>
> >> Date:   Mon May 15 13:38:26 2017 -0700
> >>
> >>     hyper-v: globalize vp_index
> >>
> >>     To support implementing remote TLB flushing on Hyper-V with a
> hypercall
> >>     we need to make vp_index available outside of vmbus module.
> Rename and
> >>     globalize.
> >
> > Thank you Stephen, easy enough to adapt.
> >
> > Bjorn, Greg, Vitaly: Do you have an ETA on when Vitaly's patch will be in the
> PCI or linux-next branch so I can rev?
> >
> 
> I was a bit surprised to see that these patches missed 4.12, K. Y. ACKed
> them:
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdriverd
> ev.linuxdriverproject.org%2Fpipermail%2Fdriverdev-devel%2F2017-
> May%2F105466.html&data=02%7C01%7Ckys%40microsoft.com%7Ce1b07306
> cc1d433acb3108d49e9e412b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7
> C0%7C636307849924808831&sdata=0JsGx0Ax1DN6Zak8%2BHjLNiaVZBcq%2F
> O2%2F7DrlUtUz1%2BU%3D&reserved=0
> 
> and no other concerns were expressed.
> 
> To my understanding these patches should go through Greg's char-misc
> tree. K. Y., Greg, please let me know if I need to rebase/resend.

My mistake; I was thinking perhaps they will go through x86 tree. Please resend, I will take it
through Greg's tree.

K. Y
> 
> --
>   Vitaly

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Hyper-V vPCI: Use current vPCI protocol Jork Loeser <jloeser@linuxonhyperv.com> - 2017-05-18 21:20 +0200
  [PATCH 2/4] Hyper-V vPCI: Use page allocation for hbus structure Jork Loeser <jloeser@linuxonhyperv.com> - 2017-05-18 21:20 +0200
  [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Jork Loeser <jloeser@linuxonhyperv.com> - 2017-05-18 21:20 +0200
    Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Stephen Hemminger <stephen@networkplumber.org> - 2017-05-19 02:00 +0200
      RE: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Jork Loeser <Jork.Loeser@microsoft.com> - 2017-05-19 04:20 +0200
        Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Vitaly Kuznetsov <vkuznets@redhat.com> - 2017-05-19 12:10 +0200
          RE: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 KY Srinivasan <kys@microsoft.com> - 2017-05-19 15:50 +0200
    Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Vitaly Kuznetsov <vkuznets@redhat.com> - 2017-05-19 12:00 +0200
      RE: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Jork Loeser <Jork.Loeser@microsoft.com> - 2017-05-24 17:00 +0200
    Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Dan Carpenter <dan.carpenter@oracle.com> - 2017-05-19 13:30 +0200
      Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Stephen Hemminger <stephen@networkplumber.org> - 2017-05-19 17:30 +0200
      RE: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 Jork Loeser <Jork.Loeser@microsoft.com> - 2017-05-24 17:10 +0200
  [PATCH 3/4] Hyper-V vPCI: Add vPCI version protocol negotiation Jork Loeser <jloeser@linuxonhyperv.com> - 2017-05-18 21:30 +0200
    Re: [PATCH 3/4] Hyper-V vPCI: Add vPCI version protocol negotiation Dan Carpenter <dan.carpenter@oracle.com> - 2017-05-19 13:30 +0200

csiph-web