public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: "Toke Høiland-Jørgensen" <toke@kernel•org>
To: shaozhengchao <shaozhengchao@huawei•com>,
	"bpf@vger•kernel.org" <bpf@vger•kernel.org>,
	"netdev@vger•kernel.org" <netdev@vger•kernel.org>,
	"linux-kernel@vger•kernel.org" <linux-kernel@vger•kernel.org>,
	"ast@kernel•org" <ast@kernel•org>,
	"daniel@iogearbox•net" <daniel@iogearbox•net>,
	"davem@davemloft•net" <davem@davemloft•net>,
	"kuba@kernel•org" <kuba@kernel•org>,
	"hawk@kernel•org" <hawk@kernel•org>,
	"john.fastabend@gmail•com" <john.fastabend@gmail•com>,
	"andrii@kernel•org" <andrii@kernel•org>,
	"kafai@fb•com" <kafai@fb•com>,
	"songliubraving@fb•com" <songliubraving@fb•com>,
	"yhs@fb•com" <yhs@fb•com>,
	"kpsingh@kernel•org" <kpsingh@kernel•org>
Cc: "weiyongjun (A)" <weiyongjun1@huawei•com>,
	yuehaibing <yuehaibing@huawei•com>
Subject: Re: 答复: 答复: [PATCH bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
Date: Tue, 17 May 2022 11:42:59 +0200	[thread overview]
Message-ID: <877d6kcx5o.fsf@toke.dk> (raw)
In-Reply-To: <942eaafecf074ae8a5bb336c18658453@huawei.com>

> Could I add helper function to implement this function which can check
> the program name and see if it attach to the device.

You just need to call bpf_prog_get_fd_by_id() followed by
bpf_obj_get_info_by_fd(), and the program name will be in info.name.
Here's an example in libxdp where we pull out the prog name:

https://github.com/xdp-project/xdp-tools/blob/master/lib/libxdp/libxdp.c#L1165

-Toke

      reply	other threads:[~2022-05-17  9:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09  0:51 [PATCH bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd Zhengchao Shao
2022-05-09  9:46 ` Toke Høiland-Jørgensen
2022-05-09 10:27   ` 答复: " shaozhengchao
2022-05-09 10:55     ` Toke Høiland-Jørgensen
2022-05-17  2:00       ` 答复: " shaozhengchao
2022-05-17  9:42         ` Toke Høiland-Jørgensen [this message]

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=877d6kcx5o.fsf@toke.dk \
    --to=toke@kernel$(echo .)org \
    --cc=andrii@kernel$(echo .)org \
    --cc=ast@kernel$(echo .)org \
    --cc=bpf@vger$(echo .)kernel.org \
    --cc=daniel@iogearbox$(echo .)net \
    --cc=davem@davemloft$(echo .)net \
    --cc=hawk@kernel$(echo .)org \
    --cc=john.fastabend@gmail$(echo .)com \
    --cc=kafai@fb$(echo .)com \
    --cc=kpsingh@kernel$(echo .)org \
    --cc=kuba@kernel$(echo .)org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=shaozhengchao@huawei$(echo .)com \
    --cc=songliubraving@fb$(echo .)com \
    --cc=weiyongjun1@huawei$(echo .)com \
    --cc=yhs@fb$(echo .)com \
    --cc=yuehaibing@huawei$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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