Skip to content

Commit

Permalink
cli/libxdp: recommended -> suggested
Browse files Browse the repository at this point in the history
libxdp needs to opt-in using --use-libxdp for now.
  • Loading branch information
hack3ric committed Jan 12, 2025
1 parent 702800a commit 34b4f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libxdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int dlopen_many_sym_or_warn_sentinel(void **dlp, const char *filename, ..

int dlopen_libxdp() {
ELF_NOTE_DLOPEN("libxdp", "Use libxdp for loading XDP programs",
ELF_NOTE_DLOPEN_PRIORITY_RECOMMENDED, "libxdp.so.1");
ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED, "libxdp.so.1");

return dlopen_many_sym_or_warn(
&libxdp_dl, "libxdp.so.1", DLSYM_ARG(libxdp_set_print), DLSYM_ARG(xdp_program__from_bpf_obj),
Expand Down

0 comments on commit 34b4f17

Please sign in to comment.