aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test
diff options
context:
space:
mode:
authorPaul Chaignon <paul.chaignon@gmail.com>2023-11-06 10:06:03 +0100
committerAleksandr Nogikh <nogikh@google.com>2023-11-06 18:08:10 +0000
commit46390d8e7dd2127b50fab99fee4467aca46ab28c (patch)
tree6d920b1d767043409cf0ad3c591064b39c7986b5 /sys/linux/test
parent8b88555225e877e51e8cbc9a90c30f315525dde6 (diff)
sys/linux: describe BPF tail call map
This commit updates the BPF description to be able to prepare a tail call map referencing one BPF program. Tail call maps are called to jump from one program (caller) to another (called, referenced in the map). To that end, we must first create a map of the specific type and then update it with a BPF program fd. We follow the same approach as 93789af44b9a ("sys/linux: describe map holding constant string") to specialize the resource outputed by the map update and therefore ensure we can refer specifically to an updated tail call map. This new map will be used in a subsequent commit to perform a tail call. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
Diffstat (limited to 'sys/linux/test')
0 files changed, 0 insertions, 0 deletions