git: fc09c7fee23b - main - iflib: Remove an unused field from struct iflib_rxq
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jul 2026 15:37:43 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=fc09c7fee23b3cf3ddc95105ef6ef41d7956232f
commit fc09c7fee23b3cf3ddc95105ef6ef41d7956232f
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-07-15 15:04:46 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-07-15 15:04:46 +0000
iflib: Remove an unused field from struct iflib_rxq
Reported by: Alexander Sideropoulos <Alexander.Sideropoulos@netapp.com>
MFC after: 1 week
---
sys/net/iflib.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/iflib.c b/sys/net/iflib.c
index 918dddc51a4f..87626ae59815 100644
--- a/sys/net/iflib.c
+++ b/sys/net/iflib.c
@@ -476,7 +476,6 @@ get_inuse(int size, qidx_t cidx, qidx_t pidx, uint8_t gen)
struct iflib_rxq {
if_ctx_t ifr_ctx;
iflib_fl_t ifr_fl;
- uint64_t ifr_rx_irq;
struct pfil_head *pfil;
/*
* If there is a separate completion queue (IFLIB_HAS_RXCQ), this is