<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=NAPI</id>
	<title>NAPI - revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nick-black.com/dankwiki/index.php?action=history&amp;feed=atom&amp;title=NAPI"/>
	<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=NAPI&amp;action=history"/>
	<updated>2026-07-11T17:14:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://nick-black.com/dankwiki/index.php?title=NAPI&amp;diff=9562&amp;oldid=prev</id>
		<title>Dank: Created page with &quot;The &quot;New API&quot; for Linux NIC drivers introduced around 2001, NAPI is initiated by a NIC&#039;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 &quot;interrupt coalescing&quot; 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...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nick-black.com/dankwiki/index.php?title=NAPI&amp;diff=9562&amp;oldid=prev"/>
		<updated>2023-02-06T19:37:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;quot;New API&amp;quot; for Linux NIC drivers introduced around 2001, NAPI is initiated by a NIC&amp;#039;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 &amp;quot;interrupt coalescing&amp;quot; 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...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;quot;New API&amp;quot; for Linux NIC drivers introduced around 2001, NAPI is initiated by a NIC&amp;#039;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 &amp;quot;interrupt coalescing&amp;quot; features of some NICs. It is strictly receive-side.&lt;br /&gt;
&lt;br /&gt;
==The NAPI path==&lt;br /&gt;
A NIC has some number of hardware RX queues, each of which is mapped to an interrupt number and a queue (a ringbuffer in system memory into which the NIC can DMA); these two combine to form a &amp;quot;channel&amp;quot; in Linuxspeak. The interrupt number usually maps to some MSI-X which is arbitrated by a [[LAPIC]].&lt;/div&gt;</summary>
		<author><name>Dank</name></author>
	</entry>
</feed>