Date: Mon, 27 Jul 2026 19:15:02 +0000 From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c6e62f8dde47 - stable/15 - iflib: Remove an unused field from struct iflib_rxq Message-ID: <6a67ae36.3999f.32e8273e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c6e62f8dde4728617612734f7cf0cac3434cdf07 commit c6e62f8dde4728617612734f7cf0cac3434cdf07 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2026-07-15 15:04:46 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2026-07-27 17:34:32 +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 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 ishome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a67ae36.3999f.32e8273e>
