Juniper / ebplane

eBPF based dataplane prototypes
Apache License 2.0
23 stars 4 forks source link

Implement basic bpf() wrappers for map creation and program loading #30

Closed ghost closed 5 years ago

ghost commented 5 years ago

Add a new cc_library target to hold bpf wrappers. Currently has a working test for map create/insert/update/lookup. An incomplete program load wrapper is present but untested.

Also add basic posix syscall infrastructure.

ghost commented 5 years ago

Closing PR. This content will return in a series of more polished PRs