* [PATCH] net/virtio: Drop unused VTNET_SQ_CQ_QUEUE_IDX
@ 2025-06-19 12:12 Hengqi Chen
2025-10-15 7:06 ` Maxime Coquelin
2025-10-15 11:46 ` Maxime Coquelin
0 siblings, 2 replies; 3+ messages in thread
From: Hengqi Chen @ 2025-06-19 12:12 UTC (permalink / raw)
To: dev; +Cc: Hengqi Chen, Maxime Coquelin, Chenbo Xia
The VTNET_SQ_CQ_QUEUE_IDX is orphaned, drop it.
Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
---
drivers/net/virtio/virtqueue.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h
index 3b468bd4f4..1f0e6ae77e 100644
--- a/drivers/net/virtio/virtqueue.h
+++ b/drivers/net/virtio/virtqueue.h
@@ -144,7 +144,6 @@ virtqueue_store_flags_packed(struct vring_packed_desc *dp,
#define VTNET_SQ_RQ_QUEUE_IDX 0
#define VTNET_SQ_TQ_QUEUE_IDX 1
-#define VTNET_SQ_CQ_QUEUE_IDX 2
enum { VTNET_RQ = 0, VTNET_TQ = 1, VTNET_CQ = 2 };
/**
--
2.43.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net/virtio: Drop unused VTNET_SQ_CQ_QUEUE_IDX
2025-06-19 12:12 [PATCH] net/virtio: Drop unused VTNET_SQ_CQ_QUEUE_IDX Hengqi Chen
@ 2025-10-15 7:06 ` Maxime Coquelin
2025-10-15 11:46 ` Maxime Coquelin
1 sibling, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2025-10-15 7:06 UTC (permalink / raw)
To: Hengqi Chen; +Cc: dev, Maxime Coquelin, Chenbo Xia
On Thu, Jun 19, 2025 at 2:12 PM Hengqi Chen <hengqi.chen@gmail.com> wrote:
>
> The VTNET_SQ_CQ_QUEUE_IDX is orphaned, drop it.
>
> Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
> ---
> drivers/net/virtio/virtqueue.h | 1 -
> 1 file changed, 1 deletion(-)
>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thanks,
Maxime
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net/virtio: Drop unused VTNET_SQ_CQ_QUEUE_IDX
2025-06-19 12:12 [PATCH] net/virtio: Drop unused VTNET_SQ_CQ_QUEUE_IDX Hengqi Chen
2025-10-15 7:06 ` Maxime Coquelin
@ 2025-10-15 11:46 ` Maxime Coquelin
1 sibling, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2025-10-15 11:46 UTC (permalink / raw)
To: Hengqi Chen; +Cc: dev, Maxime Coquelin, Chenbo Xia
On Thu, Jun 19, 2025 at 2:12 PM Hengqi Chen <hengqi.chen@gmail.com> wrote:
>
> The VTNET_SQ_CQ_QUEUE_IDX is orphaned, drop it.
>
> Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
> ---
> drivers/net/virtio/virtqueue.h | 1 -
> 1 file changed, 1 deletion(-)
>
Applied to next-virtio/for-next-net.
Thanks,
Maxime
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-15 11:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-19 12:12 [PATCH] net/virtio: Drop unused VTNET_SQ_CQ_QUEUE_IDX Hengqi Chen
2025-10-15 7:06 ` Maxime Coquelin
2025-10-15 11:46 ` Maxime Coquelin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).