Re: [PATCH iproute2] tc: bpf: add ppc64 and sparc64 to list of archs with eBPF support

2017-05-08 Thread Stephen Hemminger
On Sat, 6 May 2017 22:30:10 +0200 Alexander Alemayhu wrote: > sparc64 support was added in 7a12b5031c6b (sparc64: Add eBPF JIT., > 2017-04-17)[0] > and ppc64 in 156d0e290e96 (powerpc/ebpf/jit: Implement JIT compiler for > extended BPF, 2016-06-22)[1]. > > [0]: > https://git.kernel.org/pub/sc

Re: [PATCH iproute2] tc: bpf: add ppc64 and sparc64 to list of archs with eBPF support

2017-05-07 Thread David Miller
From: Alexander Alemayhu Date: Sat, 6 May 2017 22:30:10 +0200 > sparc64 support was added in 7a12b5031c6b (sparc64: Add eBPF JIT., > 2017-04-17)[0] > and ppc64 in 156d0e290e96 (powerpc/ebpf/jit: Implement JIT compiler for > extended BPF, 2016-06-22)[1]. > > [0]: > https://git.kernel.org/pub/

Re: [PATCH iproute2] tc: bpf: add ppc64 and sparc64 to list of archs with eBPF support

2017-05-07 Thread Daniel Borkmann
On 05/06/2017 10:30 PM, Alexander Alemayhu wrote: sparc64 support was added in 7a12b5031c6b (sparc64: Add eBPF JIT., 2017-04-17)[0] and ppc64 in 156d0e290e96 (powerpc/ebpf/jit: Implement JIT compiler for extended BPF, 2016-06-22)[1]. [0]: https://git.kernel.org/pub/scm/linux/kernel/git/davem/

[PATCH iproute2] tc: bpf: add ppc64 and sparc64 to list of archs with eBPF support

2017-05-06 Thread Alexander Alemayhu
sparc64 support was added in 7a12b5031c6b (sparc64: Add eBPF JIT., 2017-04-17)[0] and ppc64 in 156d0e290e96 (powerpc/ebpf/jit: Implement JIT compiler for extended BPF, 2016-06-22)[1]. [0]: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/?id=7a12b5031c6b [1]: https://g