On Thu, Sep 24, 2020 at 4:03 PM Song Liu <songliubraving@xxxxxx> wrote: > > Add bpf_prog_test_run_opts() with support of new fields in bpf_attr.test, > namely, flags and cpu. Also extend _opts operations to support outputs via > opts. > > Signed-off-by: Song Liu <songliubraving@xxxxxx> > --- Looks nice! Acked-by: Andrii Nakryiko <andriin@xxxxxx> > tools/lib/bpf/bpf.c | 31 +++++++++++++++++++++++++++++++ > tools/lib/bpf/bpf.h | 26 ++++++++++++++++++++++++++ > tools/lib/bpf/libbpf.map | 1 + > tools/lib/bpf/libbpf_internal.h | 5 +++++ > 4 files changed, 63 insertions(+) [...]