Skip to content

Commit

Permalink
Merge pull request #18 from scanf/update-supported
Browse files Browse the repository at this point in the history
doc: update list of archs supporting BPF
  • Loading branch information
netoptimizer committed Jun 1, 2017
2 parents 7db5539 + 5a0d077 commit 69047b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kernel/Documentation/bpf/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ JITs that are supported by the kernel via::
arch/arm/Kconfig: select HAVE_CBPF_JIT
arch/arm64/Kconfig: select HAVE_EBPF_JIT
arch/mips/Kconfig: select HAVE_CBPF_JIT if !CPU_MICROMIPS
arch/powerpc/Kconfig: select HAVE_CBPF_JIT if !PPC64
arch/powerpc/Kconfig: select HAVE_EBPF_JIT if PPC64
arch/powerpc/Kconfig: select HAVE_CBPF_JIT if !PPC64
arch/powerpc/Kconfig: select HAVE_EBPF_JIT if PPC64
arch/s390/Kconfig: select HAVE_EBPF_JIT if PACK_STACK && HAVE_MARCH_Z196_FEATURES
arch/sparc/Kconfig: select HAVE_CBPF_JIT
arch/sparc/Kconfig: select HAVE_CBPF_JIT if SPARC32
arch/sparc/Kconfig: select HAVE_EBPF_JIT if SPARC64
arch/x86/Kconfig: select HAVE_EBPF_JIT if X86_64

Also see Cilium `JIT`_ section and `BPF sysctl`_ section.
Expand Down

0 comments on commit 69047b7

Please sign in to comment.