We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1127c73 commit b63ad06Copy full SHA for b63ad06
Documentation/networking/napi.rst
@@ -144,9 +144,8 @@ IRQ should only be unmasked after a successful call to napi_complete_done():
144
145
napi_schedule_irqoff() is a variant of napi_schedule() which takes advantage
146
of guarantees given by being invoked in IRQ context (no need to
147
-mask interrupts). Note that PREEMPT_RT forces all interrupts
148
-to be threaded so the interrupt may need to be marked ``IRQF_NO_THREAD``
149
-to avoid issues on real-time kernel configurations.
+mask interrupts). napi_schedule_irqoff() will fall back to napi_schedule() if
+IRQs are threaded (such as if ``PREEMPT_RT`` is enabled).
150
151
Instance to queue mapping
152
-------------------------
0 commit comments