From: Jiri Pirko <jiri@resnulli.us>
To: bpf@vger.kernel.org
Subject: kfunc use newbie question
Date: Mon, 30 Oct 2023 10:35:59 +0100 [thread overview]
Message-ID: <ZT94/1VlpfA231TX@nanopsycho> (raw)
Hi BPF :)
I'm trying to use bpf_dynptr_from_skb() kfunc in my program. I compiled
it with having following declaration in the bpf .c file:
extern int bpf_dynptr_from_skb(struct __sk_buff *skb, __u64 flags,
struct bpf_dynptr *ptr__uninit) __ksym;
I have all "BPF/BTF" kernel config options on. During load,
I'm still getting:
libbpf: failed to find BTF for extern 'bpf_dynptr_from_skb': -3
I'm pretty much clueless about what may be wrong. Documentation didn't
help me either :/
Any idea what I may be doing wrong?
Thanks
Jiri
next reply other threads:[~2023-10-30 9:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-30 9:35 Jiri Pirko [this message]
2023-10-30 10:14 ` kfunc use newbie question Jiri Olsa
2023-10-30 11:02 ` Jiri Pirko
2023-10-30 13:19 ` Jiri Olsa
2023-10-30 13:45 ` Jiri Pirko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZT94/1VlpfA231TX@nanopsycho \
--to=jiri@resnulli.us \
--cc=bpf@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox