On Thu, Feb 25, 2021 at 1:35 AM Yonghong Song <yhs@xxxxxx> wrote: > > This patch added support for hashmap, percpu hashmap, > lru hashmap and percpu lru hashmap. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > include/linux/bpf.h | 4 +++ > kernel/bpf/hashtab.c | 65 +++++++++++++++++++++++++++++++++++++++++++ > kernel/bpf/verifier.c | 27 ++++++++++++++++++ > 3 files changed, 96 insertions(+) > [...]