* [PATCH] net/virtio: Drop unused VTNET_SQ_CQ_QUEUE_IDX
@ 2025-06-19 12:12 Hengqi Chen
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2025-06-19 12:12 UTC | newest]
Thread overview: (only message) (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
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).