Re: [PATCH bpf-next 04/13] bpf: refactor map_get_next_key()

2019-08-29 Thread Song Liu
> On Aug 28, 2019, at 11:45 PM, Yonghong Song wrote: > > Refactor function map_get_next_key() with a new helper > bpf_map_get_next_key(), which will be used later > for batched map lookup/lookup_and_delete/delete operations. > > Signed-off-by: Yonghong Song Acked-by: Song Liu

[PATCH bpf-next 04/13] bpf: refactor map_get_next_key()

2019-08-28 Thread Yonghong Song
Refactor function map_get_next_key() with a new helper bpf_map_get_next_key(), which will be used later for batched map lookup/lookup_and_delete/delete operations. Signed-off-by: Yonghong Song --- kernel/bpf/syscall.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-