diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-07-15 15:04:46 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-07-15 15:04:46 +0000 |
| commit | fc09c7fee23b3cf3ddc95105ef6ef41d7956232f (patch) | |
| tree | 02f014e5333012f6faf979ba10f6d7be953a90bb | |
| parent | 83181995593ac61796d7be63dcb241f5d80faa73 (diff) | |
iflib: Remove an unused field from struct iflib_rxq
Reported by: Alexander Sideropoulos <Alexander.Sideropoulos@netapp.com>
MFC after: 1 week
| -rw-r--r-- | sys/net/iflib.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
