Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snull: use napi_schedule_prep() to prevent packet loss
By using napi_schedule_prep() and __napi_schedule(), ensure NAPI polls are scheduled before disabling interrupts. This prevents dropped polls and ensures rx_int_enabled is properly updated, fixing 100% packet loss during state changes. Authored-by: Leon <[email protected]> Signed-off-by: Iman Seyed <[email protected]>
- Loading branch information