Re: [RFC 2/4] virtio: Override device's DMA OPS with virtio_direct_dma_ops selectively

2018-07-29 Thread Anshuman Khandual
On 07/29/2018 02:46 AM, Michael S. Tsirkin wrote: > On Sat, Jul 28, 2018 at 02:26:24PM +0530, Anshuman Khandual wrote: >> On 07/20/2018 09:29 AM, Anshuman Khandual wrote: >>> Now that virtio core always needs all virtio devices to have DMA OPS, we >>> need to make sure that the structure it points

Re: [PATCH net-next v6 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()

2018-07-29 Thread Jason Wang
On 2018年07月24日 11:28, Tonghao Zhang wrote: On Tue, Jul 24, 2018 at 10:53 AM Toshiaki Makita wrote: On 2018/07/24 2:31, Tonghao Zhang wrote: On Mon, Jul 23, 2018 at 10:20 PM Toshiaki Makita wrote: On 18/07/23 (月) 21:43, Tonghao Zhang wrote: On Mon, Jul 23, 2018 at 5:58 PM Toshiaki

Re: [PATCH net-next v6 1/4] net: vhost: lock the vqs one by one

2018-07-29 Thread Jason Wang
On 2018年07月25日 20:05, Tonghao Zhang wrote: On Sun, Jul 22, 2018 at 11:26 PM Michael S. Tsirkin wrote: On Sat, Jul 21, 2018 at 11:03:59AM -0700, xiangxia.m@gmail.com wrote: From: Tonghao Zhang This patch changes the way that lock all vqs at the same, to lock them one by one. It will be