On 11/30/22 17:54, Stephen Hemminger wrote:
On Wed, 30 Nov 2022 16:56:37 +0100
Maxime Coquelin wrote:
+ if (status != 0 || !dev->scvq)
+ goto out;
+
+ status = virtio_send_command(&dev->scvq->cq, (struct virtio_pmd_ctrl
*)hdr, dlen, nb_dlen);
+out:
Maybe I am lo
On Wed, 30 Nov 2022 16:56:37 +0100
Maxime Coquelin wrote:
> + if (status != 0 || !dev->scvq)
> + goto out;
> +
> + status = virtio_send_command(&dev->scvq->cq, (struct virtio_pmd_ctrl
> *)hdr, dlen, nb_dlen);
> +out:
Maybe I am looking at the diff only, and not seeing someth
This patch implements control messages forwarding from the
regular control queue to the shadow control queue.
Signed-off-by: Maxime Coquelin
---
.../net/virtio/virtio_user/virtio_user_dev.c | 37 ---
.../net/virtio/virtio_user/virtio_user_dev.h | 3 --
drivers/net/virtio/virti
3 matches
Mail list logo