public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH bpf-next 0/3] bpftool: add tcx subcommand in net
@ 2024-07-15 11:37 Tao Chen
  2024-07-15 11:37 ` [RFC PATCH bpf-next 1/3] bpftool: add net attach/detach command to tcx prog Tao Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tao Chen @ 2024-07-15 11:37 UTC (permalink / raw)
  To: Quentin Monnet, Alexei Starovoitov, Daniel Borkmann,
	Andrii Nakryiko, Martin KaFai Lau, chen.dylane
  Cc: Eduard Zingerman, Song Liu, Yonghong Song, John Fastabend, bpf,
	linux-kernel

XDP prog has already realised with net attach/detach subcommand.
As Qmonnet said [0], tcx prog may also can be added. So this patch set
adds tcx subcommand in net attach/detach.

[0] https://github.com/libbpf/bpftool/issues/124

Tao Chen (3):
  bpftool: add net attach/detach command to tcx prog
  bpftool: add bash-completion for tcx subcommand
  bpftool: add document for net attach/detach on tcx subcommand

 tools/bpf/bpftool/Documentation/bpftool-net.rst | 22 +++++++-
 tools/bpf/bpftool/bash-completion/bpftool     |  2 +-
 tools/bpf/bpftool/net.c                       | 52 ++++++++++++++++++-
 3 files changed, 73 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-07-17 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 11:37 [RFC PATCH bpf-next 0/3] bpftool: add tcx subcommand in net Tao Chen
2024-07-15 11:37 ` [RFC PATCH bpf-next 1/3] bpftool: add net attach/detach command to tcx prog Tao Chen
2024-07-16 17:23   ` Quentin Monnet
2024-07-17 14:51     ` Tao Chen
2024-07-15 11:37 ` [RFC PATCH bpf-next 2/3] bpftool: add bash-completion for tcx subcommand Tao Chen
2024-07-15 11:37 ` [RFC PATCH bpf-next 3/3] bpftool: add document for net attach/detach on " Tao Chen
2024-07-16 17:23   ` Quentin Monnet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox