git: c49ca3bf0f19 - stable/14 - iflib: Remove an unused field from struct iflib_rxq
Mark Johnston <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src,gmane.os.freebsd.devel.stable.scm |
|---|---|
| Message-ID | <[email protected]> |
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c49ca3bf0f196b0b2ec84586d761f476603a076b commit c49ca3bf0f196b0b2ec84586d761f476603a076b Author: Mark Johnston <[email protected]> AuthorDate: 2026-07-15 15:04:46 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-07-27 19:35:19 +0000 iflib: Remove an unused field from struct iflib_rxq Reported by: Alexander Sideropoulos <[email protected]> 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