Re: [PATCH net-next 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work

2024-06-14 Thread Stefano Garzarella
On Fri, Jun 14, 2024 at 03:55:42PM GMT, Luigi Leonardi wrote: From: Marco Pinna This is a preliminary patch to introduce an optimization to the enqueue system. All the code used to enqueue a packet into the virtqueue is removed from virtio_transport_send_pkt_work() and moved to the new virtio_

[PATCH net-next 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work

2024-06-14 Thread Luigi Leonardi
From: Marco Pinna This is a preliminary patch to introduce an optimization to the enqueue system. All the code used to enqueue a packet into the virtqueue is removed from virtio_transport_send_pkt_work() and moved to the new virtio_transport_send_skb() function. Co-developed-by: Luigi Leonardi