Re: [PATCH net-next v2] net: sched: implement action-specific terse dump

2020-11-05 Thread Jakub Kicinski
On Thu, 5 Nov 2020 06:48:48 -0500 Jamal Hadi Salim wrote: > On 2020-11-04 7:39 p.m., Jakub Kicinski wrote: > > On Mon, 2 Nov 2020 22:12:43 +0200 Vlad Buslov wrote: > >> Allow user to request action terse dump with new flag value > >> TCA_FLAG_TERSE_DUMP. Only output essential action info in ters

Re: [PATCH net-next v2] net: sched: implement action-specific terse dump

2020-11-05 Thread Jakub Kicinski
On Wed, 4 Nov 2020 22:34:27 -0800 Cong Wang wrote: > On Wed, Nov 4, 2020 at 4:39 PM Jakub Kicinski wrote: > > > > On Mon, 2 Nov 2020 22:12:43 +0200 Vlad Buslov wrote: > > > Allow user to request action terse dump with new flag value > > > TCA_FLAG_TERSE_DUMP. Only output essential action info i

Re: [PATCH net-next v2] net: sched: implement action-specific terse dump

2020-11-05 Thread Jamal Hadi Salim
On 2020-11-04 7:39 p.m., Jakub Kicinski wrote: On Mon, 2 Nov 2020 22:12:43 +0200 Vlad Buslov wrote: Allow user to request action terse dump with new flag value TCA_FLAG_TERSE_DUMP. Only output essential action info in terse dump (kind, stats, index and cookie, if set by the user when creating t

Re: [PATCH net-next v2] net: sched: implement action-specific terse dump

2020-11-04 Thread Cong Wang
On Wed, Nov 4, 2020 at 4:39 PM Jakub Kicinski wrote: > > On Mon, 2 Nov 2020 22:12:43 +0200 Vlad Buslov wrote: > > Allow user to request action terse dump with new flag value > > TCA_FLAG_TERSE_DUMP. Only output essential action info in terse dump (kind, > > stats, index and cookie, if set by the

Re: [PATCH net-next v2] net: sched: implement action-specific terse dump

2020-11-04 Thread Jakub Kicinski
On Mon, 2 Nov 2020 22:12:43 +0200 Vlad Buslov wrote: > Allow user to request action terse dump with new flag value > TCA_FLAG_TERSE_DUMP. Only output essential action info in terse dump (kind, > stats, index and cookie, if set by the user when creating the action). This > is different from filter

[PATCH net-next v2] net: sched: implement action-specific terse dump

2020-11-02 Thread Vlad Buslov
Allow user to request action terse dump with new flag value TCA_FLAG_TERSE_DUMP. Only output essential action info in terse dump (kind, stats, index and cookie, if set by the user when creating the action). This is different from filter terse dump where index is excluded (filter can be identified b