git: c49ca3bf0f19 - stable/14 - iflib: Remove an unused field from struct iflib_rxq
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Jul 2026 22:32:41 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=c49ca3bf0f196b0b2ec84586d761f476603a076b
commit c49ca3bf0f196b0b2ec84586d761f476603a076b
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-07-15 15:04:46 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-07-27 19:35:19 +0000
iflib: Remove an unused field from struct iflib_rxq
Reported by: Alexander Sideropoulos <Alexander.Sideropoulos@netapp.com>
MFC after: 1 week
(cherry picked from commit fc09c7fee23b3cf3ddc95105ef6ef41d7956232f)
---
sys/net/iflib.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/iflib.c b/sys/net/iflib.c
index de76215f9f44..0f6ecb73a8a0 100644
--- a/sys/net/iflib.c
+++ b/sys/net/iflib.c
@@ -444,7 +444,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