Re: [PATCH net-next v7 3/7] r8169: add support for new interrupt mapping
From: Jakub Kicinski
Date: Mon Jun 08 2026 - 17:52:54 EST
On Thu, 4 Jun 2026 18:27:29 +0800 javen wrote:
> From: Javen Xu <javen_xu@xxxxxxxxxxxxxx>
>
> To support RSS, the number of hardware interrupt bits should match the
> interrupt of software. So we add support for new interrupt mapping here.
> ISR_VEC_MAP_REG is the hardware register to indicate interrupt status.
> IMR_SET_VEC_MAP_REG is interrupt mask which is set to enable irq.
drivers/net/ethernet/realtek/r8169_main.c:5168:6: warning: variable 'tx_done' set but not used [-Wunused-but-set-variable]
5168 | int tx_done;
| ^
--
pw-bot: cr