mbox

[v3,0/2] few bpf library fixes

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

Message

Ananyev, Konstantin Nov. 3, 2021, 11:17 a.m. UTC
  v3:
 - add meson warnings if dependencies are missing (Stephen)
 - more descriptive error message (Stephen)

v2:
 - add fix for doxygen comments

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

 app/dumpcap/main.c  |  3 ++-
 lib/bpf/bpf_load.c  | 18 ------------------
 lib/bpf/bpf_stub.c  | 45 +++++++++++++++++++++++++++++++++++++++++++++
 lib/bpf/meson.build |  5 +++++
 lib/bpf/rte_bpf.h   |  7 +------
 5 files changed, 53 insertions(+), 25 deletions(-)
 create mode 100644 lib/bpf/bpf_stub.c