Re: [PATCH net-next v3 0/4] arm64 BPF JIT updates
From: Zi Shen Lim Date: Wed, 8 Jun 2016 21:18:46 -0700 > Updates for arm64 eBPF JIT. Series applied to net-next, thanks.
[PATCH net-next v3 0/4] arm64 BPF JIT updates
Updates for arm64 eBPF JIT. The main addition here is implementation of bpf_tail_call. #1: Fix missing header inclusion in linux/bpf.h. #2: Add bpf_tail_call for arm64. #3,4: Optimizations to reduce instruction count for jitted code. Changes since v2: - None. Resubmit per David Miller. Changes