From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tianyu Lan Subject: Re: [PATCH 1/3] x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available Date: Thu, 31 Jan 2019 20:02:51 +0800 Message-ID: References: <1548929853-25877-1-git-send-email-Tianyu.Lan@microsoft.com> <1548929853-25877-2-git-send-email-Tianyu.Lan@microsoft.com> <20190131115756.GA19969@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190131115756.GA19969@kroah.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Greg KH Cc: sashal@kernel.org, sthemmin@microsoft.com, akpm@linux-foundation.org, Arnd Bergmann , davem@davemloft.net, devel@linuxdriverproject.org, Joerg Roedel , the arch/x86 maintainers , "linux-kernel@vger kernel org" , iommu@lists.linux-foundation.org, nicolas.ferre@microchip.com, michael.h.kelley@microsoft.com, vkuznets@redhat.com, Alex Williamson , Ingo Molnar , bp@alien8.de, "H. Peter Anvin" , mchehab+samsung@kernel.org, Lan Tianyu , Thomas Gleixner , haiyangz@microsoft.com List-Id: iommu@lists.linux-foundation.org Hi Greg: Thanks for your review. On Thu, Jan 31, 2019 at 7:57 PM Greg KH wrote: > > On Thu, Jan 31, 2019 at 06:17:31PM +0800, lantianyu1986@gmail.com wrote: > > From: Lan Tianyu > > > > Hyper-V doesn't provide irq remapping for IO-APIC. To enable x2apic, > > set x2apic destination mode to physcial mode when x2apic is available > > and Hyper-V IOMMU driver makes sure cpus assigned with IO-APIC irqs have > > 8-bit APIC id. > > > > Signed-off-by: Lan Tianyu > > --- > > arch/x86/kernel/cpu/mshyperv.c | 14 ++++++++++++++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c > > index e81a2db..9d62f33 100644 > > --- a/arch/x86/kernel/cpu/mshyperv.c > > +++ b/arch/x86/kernel/cpu/mshyperv.c > > @@ -36,6 +36,8 @@ > > struct ms_hyperv_info ms_hyperv; > > EXPORT_SYMBOL_GPL(ms_hyperv); > > > > +extern int x2apic_phys; > > Shouldn't this be in a .h file somewhere instead? You are right. I should use here. Thanks. > thanks, > > greg k-h -- Best regards Tianyu Lan