Re: [PATCH 11/19] drivers/hv: set up synic pages for intercept messages

2021-08-05 Thread kernel test robot
Hi Nuno, Thank you for the patch! Yet something to improve: [auto build test ERROR on asm-generic/master] [cannot apply to tip/master linux/master linus/master tip/x86/core v5.14-rc4 next-20210805] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch

Re: [PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu

2021-08-05 Thread Jason Wang
在 2021/8/5 下午5:57, Michael S. Tsirkin 写道: On Wed, Jun 16, 2021 at 10:11:49PM +0300, Parav Pandit wrote: Currently user cannot set the mac address and mtu of the vdpa device. This patchset enables users to set the mac address and mtu of the vdpa device once the device is created. If a vendor

Re: [PATCH 10/15] sd: use bvec_virt

2021-08-05 Thread Martin K. Petersen
Christoph, > Use bvec_virt instead of open coding it. bv_offset is set to 0 right above but I'm OK with bvec_virt() for the sake of consistency. Acked-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering ___ Virtualization

Re: [PATCH 02/15] block: use bvec_virt in bio_integrity_{process, free}

2021-08-05 Thread Martin K. Petersen
Christoph, > Use the bvec_virt helper to clean up the bio integrity processing a > little bit. Acked-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering ___ Virtualization mailing list

Re: [PATCH 01/15] bvec: add a bvec_virt helper

2021-08-05 Thread Martin K. Petersen
Christoph, > Add a helper to get the virtual address for a bvec. This avoids that > all callers need to know about the page + offset representation. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering ___

Re: [PATCH] tools/virtio: use 'unsigned int' instead of bare 'unsigned'

2021-08-05 Thread Michael S. Tsirkin
On Thu, Jul 29, 2021 at 08:04:02AM +0800, Jason Wang wrote: > Replace the lazy way 'unsigned' with 'unsigned int' which is more > accurate. > > Signed-off-by: Jason Wang I don't see why this is more accurate. AFAIK it's exactly the same. > --- > tools/virtio/vringh_test.c | 4 ++-- > 1 file

Re: [dm-devel] [PATCH 10/15] sd: use bvec_virt

2021-08-05 Thread Bart Van Assche
On 8/4/21 2:56 AM, Christoph Hellwig wrote: Use bvec_virt instead of open coding it. Signed-off-by: Christoph Hellwig --- drivers/scsi/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index b8d55af763f9..5b5b8266e142 100644 ---

Re: [PATCH 08/15] virtio_blk: use bvec_virt

2021-08-05 Thread Stefan Hajnoczi
On Wed, Aug 04, 2021 at 11:56:27AM +0200, Christoph Hellwig wrote: > Use bvec_virt instead of open coding it. > > Signed-off-by: Christoph Hellwig > --- > drivers/block/virtio_blk.c | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) Reviewed-by: Stefan Hajnoczi signature.asc

ICITS'22 - The 2022 International Conference on Information Technology & Systems | Costa Rica

2021-08-05 Thread ML
ICITS'22 - The 2022 International Conference on Information Technology & Systems San Carlos, Costa Rica, 9 - 11 February 2022 http://icits.me

Re: [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()

2021-08-05 Thread Jason Wang
在 2021/8/5 下午8:34, Yongji Xie 写道: My main point, though, is that if you've already got something else keeping track of the actual addresses, then the way you're using an iova_domain appears to be something you could do with a trivial bitmap allocator. That's why I don't buy the efficiency

Re: [Stratos-dev] [PATCH V4 2/2] gpio: virtio: Add IRQ support

2021-08-05 Thread Viresh Kumar
On 05-08-21, 14:03, Arnd Bergmann wrote: > On Thu, Aug 5, 2021 at 1:26 PM Viresh Kumar via Stratos-dev > > Based on discussion we had today (offline), I changed the design a bit > > and used handle_level_irq() instead, as it provides consistent calls > > to mask/unmask(), which simplified the

Re: [PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu

2021-08-05 Thread Michael S. Tsirkin
On Thu, Aug 05, 2021 at 10:13:11AM +, Parav Pandit wrote: > > > From: Michael S. Tsirkin > > Sent: Thursday, August 5, 2021 3:28 PM > > > > On Wed, Jun 16, 2021 at 10:11:49PM +0300, Parav Pandit wrote: > > > Currently user cannot set the mac address and mtu of the vdpa device. > > > This

Re: [PATCH V4 2/2] gpio: virtio: Add IRQ support

2021-08-05 Thread Viresh Kumar
On 03-08-21, 17:01, Arnd Bergmann wrote: > As far as I can tell, the update_irq_type() message would lead to the > interrupt getting delivered when it was armed and is now getting disabled, > but I don't see why we would call update_irq_type() as a result of the > eventq notification. Based on

RE: [PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu

2021-08-05 Thread Parav Pandit via Virtualization
> From: Michael S. Tsirkin > Sent: Thursday, August 5, 2021 3:28 PM > > On Wed, Jun 16, 2021 at 10:11:49PM +0300, Parav Pandit wrote: > > Currently user cannot set the mac address and mtu of the vdpa device. > > This patchset enables users to set the mac address and mtu of the vdpa > > device

Re: [PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu

2021-08-05 Thread Michael S. Tsirkin
On Wed, Jun 16, 2021 at 10:11:49PM +0300, Parav Pandit wrote: > Currently user cannot set the mac address and mtu of the vdpa device. > This patchset enables users to set the mac address and mtu of the vdpa > device once the device is created. > If a vendor driver supports such configuration user

Re: [RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET

2021-08-05 Thread Stefano Garzarella
On Thu, Aug 05, 2021 at 11:33:12AM +0300, Arseny Krasnov wrote: On 04.08.2021 15:57, Stefano Garzarella wrote: Caution: This is an external email. Be cautious while opening links or attachments. Hi Arseny, On Mon, Jul 26, 2021 at 07:31:33PM +0300, Arseny Krasnov wrote: This

Re: [PATCH v3 1/2] tty: hvc: pass DMA capable memory to put_chars()

2021-08-05 Thread Greg KH
On Thu, Aug 05, 2021 at 04:08:46PM +0800, Xianting Tian wrote: > > 在 2021/8/5 下午3:58, Jiri Slaby 写道: > > Hi, > > > > On 04. 08. 21, 4:54, Xianting Tian wrote: > > > @@ -933,6 +949,16 @@ struct hvc_struct *hvc_alloc(uint32_t vtermno, > > > int data, > > >   hp->outbuf_size = outbuf_size; > >

Re: [PATCH v10 10/17] virtio: Handle device reset failure in register_virtio_device()

2021-08-05 Thread Jason Wang
在 2021/8/4 下午5:07, Yongji Xie 写道: On Wed, Aug 4, 2021 at 4:54 PM Jason Wang wrote: 在 2021/8/4 下午4:50, Yongji Xie 写道: On Wed, Aug 4, 2021 at 4:32 PM Jason Wang wrote: 在 2021/8/3 下午5:38, Yongji Xie 写道: On Tue, Aug 3, 2021 at 4:09 PM Jason Wang wrote: 在 2021/7/29 下午3:34, Xie Yongji 写道:

Re: [PATCH V4 2/2] gpio: virtio: Add IRQ support

2021-08-05 Thread Viresh Kumar
On 04-08-21, 10:27, Arnd Bergmann wrote: > On Wed, Aug 4, 2021 at 9:05 AM Viresh Kumar wrote: > > On 03-08-21, 17:01, Arnd Bergmann wrote: > > > > > > > > +static void virtio_gpio_irq_unmask(struct irq_data *d) > > > > +{ > > > > + struct gpio_chip *gc = irq_data_get_irq_chip_data(d); > > >