On 5/25/21 10:18 PM, Florent Revest wrote:
These macros are convenient wrappers around the bpf_seq_printf and bpf_snprintf helpers. They are currently provided by bpf_tracing.h which targets low level tracing primitives. bpf_helpers.h is a better fit. The __bpf_narg and __bpf_apply macros are needed in both files so provided twice and guarded by ifndefs. Reported-by: Andrii Nakryiko <andrii@xxxxxxxxxx> Signed-off-by: Florent Revest <revest@xxxxxxxxxxxx>
Given v1/v2 both target bpf tree in the subject, do you really mean bpf or rather bpf-next? Thanks, Daniel