[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53EB358F.9040001@citrix.com>
Date: Wed, 13 Aug 2014 10:53:19 +0100
From: David Vrabel <david.vrabel@...rix.com>
To: <jgross@...e.com>, <xen-devel@...ts.xenproject.org>,
<konrad.wilk@...cle.com>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] Make bind_interdomain_evtchn_to_irq() public
On 12/08/14 14:43, jgross@...e.com wrote:
> From: Juergen Gross <jgross@...e.com>
>
> bind_interdomain_evtchn_to_irq() is currently a private function. It is used
> only by bind_interdomain_evtchn_to_irqhandler() to register an irq-handler for
> an event channel.
>
> By making it public it is possible to use e.g. threaded interrupts with
> interdomain event channels.
Acked-by: David Vrabel <david.vrabel@...rix.com>
But can you change the subject/commit message to:
xen/events: support threaded irqs for interdomain event channels
Export bind_interdomain_evtchn_to_irq() so drivers can use threaded
interrupt handlers with:
irq = bind_interdomain_evtchn_to_irq(remote_dom, remote_port);
if (irq < 0)
/* error */
ret = request_threaded_irq(...);
Since your pvscsi series depends on this you will want to add this to
that series to be merged via the scsi tree.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists