Re: [PATCH iproute2-next v2] tc: flower: expose hardware offload count

2018-10-07 Thread David Ahern
On 10/3/18 2:44 PM, Vlad Buslov wrote: > Recently flower classifier was updated to expose count of devices that > filter is offloaded to. Add support to print this counter as 'in_hw_count'. > > Signed-off-by: Vlad Buslov > Acked-by: Jiri Pirko > --- > Changes from V1 to V2: > - Change print

[PATCH iproute2-next v2] tc: flower: expose hardware offload count

2018-10-03 Thread Vlad Buslov
Recently flower classifier was updated to expose count of devices that filter is offloaded to. Add support to print this counter as 'in_hw_count'. Signed-off-by: Vlad Buslov Acked-by: Jiri Pirko --- Changes from V1 to V2: - Change print format string to "%u" tc/f_flower.c | 10 +- 1