Re: [PATCH net-next v4] arm: eBPF JIT compiler

2017-08-22 Thread David Miller
From: Shubham Bansal Date: Tue, 22 Aug 2017 12:02:33 +0530 > The JIT compiler emits ARM 32 bit instructions. Currently, It > supports eBPF only. Classic BPF is supported because of the > conversion by BPF core. ... Applied to net-next, thanks.

Re: [PATCH net-next v4] arm: eBPF JIT compiler

2017-08-22 Thread Shubham Bansal
Please ignore this mail. Sent it by mistake.

[PATCH net-next v4] arm: eBPF JIT compiler

2017-08-21 Thread Shubham Bansal
The JIT compiler emits ARM 32 bit instructions. Currently, It supports eBPF only. Classic BPF is supported because of the conversion by BPF core. This patch is essentially changing the current implementation of JIT compiler of Berkeley Packet Filter from classic to internal with almost all instruc

[PATCH net-next v4] arm: eBPF JIT compiler

2017-08-21 Thread Shubham Bansal
The JIT compiler emits ARM 32 bit instructions. Currently, It supports eBPF only. Classic BPF is supported because of the conversion by BPF core. This patch is essentially changing the current implementation of JIT compiler of Berkeley Packet Filter from classic to internal with almost all instruc