Commit Graph

4 Commits (1450b9be63a6f289e38b7a6793b435f72117cd37)

Author SHA1 Message Date
Tuetuopay 1450b9be63 maps/xdp: improve XDP maps documentation 2 years ago
Tuetuopay 9a706f356c xdp: add support for chained xdp programs in {cpu,dev}map
set/insert functions can now take an optional bpf program fd to run once
the packet has been redirected from the main probe
2 years ago
Tuetuopay 6350709115 aya: Update XDP maps implementations
Map impls changed since this was first written.

Fixes: 2b726c8 ("aya: Implement XDP Map Types")
2 years ago
Dave Tucker 125257780b aya: Implement XDP Map Types
This commit adds implementations for:
- xskmap
- devmap
- devmap_hash
- cpumap

Which can all be used to redirect XDP packets to various different
locations

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 years ago