Re: [PATCH bpf-next v4 0/3] tools/bpf: changes of libbpf debug interfaces

2019-02-04 Thread Alexei Starovoitov
On Mon, Feb 04, 2019 at 12:51:34PM -0200, Arnaldo Carvalho de Melo wrote: > Em Sat, Feb 02, 2019 at 08:52:30AM -0800, Alexei Starovoitov escreveu: > > On Fri, Feb 01, 2019 at 04:14:13PM -0800, Yonghong Song wrote: > > > These are patches responding to my comments for > > > Magnus's patch (https://p

Re: [PATCH bpf-next v4 0/3] tools/bpf: changes of libbpf debug interfaces

2019-02-04 Thread Arnaldo Carvalho de Melo
Em Sat, Feb 02, 2019 at 08:52:30AM -0800, Alexei Starovoitov escreveu: > On Fri, Feb 01, 2019 at 04:14:13PM -0800, Yonghong Song wrote: > > 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

Re: [PATCH bpf-next v4 0/3] tools/bpf: changes of libbpf debug interfaces

2019-02-02 Thread Alexei Starovoitov
On Fri, Feb 01, 2019 at 04:14:13PM -0800, Yonghong Song wrote: > 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_prin

[PATCH bpf-next v4 0/3] tools/bpf: changes of libbpf debug interfaces

2019-02-01 Thread 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_* m