Re: [PATCH v2 net-next 0/2] bpf: allow eBPF access skb fields

2015-03-15 Thread David Miller
From: Alexei Starovoitov Date: Fri, 13 Mar 2015 11:57:41 -0700 > Hi All, > > V1->V2: > - refactored field access converter into common helper convert_skb_access() > used in both classic and extended BPF > - added missing build_bug_on for field 'len' > - added comment to uapi/linux/bpf.h as sug

[PATCH v2 net-next 0/2] bpf: allow eBPF access skb fields

2015-03-13 Thread Alexei Starovoitov
Hi All, V1->V2: - refactored field access converter into common helper convert_skb_access() used in both classic and extended BPF - added missing build_bug_on for field 'len' - added comment to uapi/linux/bpf.h as suggested by Daniel - dropped exposing 'ifindex' field for now classic BPF has a