Re: [PATCH 03/12] evtchn delivery on HVM

From: Jeremy Fitzhardinge
Date: Wed May 19 2010 - 14:19:18 EST


On 05/19/2010 05:24 AM, Stefano Stabellini wrote:
> On Tue, 18 May 2010, Jeremy Fitzhardinge wrote:
>
>> On 05/18/2010 03:22 AM, Stefano Stabellini wrote:
>>
>>> From: Sheng Yang <sheng@xxxxxxxxxxxxxxx>
>>>
>>> Set the callback to receive evtchns from Xen, using the
>>> callback vector delivery mechanism.
>>>
>>>
>> Could you expand on this a little? Like, why is this desireable? What
>> functional difference does it make? Is this patch useful in its own
>> right, or is it just laying the groundwork for something else?
>>
>>
> In order to use PV frontends on HVM we need to receive notifications on
> event channel deliveries somehow.
>
(OK, but I just meant update the commit comment on the patch itself.)

> Using the callback vector is the preferred way, because it is available
> independently from any (emulated) PCI device, all the vcpus can receive
> these callbacks and theoretically there is no need to interact with the
> emulated lapic (even though at the moment we are doing it anyway because
> we are using the IPI vector).
>
> The other way is to receive interrupts from the xen platform pci device,
> but in that case interaction with the emulated lapic is unavoidable and
> we are limited to receive interrupts on vcpu 0.
>

Perhaps you should mention this first, since it is the historical way of
doing it, and then talk about its limitations, and then talk about the
replacement to address those limitations.

J

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/