[PATCH net-next 0/7] implementation of eBPF maps

2014-11-03 Thread Alexei Starovoitov
Hi All, this set of patches adds implementation of HASH and ARRAY types of eBPF maps which were described in manpage in commit b4fc1a460f30("Merge branch 'bpf-next'") The difference vs previous version of these patches from August: - added 'flags' attribute to BPF_MAP_UPDATE_ELEM - in HASH type

[PATCH net-next 0/7] implementation of eBPF maps

2014-11-03 Thread Alexei Starovoitov
Hi All, this set of patches adds implementation of HASH and ARRAY types of eBPF maps which were described in manpage in commit b4fc1a460f30(Merge branch 'bpf-next') The difference vs previous version of these patches from August: - added 'flags' attribute to BPF_MAP_UPDATE_ELEM - in HASH type