Re: [PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-08-29 Thread Michael S. Tsirkin
On Thu, Aug 29, 2024 at 02:33:11PM +0200, Stefano Garzarella wrote: > On Thu, Aug 29, 2024 at 08:19:31AM GMT, Michael S. Tsirkin wrote: > > On Thu, Aug 29, 2024 at 01:00:37PM +0200, Luigi Leonardi wrote: > > > Hi All, > > > > > > It has been a while since the last email and this patch has not been

Re: [PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-08-29 Thread Stefano Garzarella
On Thu, Aug 29, 2024 at 08:19:31AM GMT, Michael S. Tsirkin wrote: On Thu, Aug 29, 2024 at 01:00:37PM +0200, Luigi Leonardi wrote: Hi All, It has been a while since the last email and this patch has not been merged yet. This is just a gentle ping :) Thanks, Luigi ok I can queue it for next.

Re: [PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-08-29 Thread Michael S. Tsirkin
On Thu, Aug 29, 2024 at 01:00:37PM +0200, Luigi Leonardi wrote: > Hi All, > > It has been a while since the last email and this patch has not been merged > yet. > This is just a gentle ping :) > > Thanks, > Luigi ok I can queue it for next. Next time pls remember to CC all maintainers. Thanks!

Re: [PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-08-29 Thread Luigi Leonardi
Hi All, It has been a while since the last email and this patch has not been merged yet. This is just a gentle ping :) Thanks, Luigi >Hi Michael, >this series is marked as "Not Applicable" for the net-next tree: >https://patchwork.kernel.org/project/netdevbpf/patch/20240730-pinna-v4-2-5c9179164.

Re: [PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-08-06 Thread Stefano Garzarella
On Tue, Aug 06, 2024 at 09:02:57AM GMT, Jakub Kicinski wrote: On Mon, 5 Aug 2024 10:39:23 +0200 Stefano Garzarella wrote: this series is marked as "Not Applicable" for the net-next tree: https://patchwork.kernel.org/project/netdevbpf/patch/20240730-pinna-v4-2-5c9179164...@outlook.com/ Actually

Re: [PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-08-06 Thread Jakub Kicinski
On Mon, 5 Aug 2024 10:39:23 +0200 Stefano Garzarella wrote: > this series is marked as "Not Applicable" for the net-next tree: > https://patchwork.kernel.org/project/netdevbpf/patch/20240730-pinna-v4-2-5c9179164...@outlook.com/ > > Actually this is more about the virtio-vsock driver, so can you qu

Re: [PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-08-05 Thread Stefano Garzarella
Hi Michael, this series is marked as "Not Applicable" for the net-next tree: https://patchwork.kernel.org/project/netdevbpf/patch/20240730-pinna-v4-2-5c9179164...@outlook.com/ Actually this is more about the virtio-vsock driver, so can you queue this on your tree? Thanks, Stefano On Tue, Jul

[PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible

2024-07-30 Thread Luigi Leonardi via B4 Relay
This series introduces an optimization for vsock/virtio to reduce latency and increase the throughput: When the guest sends a packet to the host, and the intermediate queue (send_pkt_queue) is empty, if there is enough space, the packet is put directly in the virtqueue. v3->v4 While running experi