Re: [vhost:linux-next 8/13] include/linux/vringh.h:18:10: fatal error: linux/vhost_iotlb.h: No such file or directory

2020-03-29 Thread Jason Wang
On 2020/3/29 下午8:08, kbuild test robot wrote: tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next head: f44a63f9ebf66a450c101084a35a3ef158ead209 commit: c43908b0b9a900bd51f861f4c57b83cfd932f4d2 [8/13] vringh: IOTLB support config: arm-em_x270_defconfig (attached as

Re: [PATCH v2 00/10] virtio-mem: paravirtualized memory

2020-03-29 Thread Michael S. Tsirkin
On Wed, Mar 11, 2020 at 06:14:12PM +0100, David Hildenbrand wrote: > This series is based on latest linux-next. The patches are located at: > https://github.com/davidhildenbrand/linux.git virtio-mem-v2 > > I now have acks for all !virtio-mem changes. I'll be happy to get review > feedback, tes

Re: [PATCH 4/6] tools/virtio: Make --reset reset ring idx

2020-03-29 Thread Michael S. Tsirkin
On Sun, Mar 29, 2020 at 01:33:57PM +0200, Eugenio Pérez wrote: > Signed-off-by: Eugenio Pérez > --- > drivers/virtio/virtio_ring.c | 18 ++ > include/linux/virtio.h | 2 ++ > tools/virtio/linux/virtio.h | 2 ++ > tools/virtio/virtio_test.c | 28 +++

Re: [PATCH 0/6] vhost: Reset batched descriptors on SET_VRING_BASE call

2020-03-29 Thread Michael S. Tsirkin
On Sun, Mar 29, 2020 at 02:19:55PM +0200, Eugenio Perez Martin wrote: > On Sun, Mar 29, 2020 at 1:49 PM Michael S. Tsirkin wrote: > > > > On Sun, Mar 29, 2020 at 01:33:53PM +0200, Eugenio Pérez wrote: > > > Vhost did not reset properly the batched descriptors on SET_VRING_BASE > > > event. Becau

[vhost:linux-next 8/13] include/linux/vringh.h:18:10: fatal error: linux/vhost_iotlb.h: No such file or directory

2020-03-29 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next head: f44a63f9ebf66a450c101084a35a3ef158ead209 commit: c43908b0b9a900bd51f861f4c57b83cfd932f4d2 [8/13] vringh: IOTLB support config: arm-em_x270_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (GCC) 9

Re: [PATCH 0/6] vhost: Reset batched descriptors on SET_VRING_BASE call

2020-03-29 Thread Michael S. Tsirkin
On Sun, Mar 29, 2020 at 01:33:53PM +0200, Eugenio Pérez wrote: > Vhost did not reset properly the batched descriptors on SET_VRING_BASE event. > Because of that, is possible to return an invalid descriptor to the guest. > This series ammend this, and creates a test to assert correct behavior. To

Re: [PATCH V9 0/9] vDPA support

2020-03-29 Thread Michael S. Tsirkin
On Thu, Mar 26, 2020 at 10:01:16PM +0800, Jason Wang wrote: > Hi all: > > This is an update version of vDPA support in kernel. OK I put these in my next tree, with an eye towards merging them in 5.7. Many thanks to everyone who reviewed the patches, especially to Jason Gunthorpe for reviewing mul