commit | 44f8658017419dccbeefe64f30122fa191d0e173 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Sat Mar 07 12:40:20 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 08 21:07:48 2020 -0700 |
tree | 91666da01c7c8ae1758342a2261165c5fab6fcf6 | |
parent | d7cb1e3ba12e004e92e9ad2e8d272220db0a541c [diff] |
sched: act: allow user to specify type of HW stats for a filter Currently, user who is adding an action expects HW to report stats, however it does not have exact expectations about the stats types. That is aligned with TCA_ACT_HW_STATS_TYPE_ANY. Allow user to specify the type of HW stats for an action and require it. Pass the information down to flow_offload layer. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>