netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next v3 0/3] tools/bpf: changes of libbpf debug interfaces
@ 2019-02-01 22:06 Yonghong Song
  2019-02-01 22:06 ` [PATCH bpf-next v3 1/3] tools/bpf: move libbpf pr_* debug print functions to headers Yonghong Song
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yonghong Song @ 2019-02-01 22:06 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Magnus Karlsson, netdev
  Cc: Alexei Starovoitov, Daniel Borkmann, kernel-team, Yonghong Song

These are patches responding to my comments for
Magnus's patch (https://patchwork.ozlabs.org/patch/1032848/).
The goal is to make pr_* macros available to other C files
than libbpf.c, and to simplify API function libbpf_set_print().

Specifically, Patch #1 used global functions
to facilitate pr_* macros in the header files so they
are available in different C files.             
Patch #2 removes the global function libbpf_dprint_level_available()
which is added in Patch 1.
Patch #3 simplified libbpf_set_print() which takes only one print
function with a debug level argument among others.

Changelogs:
 v2 -> v3:
   . bailed out earlier in libbpf_debug_print() if __libbpf_pr is NULL
   . added missing LIBBPF_DEBUG level check in libbpf.c __base_pr().
 v1 -> v2:
   . Renamed global function libbpf_dprint() to libbpf_debug_print()
     to be more expressive.
   . Removed libbpf_dprint_level_available() as it is used only
     once in btf.c and we can remove it by optimizing for common cases.

Yonghong Song (3):
  tools/bpf: move libbpf pr_* debug print functions to headers
  tools/bpf: print out btf log at LIBBPF_WARN level
  tools/bpf: simplify libbpf API function libbpf_set_print()

 tools/lib/bpf/btf.c                           | 110 +++++++++---------
 tools/lib/bpf/btf.h                           |   7 +-
 tools/lib/bpf/libbpf.c                        |  47 ++++----
 tools/lib/bpf/libbpf.h                        |  20 ++--
 tools/lib/bpf/test_libbpf.cpp                 |   4 +-
 tools/lib/bpf/util.h                          |  30 +++++
 tools/perf/util/bpf-loader.c                  |  32 ++---
 tools/testing/selftests/bpf/test_btf.c        |   7 +-
 .../testing/selftests/bpf/test_libbpf_open.c  |  36 +++---
 tools/testing/selftests/bpf/test_progs.c      |  20 +++-
 10 files changed, 171 insertions(+), 142 deletions(-)
 create mode 100644 tools/lib/bpf/util.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-02  0:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01 22:06 [PATCH bpf-next v3 0/3] tools/bpf: changes of libbpf debug interfaces Yonghong Song
2019-02-01 22:06 ` [PATCH bpf-next v3 1/3] tools/bpf: move libbpf pr_* debug print functions to headers Yonghong Song
2019-02-01 22:52   ` Alexei Starovoitov
2019-02-02  0:00     ` Yonghong Song
2019-02-01 22:06 ` [PATCH bpf-next v3 2/3] tools/bpf: print out btf log at LIBBPF_WARN level Yonghong Song
2019-02-01 22:06 ` [PATCH bpf-next v3 3/3] tools/bpf: simplify libbpf API function libbpf_set_print() Yonghong Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).