On 9/30/20 9:59 AM, Vlad Buslov wrote: > From: Vlad Buslov <vla...@mellanox.com> > > Implement support for classifier/action terse dump using new TCA_DUMP_FLAGS > tlv with only available flag value TCA_DUMP_FLAGS_TERSE. Set the flag when > user requested it with following example CLI (-br for 'brief'): > >> tc -s -br filter show dev ens1f0 ingress > > In terse mode dump only outputs essential data needed to identify the > filter and action (handle, cookie, etc.) and stats, if requested by the > user. The intention is to significantly improve rule dump rate by omitting > all static data that do not change after rule is created. >
I really want to get agreement from other heavy tc users about what the right information is for a brief mode.