Re: [PATCH v1 0/2] virtio-mmio: support multiple interrupt vectors

2019-07-30 Thread
Hi Sergio, Considering your implementing virtio-mmio v2 in Qemu, please help to give some suggestions on this patch series. Thanks :) For web, this link: https://www.spinics.net/lists/kernel/msg3195667.html may help. Have a nice day Fei On Fri, Jul 19, 2019 at 9:31 PM Fei Li wrote: > > Hi, >

Re: [External Email] Re: [PATCH v1 0/2] virtio-mmio: support multiple interrupt vectors

2019-07-30 Thread
On Wed, Jul 31, 2019 at 4:26 AM Michael S. Tsirkin wrote: > > On Mon, Jul 22, 2019 at 09:43:18PM +0800, 李菲 wrote: > > On Mon, Jul 22, 2019 at 4:39 PM Michael S. Tsirkin wrote: > > > > > > On Mon, Jul 22, 2019 at 11:22:02AM +0800, 李菲 wrote: > > > >

Re: [External Email] Re: [PATCH v1 0/2] virtio-mmio: support multiple interrupt vectors

2019-07-22 Thread
On Mon, Jul 22, 2019 at 4:39 PM Michael S. Tsirkin wrote: > > On Mon, Jul 22, 2019 at 11:22:02AM +0800, 李菲 wrote: > > On Fri, Jul 19, 2019 at 11:14 PM Michael S. Tsirkin wrote: > > > > > > On Fri, Jul 19, 2019 at 09:31:33PM +0800, Fei Li wrote: > > >

Re: [External Email] Re: [PATCH v1 0/2] virtio-mmio: support multiple interrupt vectors

2019-07-21 Thread
On Fri, Jul 19, 2019 at 11:14 PM Michael S. Tsirkin wrote: > > On Fri, Jul 19, 2019 at 09:31:33PM +0800, Fei Li wrote: > > Hi, > > > > This patch series implements multiple interrupt vectors support for > > virtio-mmio device. This is especially useful for multiqueue vhost-net > > device when

Re: [External Email] Re: [PATCH net v2] tun: wake up waitqueues after IFF_UP is set

2019-06-19 Thread
Thanks. Have a nice day Fei On Wed, Jun 19, 2019 at 1:55 AM David Miller wrote: > > From: Fei Li > Date: Mon, 17 Jun 2019 21:26:36 +0800 > > > Currently after setting tap0 link up, the tun code wakes tx/rx waited > > queues up in tun_net_open() when .ndo_open() is called, however the > >

Re: [External Email] Re: [PATCH] Fix tun: wake up waitqueues after IFF_UP is set

2019-06-17 Thread
Hi all, On Mon, Jun 17, 2019 at 5:32 PM 李菲 wrote: > > Ok, thanks for detail suggestion! :) > > On Mon, Jun 17, 2019 at 4:16 PM Jason Wang wrote: >> >> >> On 2019/6/17 下午4:10, Jason Wang wrote: >> > >> > On 2019/6/17 下午3:33, Fei Li wrote: >>

Re: [External Email] Re: [PATCH] Fix tun: wake up waitqueues after IFF_UP is set

2019-06-17 Thread
Ok, thanks for the detail suggestion! :) On Mon, Jun 17, 2019 at 4:16 PM Jason Wang wrote: > > > On 2019/6/17 下午4:10, Jason Wang wrote: > > > > On 2019/6/17 下午3:33, Fei Li wrote: > >> Currently after setting tap0 link up, the tun code wakes tx/rx waited > >> queues up in tun_net_open() when