linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
@ 2023-08-01 14:26 Leon Hwang
  2023-08-01 14:26 ` [PATCH bpf-next v5 1/2] " Leon Hwang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leon Hwang @ 2023-08-01 14:26 UTC (permalink / raw)
  To: bpf
  Cc: ast, daniel, john.fastabend, andrii, martin.lau, song,
	yonghong.song, kpsingh, sdf, haoluo, jolsa, davem, edumazet, kuba,
	pabeni, hawk, rostedt, mhiramat, mykolal, shuah, hffilwlqm,
	tangyeechou, kernel-patches-bot, linux-kernel, netdev,
	linux-trace-kernel, linux-kselftest

This series introduces a new tracepoint in bpf_xdp_link_attach(). By
this tracepoint, error message will be captured when error happens in
dev_xdp_attach(), e.g. invalid attaching flags.

v4 -> v5:
* Initialise the extack variable.
* Fix code style issue of variable declaration lines.

v3 -> v4:
* Fix selftest-crashed issue.

Leon Hwang (2):
  bpf, xdp: add tracepoint to xdp attaching failure
  selftests/bpf: Add testcase for xdp attaching failure tracepoint

 include/trace/events/xdp.h                    | 17 +++++
 net/core/dev.c                                |  5 +-
 .../selftests/bpf/prog_tests/xdp_attach.c     | 65 +++++++++++++++++++
 .../bpf/progs/test_xdp_attach_fail.c          | 54 +++++++++++++++
 4 files changed, 140 insertions(+), 1 deletion(-)
 create mode 100644 tools/testing/selftests/bpf/progs/test_xdp_attach_fail.c


base-commit: a33d978500acd8fb67efac9773ba0a8502c1ff06
-- 
2.41.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-02 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 14:26 [PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure Leon Hwang
2023-08-01 14:26 ` [PATCH bpf-next v5 1/2] " Leon Hwang
2023-08-01 22:08   ` Jakub Kicinski
2023-08-02  6:51     ` Leon Hwang
2023-08-01 14:26 ` [PATCH bpf-next v5 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint Leon Hwang
2023-08-02 21:40 ` [PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).