Re: [PATCH net-next 0/6] BPF helper improvements

2016-06-30 Thread David Miller
From: Daniel Borkmann Date: Tue, 28 Jun 2016 12:18:22 +0200 > This set adds various BPF helper improvements, that is, cleaning > up and adding BPF_F_CURRENT_CPU flag for tracing helper, allowing > for preemption checks on bpf_get_smp_processor_id() helper, and > adding two new helpers bpf_skb_cha

[PATCH net-next 0/6] BPF helper improvements

2016-06-28 Thread Daniel Borkmann
This set adds various BPF helper improvements, that is, cleaning up and adding BPF_F_CURRENT_CPU flag for tracing helper, allowing for preemption checks on bpf_get_smp_processor_id() helper, and adding two new helpers bpf_skb_change_{proto, type} for tc related programs. For further details please