<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>NIC on Nalar</title>
    <link>https://nalar.dev/tags/nic/</link>
    <description>Recent content in NIC on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 16 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/nic/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Network Interrupt Coalescing Batches Packets Before CPU Notification</title>
      <link>https://nalar.dev/network-interrupt-coalescing-batches-packets-before-cpu-notification/</link>
      <pubDate>Wed, 16 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/network-interrupt-coalescing-batches-packets-before-cpu-notification/</guid>
      <description>&lt;p&gt;A network interface can receive packets much faster than a CPU should be interrupted for each individual arrival. At high packet rates, one hardware interrupt per packet would consume substantial processor time in interrupt entry, scheduling, driver work, and return paths.&lt;/p&gt;&#xA;&lt;p&gt;Interrupt coalescing changes that pattern. The adapter waits for a small interval, a packet count, or another implementation-specific threshold before notifying the CPU. Several packet arrivals can then be handled from one notification.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
