Searched hist:"7 ae9f2817ad5130fdffa3692ef69b9d0e91279e8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | ibumad_kern.c | diff 7ae9f2817ad5130fdffa3692ef69b9d0e91279e8 Tue Jun 18 13:13:18 CDT 2019 Michal Rostecki <mrostecki@opensuse.org> samples: bpf: Remove bpf_debug macro in favor of bpf_printk
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 <mrostecki@opensuse.org> Acked-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|