Em Fri, Mar 15, 2019 at 12:16:32PM -0700, Jakub Kicinski escreveu: > Please do keep the current model of name val, IOW dump map *name* pids.. I don't have a problem with that, but what would be the problem with supporting both: bpftool map dump name pids_filtered and: bpftool map dump pids_filtered And for that matter, even: bpftool map dump id 30 And bpftool map dump 30 Ditto for 'pinned'? I.e. less typing, the tool can be smart enough to figure out what is that is being asked, i.e. is it a number? Try first it as an 'id', etc. - Arnaldo > > [{ > > "key": 26554, > > "value": true > > },{ > > "key": 2592, > > "value": true > > } > > ] > > # > > > > Cc: Alexei Starovoitov <ast@xxxxxxxxxx> > > Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx> > > Cc: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx> > > cc: Jiri Olsa <jolsa@xxxxxxxxxx> > > Cc: Martin KaFai Lau <kafai@xxxxxx> > > Cc: Namhyung Kim <namhyung@xxxxxxxxxx> > > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> > > Cc: Quentin Monnet <quentin.monnet@xxxxxxxxxxxxx> > > Cc: Song Liu <songliubraving@xxxxxx> > > Cc: Stanislav Fomichev <sdf@xxxxxxxxxx> > > Cc: Yonghong Song <yhs@xxxxxx> > > Link: https://lkml.kernel.org/n/tip-rrnxuhvety3j3rf0r9zlbfro@xxxxxxxxxxxxxx > > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> > > Please also update the bash completions and all the help/mans/docs. -- - Arnaldo