On Thu, Nov 14, 2019 at 5:04 PM Daniel Borkmann <daniel@xxxxxxxxxxxxx> wrote: > > We're going to extend this with further information which is only > relevant for prog array at this point. Given this info is not used > in critical path, move it into its own structure such that the main > array map structure can be kept on diet. > > Signed-off-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx> > --- Looks good. Acked-by: Andrii Nakryiko <andriin@xxxxxx> > include/linux/bpf.h | 18 +++++++++++------- > kernel/bpf/arraymap.c | 32 ++++++++++++++++++++++++++++++-- > kernel/bpf/core.c | 11 +++++------ > kernel/bpf/map_in_map.c | 5 ++--- > kernel/bpf/syscall.c | 16 ++++++---------- > 5 files changed, 54 insertions(+), 28 deletions(-) > [...]