mbox series

[iproute2-next,v4,0/2] Implement filter terse dump mode support

Message ID 20201023145536.27578-1-vladbu@nvidia.com
Headers show
Series Implement filter terse dump mode support | expand

Message

Vlad Buslov Oct. 23, 2020, 2:55 p.m. UTC
Implement support for terse dump mode which provides only essential
classifier/action info (handle, stats, cookie, etc.). Use new
TCA_DUMP_FLAGS_TERSE flag to prevent copying of unnecessary data from
kernel.

Vlad Buslov (2):
  tc: skip actions that don't have options attribute when printing
  tc: implement support for terse dump

 man/man8/tc.8     | 6 ++++++
 tc/m_bpf.c        | 4 ++--
 tc/m_connmark.c   | 4 ++--
 tc/m_csum.c       | 4 ++--
 tc/m_ct.c         | 5 ++---
 tc/m_ctinfo.c     | 4 ++--
 tc/m_gact.c       | 4 ++--
 tc/m_ife.c        | 4 ++--
 tc/m_ipt.c        | 2 +-
 tc/m_mirred.c     | 4 ++--
 tc/m_mpls.c       | 4 ++--
 tc/m_nat.c        | 4 ++--
 tc/m_pedit.c      | 4 ++--
 tc/m_sample.c     | 4 ++--
 tc/m_simple.c     | 2 +-
 tc/m_skbedit.c    | 5 ++---
 tc/m_skbmod.c     | 2 +-
 tc/m_tunnel_key.c | 5 ++---
 tc/m_vlan.c       | 4 ++--
 tc/m_xt.c         | 2 +-
 tc/m_xt_old.c     | 2 +-
 tc/tc.c           | 6 +++++-
 tc/tc_filter.c    | 9 +++++++++
 23 files changed, 55 insertions(+), 39 deletions(-)

Comments

David Ahern Oct. 31, 2020, 3:23 p.m. UTC | #1
On 10/23/20 8:55 AM, Vlad Buslov wrote:
> Implement support for terse dump mode which provides only essential

> classifier/action info (handle, stats, cookie, etc.). Use new

> TCA_DUMP_FLAGS_TERSE flag to prevent copying of unnecessary data from

> kernel.

> 

> Vlad Buslov (2):

>   tc: skip actions that don't have options attribute when printing

>   tc: implement support for terse dump

> 


applied to iproute2-next.