Documentation ¶
Overview ¶
Package signalmap represents the perf event map used to signal potential congestion to Cilium agent. It is primarily managed from the datapath; Cilium side is used to create the map only. +groupName=maps
Index ¶
Constants ¶
View Source
const (
// MapName is the BPF map name.
MapName = "cilium_signals"
)
Variables ¶
View Source
var Cell = cell.Module( "signal-map", "eBPF map signal passes wakeup events from Cilium datapath", cell.Provide(newMap), )
Cell initializes and manages the config map.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct {
// contains filtered or unexported fields
}
Key is the index into the prog array map.
type Map ¶
type Map interface { NewReader() (PerfReader, error) MapName() string }
Click to show internal directories.
Click to hide internal directories.