Re: [PATCH v2 net-next 0/2] bpf: performance improvements

2015-09-17 Thread David Miller
From: Alexei Starovoitov Date: Tue, 15 Sep 2015 23:05:41 -0700 > v1->v2: dropped redundant iff_up check in patch 2 > > At plumbers we discussed different options on how to get rid of skb_clone > from bpf_clone_redirect(), the patch 2 implements the best option. > Patch 1 adds 'integrated exts' t

[PATCH v2 net-next 0/2] bpf: performance improvements

2015-09-15 Thread Alexei Starovoitov
v1->v2: dropped redundant iff_up check in patch 2 At plumbers we discussed different options on how to get rid of skb_clone from bpf_clone_redirect(), the patch 2 implements the best option. Patch 1 adds 'integrated exts' to cls_bpf to improve performance by combining simple actions into bpf class