git: c6e62f8dde47 - stable/15 - iflib: Remove an unused field from struct iflib_rxq
Mark Johnston <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a67ae36.3999f.32e8273e__5642.23812414042$1785179799$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c6e62f8dde4728617612734f7cf0cac3434cdf07 commit c6e62f8dde4728617612734f7cf0cac3434cdf07 Author: Mark Johnston <[email protected]> AuthorDate: 2026-07-15 15:04:46 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-07-27 17:34:32 +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 f593532bd363..786e5484f542 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -450,7 +450,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