Re: [PATCH net-next 0/2] bpf: Add syscall lookup support for fd array and htab

2017-06-29 Thread David Miller
From: Martin KaFai Lau Date: Tue, 27 Jun 2017 23:08:33 -0700 > This patchset adds BPF_MAP_LOOKUP_ELEM syscall support for > BPF_MAP_TYPE_PROG_ARRAY, > BPF_MAP_TYPE_ARRAY_OF_MAPS and > BPF_MAP_TYPE_HASH_OF_MAPS Series applied, thanks.

[PATCH net-next 0/2] bpf: Add syscall lookup support for fd array and htab

2017-06-27 Thread Martin KaFai Lau
This patchset adds BPF_MAP_LOOKUP_ELEM syscall support for BPF_MAP_TYPE_PROG_ARRAY, BPF_MAP_TYPE_ARRAY_OF_MAPS and BPF_MAP_TYPE_HASH_OF_MAPS Martin KaFai Lau (2): bpf: Add syscall lookup support for fd array and htab bpf: Add test for syscall on fd array/htab lookup include/linux/bpf.h