]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/prog_tests/xdp_attach.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / prog_tests / xdp_attach.c
index 62aa3edda5e6270bc097e4d556ea518871e9c3c1..062fbc8c8e5e3334513e15a2e4ac9954889e572d 100644 (file)
@@ -8,7 +8,7 @@ void serial_test_xdp_attach(void)
 {
        __u32 duration = 0, id1, id2, id0 = 0, len;
        struct bpf_object *obj1, *obj2, *obj3;
-       const char *file = "./test_xdp.o";
+       const char *file = "./test_xdp.bpf.o";
        struct bpf_prog_info info = {};
        int err, fd1, fd2, fd3;
        LIBBPF_OPTS(bpf_xdp_attach_opts, opts);
This page took 0.036952 seconds and 4 git commands to generate.