commit | 84ea1f8541721c1852bc95f4d50a603c661eabc6 | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Mon Mar 02 19:56:02 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 03 17:03:52 2020 -0800 |
tree | 1c47a1bbf2c49e7a478b71e820840faddd5a1fc6 | |
parent | a29b56c45114bedfd4d016495b93b35c3468bd72 [diff] |
selftests: forwarding: lib: Add tc_rule_handle_stats_get() The function tc_rule_stats_get() fetches a given statistic of a TC rule given the rule preference. Another common way to reference a rule is using its handle. Introduce a dual to the aforementioned function that gets a statistic given rule handle. Signed-off-by: Petr Machata <petrm@mellanox.com> Reviewed-by: Amit Cohen <amitc@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>