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

2017-05-24 Thread Jork Loeser
ject.org; o...@aepfle.de; > a...@canonical.com; vkuzn...@redhat.com; jasow...@redhat.com; > leann.ogasaw...@canonical.com; marcelo.ce...@canonical.com; Stephen > Hemminger <sthem...@microsoft.com> > Subject: Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol versi

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

2017-05-24 Thread Jork Loeser
x-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; leann.ogasaw...@canonical.com; > marcelo.ce...@canonical.com; Stephen Hemminger > <sthem...@microsoft.com> > Subject: Re: [PATCH 4/4] Hyper-V vPCI: u

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

2017-05-19 Thread Stephen Hemminger
On Fri, 19 May 2017 14:27:01 +0300 Dan Carpenter wrote: > > /* > > + * HV_VP_SET available > > + */ > > +#define HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED (1 << 11) > > Use BIT(11). I thought checkpatch.pl complains about this but I guess > that's only with the

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

2017-05-19 Thread KY Srinivasan
linuxdriverproject.org; leann.ogasaw...@canonical.com > Subject: Re: [PATCH 4/4] Hyper-V vPCI: use vPCI protocol version 1.2 > > Jork Loeser <jork.loe...@microsoft.com> writes: > > >> -Original Message- > >> From: Stephen Hemminger [mailto:step

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

2017-05-19 Thread Dan Carpenter
Minor nits only. On Thu, May 18, 2017 at 12:14:30PM -0700, Jork Loeser wrote: > From: Jork Loeser > > 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

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

2017-05-19 Thread Vitaly Kuznetsov
Jork Loeser writes: >> -Original Message- >> From: Stephen Hemminger [mailto:step...@networkplumber.org] >> Sent: Thursday, May 18, 2017 16:59 >> >> > From: Jork Loeser >> > >> > Update the Hyper-V vPCI driver to use the Server-2016

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

2017-05-19 Thread Vitaly Kuznetsov
Jork Loeser writes: > From: Jork Loeser > > 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 > --- >

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

2017-05-18 Thread Jork Loeser
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, May 18, 2017 16:59 > > > From: Jork Loeser > > > > Update the Hyper-V vPCI driver to use the Server-2016 version of the > > vPCI protocol, fixing MSI creation and

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

2017-05-18 Thread Stephen Hemminger
On Thu, 18 May 2017 12:14:30 -0700 Jork Loeser wrote: > From: Jork Loeser > > 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