Lines Matching full:threaded
19 but there is an option to use :ref:`separate kernel threads<threaded>`
148 IRQs are threaded (such as if ``PREEMPT_RT`` is enabled).
266 also exists. Threaded polling of NAPI also has a mode to busy poll for
267 packets (:ref:`threaded busy polling<threaded_busy_poll>`) using the NAPI
433 Threaded NAPI busy polling
436 Threaded NAPI busy polling extends threaded NAPI and adds support to do
440 Threaded NAPI busy polling can be enabled on per NIC queue basis using Netlink.
447 --json='{"id": 66, "threaded": "busy-poll"}'
455 Once threaded busy polling is enabled for a NAPI, PID of the kthread can be
475 'threaded': 'busy-poll'}
479 Threaded NAPI
482 Threaded NAPI is an operating mode that uses dedicated kernel
484 Each threaded NAPI instance will spawn a separate thread
493 Threaded NAPI is controlled by writing 0/1 to the ``threaded`` file in
501 $ ynl --family netdev --do napi-set --json='{"id": 66, "threaded": 1}'