On Thu 14 May 2020 at 20:26, Jakub Kicinski <k...@kernel.org> wrote: > On Thu, 14 May 2020 14:40:22 +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. > > Looks reasonable: > > Reviewed-by: Jakub Kicinski <k...@kernel.org> > > Apart from the change in NLA_BITFIELD policy build bot already pointed > out there is also an unnecessary new line after a function in patch 2.
Hi Jakub, Thanks for reviewing my code! I'll send V2 with those two issues fixed. Regards, Vlad