Skip to content

Commit

Permalink
Clarify kernel configuration flags (iovisor#2286)
Browse files Browse the repository at this point in the history
Clarify kernel configuration flag for CONFIG_HAVE_EBPF_JIT
  • Loading branch information
divergentdave authored and yonghong-song committed Mar 23, 2019
1 parent c72f628 commit 12bd958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ CONFIG_NET_CLS_BPF=m
# [optional, for tc actions]
CONFIG_NET_ACT_BPF=m
CONFIG_BPF_JIT=y
# [for Linux kernel versions 4.1 through 4.6]
CONFIG_HAVE_BPF_JIT=y
# [for Linux kernel versions 4.7 and later]
CONFIG_HAVE_EBPF_JIT=y
# [optional, for kprobes]
CONFIG_BPF_EVENTS=y
```
Expand Down

0 comments on commit 12bd958

Please sign in to comment.