Re: [RESEND PATCH iproute2-next 0/2] Implement filter terse dump mode support

2020-09-30 Thread Ivan Vecera
On Wed, 30 Sep 2020 10:36:49 +0300 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): > t

[RESEND PATCH iproute2-next 0/2] Implement filter terse dump mode support

2020-09-30 Thread Vlad Buslov
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: