Re: [PATCH] docs: driver-api: virtio: virtio on Linux

2022-08-02 Thread Michael S. Tsirkin
On Tue, Aug 02, 2022 at 02:42:22PM +0200, Ricardo Cañuelo wrote: > Basic doc about Virtio on Linux and a short tutorial on Virtio drivers. > Minor fixes to existing virtio kerneldocs. > > Signed-off-by: Ricardo Cañuelo > --- > Documentation/driver-api/index.rst| 1 + > Documentatio

Re: [PATCH] docs: driver-api: virtio: virtio on Linux

2022-08-02 Thread Ricardo Cañuelo
Hi Bagas, Thanks for reviewing Bagas Sanjaya writes: > I can't apply this patch on top of mainline. On what commit (and what > tree) was it based from? The patch applies cleanly on recent tags of linux-next (tested on next-20220802). If this needs to be tested on a different tree/co

Re: [PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space

2022-08-02 Thread Si-Wei Liu
On 8/1/2022 11:33 PM, Jason Wang wrote: On Tue, Aug 2, 2022 at 6:58 AM Si-Wei Liu wrote: On 8/1/2022 3:53 PM, Si-Wei Liu wrote: On 7/31/2022 9:44 PM, Jason Wang wrote: 在 2022/7/30 04:55, Si-Wei Liu 写道: On 7/28/2022 7:04 PM, Zhu, Lingshan wrote: On 7/29/2022 5:48 AM, Si-Wei Liu wrote:

Re: [PATCH] docs: driver-api: virtio: virtio on Linux

2022-08-02 Thread Matthew Wilcox
On Tue, Aug 02, 2022 at 02:42:22PM +0200, Ricardo Cañuelo wrote: > +In this case, when the interrupt arrives :c:func:`vp_interrupt` will be > +called and it will ultimately lead to a call to > +:c:func:`vring_interrupt`, which ends up calling the virtqueue callback > +function:: You don't need to

Re: [PATCH] docs: driver-api: virtio: virtio on Linux

2022-08-02 Thread Cornelia Huck
On Tue, Aug 02 2022, Ricardo Cañuelo wrote: > Basic doc about Virtio on Linux and a short tutorial on Virtio drivers. > Minor fixes to existing virtio kerneldocs. I think kerneldoc updates should be split out into a separate patch. [No proper review, just some things I noticed below.] > > Sign

Re: [RFC] how the ballooned memory should be accounted by the drivers inside the guests? (was:[PATCH v6 1/2] Create debugfs file with virtio balloon usage information)

2022-08-02 Thread David Hildenbrand
>> >> In case of Hyper-V I remember a customer BUG report that requested that >> exact behavior, however, I'm not able to locate the BZ quickly. >> [1] >> https://lists.linuxfoundation.org/pipermail/virtualization/2021-November/057767.html >> (note that I can't easily find the original mail in the

[PATCH] docs: driver-api: virtio: virtio on Linux

2022-08-02 Thread Ricardo Cañuelo
Basic doc about Virtio on Linux and a short tutorial on Virtio drivers. Minor fixes to existing virtio kerneldocs. Signed-off-by: Ricardo Cañuelo --- Documentation/driver-api/index.rst| 1 + Documentation/driver-api/virtio/index.rst | 11 + Documentation/driver-api/virtio/virt

Re: [RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling

2022-08-02 Thread Stefano Garzarella
Hi Vishnu, On Tue, Aug 02, 2022 at 05:35:22AM +, Vishnu Dasa wrote: On Jul 27, 2022, at 5:37 AM, Stefano Garzarella wrote: Hi Arseniy, On Mon, Jul 25, 2022 at 07:54:05AM +, Arseniy Krasnov wrote: [...] 3) vmci/vsock: Same as 2), but i'm not sure about this changes. Will be very

Re: [RFC 3/5] vhost_test: batch used buffer

2022-08-02 Thread Stefano Garzarella
On Tue, Aug 2, 2022 at 4:45 AM Zhi Guo wrote: > > > > 2022年7月22日 下午3:12,Eugenio Perez Martin 写道: > > On Thu, Jul 21, 2022 at 10:44 AM Guo Zhi wrote: > > > Only add to used ring when a batch a buffer have all been used. And if > in order feature negotiated, add randomness to the used buffer's or

Re: [PATCH v4 5/5] vduse: Support querying information of IOVA regions

2022-08-02 Thread Jason Wang
On Fri, Jul 29, 2022 at 11:17 AM Yongji Xie wrote: > > On Thu, Jul 28, 2022 at 5:02 PM Jason Wang wrote: > > > > On Thu, Jul 28, 2022 at 4:27 PM Yongji Xie wrote: > > > > > > On Thu, Jul 28, 2022 at 2:45 PM Jason Wang wrote: > > > > > > > > On Thu, Jul 28, 2022 at 2:36 PM Yongji Xie > > > > w