Re: [PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk

2019-06-24 Thread Daniel Borkmann
On 06/18/2019 08:13 PM, Michal Rostecki wrote: > ibumad example was implementing the bpf_debug macro which is exactly the > same as the bpf_printk macro available in bpf_helpers.h. This change > makes use of bpf_printk instead of bpf_debug. > > Signed-off-by: Michal Rostecki Applied, thanks!

Re: [PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk

2019-06-18 Thread Andrii Nakryiko
On Tue, Jun 18, 2019 at 11:13 AM Michal Rostecki wrote: > > ibumad example was implementing the bpf_debug macro which is exactly the > same as the bpf_printk macro available in bpf_helpers.h. This change > makes use of bpf_printk instead of bpf_debug. > > Signed-off-by: Michal Rostecki > --- Ack

[PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk

2019-06-18 Thread Michal Rostecki
ibumad example was implementing the bpf_debug macro which is exactly the same as the bpf_printk macro available in bpf_helpers.h. This change makes use of bpf_printk instead of bpf_debug. Signed-off-by: Michal Rostecki --- samples/bpf/ibumad_kern.c | 18 ++ 1 file changed, 6 inse