Re: [PATCH net-next v2 2/4] net: sched: implement terse dump support in act

2020-05-15 Thread Jiri Pirko
Fri, May 15, 2020 at 01:40:12PM CEST, vla...@mellanox.com wrote: >Extend tcf_action_dump() with boolean argument 'terse' that is used to >request terse-mode action dump. In terse mode only essential data needed to >identify particular action (action kind, cookie, etc.) and its stats is put >to resu

[PATCH net-next v2 2/4] net: sched: implement terse dump support in act

2020-05-15 Thread Vlad Buslov
Extend tcf_action_dump() with boolean argument 'terse' that is used to request terse-mode action dump. In terse mode only essential data needed to identify particular action (action kind, cookie, etc.) and its stats is put to resulting skb and everything else is omitted. Implement tcf_exts_terse_du