From: ebiederm@xmission.com (Eric W. Biederman)
To: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: "linux-kernel\@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"mingo\@redhat.com" <mingo@redhat.com>,
"hpa\@zytor.com" <hpa@zytor.com>,
"tglx\@linutronix.de" <tglx@linutronix.de>,
Jeremy Fitzhardinge <Jeremy.Fitzhardinge@citrix.com>,
Yinghai Lu <yinghai@kernel.org>
Subject: Re: [tip:x86/apic] x86/ioapic.c: unify ioapic_retrigger_irq()
Date: Wed, 22 Jul 2009 14:29:33 -0700 [thread overview]
Message-ID: <m1hbx4mmo2.fsf@fess.ebiederm.org> (raw)
In-Reply-To: <4A676E89.9010606@goop.org> (Jeremy Fitzhardinge's message of "Wed\, 22 Jul 2009 12\:54\:49 -0700")
Jeremy Fitzhardinge <jeremy@goop.org> writes:
> On 07/18/09 05:05, tip-bot for Jeremy Fitzhardinge wrote:
>> Commit-ID: e25371d60cb06a44d7a32d7966ab9bfbeacb9390
>> Gitweb: http://git.kernel.org/tip/e25371d60cb06a44d7a32d7966ab9bfbeacb9390
>> Author: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
>> AuthorDate: Mon, 8 Jun 2009 03:49:01 -0700
>> Committer: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
>> CommitDate: Tue, 14 Jul 2009 13:32:51 -0700
>>
>> x86/ioapic.c: unify ioapic_retrigger_irq()
>>
>> The 32 and 64-bit versions of ioapic_retrigger_irq() are identical
>> except the 64-bit one takes vector_lock. vector_lock is defined and
>> used on 32-bit too, so just use a common ioapic_retrigger_irq().
>>
>
> Having another look at this patch, the other difference is that the
> 32-bit version just does:
>
> apic->send_IPI_self(irq_cfg(irq)->vector);
>
> whereas the 64-bit does:
>
> apic->send_IPI_mask(cpumask_of(cpumask_first(cfg->domain)),
> cfg->vector);
>
>
> Does 32-bit do the whole vector domain thing now? Are these actually
> equivalent? Sending to self seems like it should be more efficient.
It should. I believe YH did that work when he merged the x86_64 and
i386 versions io_apic.c. Sending to self is a problem if we retrigger
this from the wrong irq.
Eric
prev parent reply other threads:[~2009-07-22 21:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <tip-e25371d60cb06a44d7a32d7966ab9bfbeacb9390@git.kernel.org>
2009-07-22 19:54 ` [tip:x86/apic] x86/ioapic.c: unify ioapic_retrigger_irq() Jeremy Fitzhardinge
2009-07-22 21:29 ` Eric W. Biederman [this message]
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=m1hbx4mmo2.fsf@fess.ebiederm.org \
--to=ebiederm@xmission.com \
--cc=Jeremy.Fitzhardinge@citrix.com \
--cc=hpa@zytor.com \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=yinghai@kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox