Skip to content

allow bpf object to fetch udev properties

This came up from a meeting we had with @whot a couple of days ago.

It is possible to have a generic property injection in the bpf object by parsing the BTF information of the object.

This way, we can configure the behaviour of the bpf object based on the available properties, to change the resolution or to enable/disable some extra interfaces.

(first patch should go in ASAP, second patch is full of debug, not any comment, but I'm done hitting that toy: it works)

Merge request reports