aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf-unknown-none
Commit message (Collapse)AuthorAgeFilesLines
* Add BPF architecture target supportCupertino Miranda2022-12-142-0/+14
BPF is a virtual machine and associated ISA that resides in the Linux kernel. Initially intended for user-level packet capture and filtering, BPF is nowadays generalized to serve as a general-purpose infrastructure also for non-networking purposes. Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>