Documentation
¶
Overview ¶
Package prefetch hints frame memory into the cache ahead of first use.
A received frame was written by the NIC's DMA engine, so its first read by the CPU misses every cache on machines without inbound-DMA cache placement (EPYC has none). A parser that walks a batch pays that miss serially, packet after packet; hinting the whole batch first lets the misses overlap.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.