mbox

[v2,0/2] few bpf library fixes

Message ID 20211101161013.31966-1-konstantin.ananyev@intel.com (mailing list archive)
Headers

Message

Ananyev, Konstantin Nov. 1, 2021, 4:10 p.m. UTC
  v2:
 - add fix for doxygen comments

Konstantin Ananyev (2):
  bpf: fix doxygen comments
  bpf: fix convert API can be undefined

 lib/bpf/bpf_load.c  | 18 ------------------
 lib/bpf/bpf_stub.c  | 45 +++++++++++++++++++++++++++++++++++++++++++++
 lib/bpf/meson.build |  1 +
 lib/bpf/rte_bpf.h   |  7 +------
 4 files changed, 47 insertions(+), 24 deletions(-)
 create mode 100644 lib/bpf/bpf_stub.c