Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1416985
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next v2 0/4] arm64 BPF JIT updates |
| Date | 2016-06-08 09:40 +0200 |
| Message-ID | <rHGfL-5Ap-19@gated-at.bofh.it> (permalink) |
| References | <rHhKp-6U6-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Zi Shen Lim <zlim.lnx@gmail.com> Date: Mon, 6 Jun 2016 22:22:55 -0700 > 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 v1: > - Added patch #1 to address build error due to missing header inclusion > in linux/bpf.h. (Thanks to suggestion and ack by Daniel Borkmann) > Ordered it ahead of bpf_tail_call patch #2 so build error is not > triggered. > > Zi Shen Lim (4): > bpf: fix missing header inclusion > arm64: bpf: implement bpf_tail_call() helper > arm64: bpf: optimize JMP_CALL > arm64: bpf: optimize LD_ABS, LD_IND I only see patches 1, 3, and 4 on the list. Please resubmit.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH net-next v2 0/4] arm64 BPF JIT updates Zi Shen Lim <zlim.lnx@gmail.com> - 2016-06-07 07:30 +0200 [PATCH net-next v2 1/4] bpf: fix missing header inclusion Zi Shen Lim <zlim.lnx@gmail.com> - 2016-06-07 07:30 +0200 [PATCH net-next v2 4/4] arm64: bpf: optimize LD_ABS, LD_IND Zi Shen Lim <zlim.lnx@gmail.com> - 2016-06-07 07:30 +0200 [PATCH net-next v2 3/4] arm64: bpf: optimize JMP_CALL Zi Shen Lim <zlim.lnx@gmail.com> - 2016-06-07 07:30 +0200 Re: [PATCH net-next v2 0/4] arm64 BPF JIT updates David Miller <davem@davemloft.net> - 2016-06-08 09:40 +0200
csiph-web