Re: [PATCH net-next] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`

From: Luigi Leonardi

Date: Tue Apr 07 2026 - 12:23:28 EST


On Tue, Apr 07, 2026 at 12:16:27PM -0400, Michael S. Tsirkin wrote:
On Tue, Apr 07, 2026 at 04:31:56PM +0200, Luigi Leonardi wrote:
`virtio_transport_send_pkt_info` gets all the transport information
from the parameter `t_ops`. There is no need to call
`virtio_transport_get_ops()`.

Remove it.

Fixes: 581512a6dc93 ("vsock/virtio: MSG_ZEROCOPY flag support")
Signed-off-by: Luigi Leonardi <leonardi@xxxxxxxxxx>

Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

but I think we should drop the Fixes tag.

ok, should I send a v2 without the tag?

Thanks,
Luigi