On Thu, Feb 20, 2020 at 5:28 AM Eelco Chaudron <echaudro@xxxxxxxxxx> wrote: > > Use the new bpf_program__set_attach_target() API in the xdp_bpf2bpf > selftest so it can be referenced as an example on how to use it. > > Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> > Signed-off-by: Eelco Chaudron <echaudro@xxxxxxxxxx> > --- Looks great, thanks! Acked-by: Andrii Nakryiko <andriin@xxxxxx> > .../testing/selftests/bpf/prog_tests/xdp_bpf2bpf.c | 16 +++++++++++++--- > .../testing/selftests/bpf/progs/test_xdp_bpf2bpf.c | 4 ++-- > 2 files changed, 15 insertions(+), 5 deletions(-) > [...]