Directories
¶
| Path | Synopsis |
|---|---|
|
Command hello is the smallest complete packetio program: it sends one frame and prints the next few it receives.
|
Command hello is the smallest complete packetio program: it sends one frame and prints the next few it receives. |
|
internal
|
|
|
affinity
Package affinity pins a goroutine to a CPU.
|
Package affinity pins a goroutine to a CPU. |
|
frame
Package frame builds the Ethernet frames the examples transmit.
|
Package frame builds the Ethernet frames the examples transmit. |
|
metrics
Package metrics measures what a run cost: how busy the processors were and what the NIC's own counters say.
|
Package metrics measures what a run cost: how busy the processors were and what the NIC's own counters say. |
|
prefetch
Package prefetch hints frame memory into the cache ahead of first use.
|
Package prefetch hints frame memory into the cache ahead of first use. |
|
Command filter receives with a filter and reports what arrives, by destination port, so you can see the filter doing its job.
|
Command filter receives with a filter and reports what arrives, by destination port, so you can see the filter doing its job. |
|
sweep drives every backend through the same three loops -- transmit, receive, forward -- so a comparison between them measures the backend and not four different programs.
|
sweep drives every backend through the same three loops -- transmit, receive, forward -- so a comparison between them measures the backend and not four different programs. |
|
Command timestamps shows when packets actually arrived, using the time the device recorded for each one rather than the time this program got round to looking.
|
Command timestamps shows when packets actually arrived, using the time the device recorded for each one rather than the time this program got round to looking. |
Click to show internal directories.
Click to hide internal directories.