> 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
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(-