Re: [RFC PATCH bpf-next v2 1/2] bpf: adding map batch processing support

2019-09-24 Thread Yonghong Song
On 9/23/19 4:20 PM, Brian Vazquez wrote: > Hi Yonghong, thanks for working on this! > > I have some concerns about this implementation but overall I think > this might work for our use case too! Thanks for reviewing the patch. I will get back to this very soon. > > On Sun, Sep 8, 2019 at 1:11

Re: [RFC PATCH bpf-next v2 1/2] bpf: adding map batch processing support

2019-09-23 Thread Brian Vazquez
Hi Yonghong, thanks for working on this! I have some concerns about this implementation but overall I think this might work for our use case too! On Sun, Sep 8, 2019 at 1:11 AM Yonghong Song wrote: > > Brian Vazquez has proposed BPF_MAP_DUMP command to look up more than one > map entries per sys

[RFC PATCH bpf-next v2 1/2] bpf: adding map batch processing support

2019-09-06 Thread Yonghong Song
Brian Vazquez has proposed BPF_MAP_DUMP command to look up more than one map entries per syscall. https://lore.kernel.org/bpf/cabcgpau3xxx6cmmxd+1knapivtc2jlbhysdxw-0e9bqel0q...@mail.gmail.com/T/#t During discussion, we found more use cases can be supported in a similar map operation batching f