Re: [Xen-devel] Question about xen event channel

2016-07-11 Thread David Vrabel
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 ___

[Xen-devel] Question about xen event channel

2016-07-10 Thread 소병철
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