<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PCIe on Nalar</title>
    <link>https://nalar.dev/tags/pcie/</link>
    <description>Recent content in PCIe on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 15 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/pcie/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>NVMe Queues Let Storage Handle Many Commands in Parallel</title>
      <link>https://nalar.dev/nvme-queues-let-storage-handle-many-commands-in-parallel/</link>
      <pubDate>Tue, 15 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/nvme-queues-let-storage-handle-many-commands-in-parallel/</guid>
      <description>&lt;p&gt;NVMe storage does not send every read or write through one shared command line. The protocol is built around queue pairs: software places commands into a submission queue, and the controller reports finished work through a corresponding completion queue.&lt;/p&gt;&#xA;&lt;p&gt;That structure matters most when several processor cores and application threads are generating storage work at the same time. Multiple queues can distribute command handling across cores, reduce contention around a single software path, and keep a fast solid-state drive supplied with enough outstanding work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PCIe Link Width Sets How Many Lanes Carry Data</title>
      <link>https://nalar.dev/pcie-link-width-sets-how-many-lanes-carry-data/</link>
      <pubDate>Tue, 15 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/pcie-link-width-sets-how-many-lanes-carry-data/</guid>
      <description>&lt;p&gt;A PCI Express slot can look physically large while providing fewer active lanes than its connector suggests. A full-length slot may carry sixteen lanes, eight lanes, four lanes, or even one lane depending on the motherboard design and current resource allocation.&lt;/p&gt;&#xA;&lt;p&gt;PCIe calls these arrangements link widths. Common widths include x1, x4, x8, and x16. The number after the x indicates how many lanes participate in the link.&lt;/p&gt;&#xA;&lt;p&gt;That distinction matters for graphics cards, storage adapters, network cards, capture hardware, accelerators, and other devices that can move large amounts of data through an expansion slot.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
