Check out my first novel, midnight's simulacra!

NAPI: Revision history

From dankwiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 February 2023

  • curprev 19:3719:37, 6 February 2023Dank talk contribs 681 bytes +681 Created page with "The "New API" for Linux NIC drivers introduced around 2001, NAPI is initiated by a NIC's hardware interrupt, but then disables interrupts and polls the card for a period. This can significantly reduce the CPU load compared to a pure interrupt-driven solution. NAPI largely obsoletes the "interrupt coalescing" features of some NICs. It is strictly receive-side. ==The NAPI path== A NIC has some number of hardware RX queues, each of which is mapped to an interrupt number an..."