Skip to content

Archive

PCIe

2 articles
Tech 15 Sep 2026 6 min read

PCIe Link Width Sets How Many Lanes Carry Data

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. 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. 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.

Tech 15 Sep 2026 7 min read

NVMe Queues Let Storage Handle Many Commands in Parallel

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. 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.