The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=fc09c7fee23b3cf3ddc95105ef6ef41d7956232f
commit fc09c7fee23b3cf3ddc95105ef6ef41d7956232f Author: Mark Johnston <[email protected]> AuthorDate: 2026-07-15 15:04:46 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-07-15 15:04:46 +0000 iflib: Remove an unused field from struct iflib_rxq Reported by: Alexander Sideropoulos <[email protected]> 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
