Commit Graph

12 Commits (0d7fb4472d72f468b4c438c0e6967b99d3ac81f2)

Author SHA1 Message Date
Dave Tucker 4a32e7d985 clippy: fix new lints on nightly
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Nimrod Shneor d0b6daa091 Add LPMTrie Map to aya-bpf for BPF programs
William Findlay ff14493751
bpf/maps: implement ProgramArray
This PR implements the ProgramArray map type in aya-bpf. Includes a convenient tail_call
method that wraps the bpf_tail_call helper.
Alessandro Decina 8043451973 bpf: re-export Lru hash maps from aya_bpf::maps
Alessandro Decina 0220a4192c bpf: add PerfEventByteArray
Similar to PerfEventArray but allows to output variable length byte
slices
Alessandro Decina ea91fe08d3 bpf: rename PerfMap to PerfEventArray
Dave Tucker 69041954cb bpf: Added pinned constructor to maps
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Alessandro Decina 269be03a89 bpf: add PerCpuArray
Tw fd20bd5e23 bpf: add support for STACK_TRACE map
This path support initial support for BPF_MAP_TYPE_STACK_TRACE.

Signed-off-by: Tw <wei.tan@intel.com>
Alessandro Decina bf4892d0db bpf: add support for Queue and SockMap maps
Alessandro Decina e11edc072b bpf: add more bindings
Initial support for Array, HashMap and SockHash maps, and for SkSkb,
SkMsg, SockOps and XDP programs.
Alessandro Decina cdf960aaa1 bpf: initial bpf bindings