From: Jiri Pirko <jiri@resnulli.us>
To: Vlad Buslov <vladbu@mellanox.com>
Cc: dsahern@gmail.com, stephen@networkplumber.org,
netdev@vger.kernel.org, davem@davemloft.net, jhs@mojatatu.com,
xiyou.wangcong@gmail.com, marcelo.leitner@gmail.com,
dcaratti@redhat.com
Subject: Re: [PATCH iproute2-next 2/2] tc: implement support for terse dump
Date: Thu, 14 May 2020 15:42:21 +0200 [thread overview]
Message-ID: <20200514134221.GC2676@nanopsycho> (raw)
In-Reply-To: <20200514132306.29961-3-vladbu@mellanox.com>
Thu, May 14, 2020 at 03:23:06PM CEST, vladbu@mellanox.com wrote:
>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:
>
>> tc -s filter show terse 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.
>
>Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Adding forgotten tag:
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
next prev parent reply other threads:[~2020-05-14 13:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-14 11:40 [PATCH net-next 0/4] Implement filter terse dump mode support Vlad Buslov
2020-05-14 11:40 ` [PATCH net-next 1/4] net: sched: introduce terse dump flag Vlad Buslov
2020-05-14 15:00 ` kbuild test robot
2020-05-14 15:00 ` kbuild test robot
2020-05-14 20:11 ` David Miller
2020-05-14 11:40 ` [PATCH net-next 2/4] net: sched: implement terse dump support in act Vlad Buslov
2020-05-14 11:40 ` [PATCH net-next 3/4] net: sched: cls_flower: implement terse dump support Vlad Buslov
2020-05-14 11:40 ` [PATCH net-next 4/4] selftests: implement flower classifier terse dump tests Vlad Buslov
2020-05-14 13:23 ` [PATCH iproute2-next 0/2] Implement filter terse dump mode support Vlad Buslov
2020-05-14 13:23 ` [PATCH iproute2-next 1/2] tc: skip actions that don't have options attribute when printing Vlad Buslov
2020-05-14 13:42 ` Jiri Pirko
2020-05-14 13:23 ` [PATCH iproute2-next 2/2] tc: implement support for terse dump Vlad Buslov
2020-05-14 13:42 ` Jiri Pirko [this message]
2020-05-21 18:01 ` [PATCH iproute2-next 0/2] Implement filter terse dump mode support David Ahern
2020-06-01 18:58 ` David Ahern
2020-05-14 17:26 ` [PATCH net-next 0/4] " Jakub Kicinski
2020-05-15 11:25 ` Vlad Buslov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200514134221.GC2676@nanopsycho \
--to=jiri@resnulli.us \
--cc=davem@davemloft.net \
--cc=dcaratti@redhat.com \
--cc=dsahern@gmail.com \
--cc=jhs@mojatatu.com \
--cc=marcelo.leitner@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
--cc=vladbu@mellanox.com \
--cc=xiyou.wangcong@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.