03/09/2019 12:59, jer...@marvell.com: > Added eBPF arm64 JIT support to improve the eBPF program performance > on arm64. > > lib/librte_bpf/bpf_jit_arm64.c | 1451 ++++++++++++++++++++++++
I am concerned about duplicating the BPF JIT effort in DPDK and Linux. Could we try to pull the Linux JIT? Is the license the only issue? After a quick discussion, it seems the Linux authors are OK to arrange their JIT code for sharing with userspace projects.