On 11/07/16 04:58, 소병철 wrote:
> Hello everyone :)
>
>
>
> I have a question about xen event channel. Is it possible to allocate
> two event channels in one xen frontend driver?
Yes. For example, netif can have a separate Tx and Rx event channel.
David
___
Title: Samsung Enterprise Portal mySingle
Hello everyone :)
I have a question about xen event channel. Is it possible to allocate two event channels in one xen frontend driver?
I want to bind two different irq handler to one xen frontend driver by using two event channels.
However, I'm