[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <af301902-1e54-13cc-0a4c-3d724f1cb835@isovalent.com>
Date: Tue, 20 Sep 2022 16:12:52 +0100
From: Quentin Monnet <quentin@...valent.com>
To: Wang Yufen <wangyufen@...wei.com>, ast@...nel.org,
daniel@...earbox.net, andrii@...nel.org, martin.lau@...ux.dev,
song@...nel.org, yhs@...com, john.fastabend@...il.com,
kpsingh@...nel.org, sdf@...gle.com, haoluo@...gle.com,
jolsa@...nel.org, davem@...emloft.net, kuba@...nel.org,
hawk@...nel.org, nathan@...nel.org, ndesaulniers@...gle.com,
trix@...hat.com
Cc: bpf@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, llvm@...ts.linux.dev
Subject: Re: [bpf-next v4 3/3] bpftool: Update the bash completion(add
auto_attach to prog load)
Tue Sep 13 2022 03:54:47 GMT+0100 (British Summer Time) ~ Wang Yufen
<wangyufen@...wei.com>
> Add auto_attach optional to prog load|loadall for supporting
> one-step load-attach-pin_link.
>
> Signed-off-by: Wang Yufen <wangyufen@...wei.com>
> ---
> tools/bpf/bpftool/bash-completion/bpftool | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/bpf/bpftool/bash-completion/bpftool b/tools/bpf/bpftool/bash-completion/bpftool
> index dc1641e..3f6f4f9 100644
> --- a/tools/bpf/bpftool/bash-completion/bpftool
> +++ b/tools/bpf/bpftool/bash-completion/bpftool
> @@ -505,6 +505,7 @@ _bpftool()
> _bpftool_once_attr 'type'
> _bpftool_once_attr 'dev'
> _bpftool_once_attr 'pinmaps'
> + _bpftool_once_attr 'auto_attach'
> return 0
> ;;
> esac
Reviewed-by: Quentin Monnet <quentin@...valent.com>
Thanks
Powered by blists - more mailing lists