Skip to content

Commit

Permalink
Remove libbpf dependency
Browse files Browse the repository at this point in the history
Use direct bpf() syscalls for map creation and program loading.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Reviewed-by: Eugene Loh <eugene.loh@oracle.com>
  • Loading branch information
kvanhees committed Jul 28, 2022
1 parent 85be8d8 commit e100caf
Show file tree
Hide file tree
Showing 37 changed files with 64 additions and 18,071 deletions.
3 changes: 0 additions & 3 deletions CODING-STYLE
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,3 @@ Function calls should not unnecessarily be cast to void. E.g.,
The return argument typically needs no parentheses. E.g.,
return 0; /* good */
return (0); /* bad */

Code in libbpf/ need not conform to the guidelines in this document, since
we expect not to retain that code in the long term.
17 changes: 0 additions & 17 deletions libbpf/Build

This file was deleted.

5 changes: 0 additions & 5 deletions libbpf/GNUmakefile

This file was deleted.

0 comments on commit e100caf

Please sign in to comment.