Re: [PATCH net v3] virtio_net: Fix error unwinding of XDP initialization

2023-05-11 Thread Xuan Zhuo
On Thu, 11 May 2023 21:54:40 -0400, Feng Liu wrote: > > > On 2023-05-10 a.m.1:00, Jason Wang wrote: > > External email: Use caution opening links or attachments > > > > > > 在 2023/5/9 09:43, Xuan Zhuo 写道: > >> On Mon, 8 May 2023 11:00:10 -0400, Feng Liu wrote: > >>> > >>> On 2023-05-07 p.m.9:45,

Re: [PATCH net v3] virtio_net: Fix error unwinding of XDP initialization

2023-05-11 Thread Feng Liu via Virtualization
On 2023-05-10 a.m.1:00, Jason Wang wrote: External email: Use caution opening links or attachments 在 2023/5/9 09:43, Xuan Zhuo 写道: On Mon, 8 May 2023 11:00:10 -0400, Feng Liu wrote: On 2023-05-07 p.m.9:45, Xuan Zhuo wrote: External email: Use caution opening links or attachments On Sat

Re: [PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver

2023-05-11 Thread Gurchetan Singh
On Mon, May 8, 2023 at 6:59 AM Rob Clark wrote: > On Wed, May 3, 2023 at 10:07 AM Gurchetan Singh > wrote: > > > > > > > > On Mon, May 1, 2023 at 8:38 AM Dmitry Osipenko < > dmitry.osipe...@collabora.com> wrote: > >> > >> On 4/16/23 14:52, Dmitry Osipenko wrote: > >> > We have multiple Vulkan co

Re: [PATCH net v2] vsock: avoid to close connected socket after the timeout

2023-05-11 Thread Stefano Garzarella
On Thu, May 11, 2023 at 07:34:30PM +0800, Zhuang Shengen wrote: When client and server establish a connection through vsock, the client send a request to the server to initiate the connection, then start a timer to wait for the server's response. When the server's RESPONSE message arrives, the ti

Re: [PATCH] vsock: bugfix port residue in server

2023-05-11 Thread Stefano Garzarella
On Thu, May 11, 2023 at 03:03:24PM +0800, Zhuang Shengen wrote: Hi Stefano: 在 2023/5/10 23:23, Stefano Garzarella 写道: Hi, thanks for the patch, the change LGTM, but I have the following suggestions: Please avoid "bugfix" in the subject, "fix" should be enough: https://www.kernel.org/doc/html/v

Re: [PATCH v2] vhost_net: revert upend_idx only on retriable error

2023-05-11 Thread Jason Wang
On Tue, Apr 25, 2023 at 4:44 AM Andrey Smetanin wrote: > > Fix possible virtqueue used buffers leak and corresponding stuck > in case of temporary -EIO from sendmsg() which is produced by > tun driver while backend device is not up. > > In case of no-retriable error and zcopy do not revert upend_i

Re: [PATCH] vdpa/snet: implement the resume vDPA callback

2023-05-11 Thread Jason Wang
On Tue, May 2, 2023 at 9:11 PM Alvaro Karsz wrote: > > The callback sends a resume command to the DPU through > the control mechanism. > > Signed-off-by: Alvaro Karsz Acked-by: Jason Wang Thanks > --- > drivers/vdpa/solidrun/snet_ctrl.c | 6 ++ > drivers/vdpa/solidrun/snet_main.c | 15 +