commit | d1038cd0f67e542f2744782f958b95c4909fb63a | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Mon Nov 19 16:11:13 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 19 17:59:43 2018 -0800 |
tree | 90b60b42d15a65fc4e3d135fa6e3df3bf89e34fc | |
parent | d20b0f214aa74a3f6b28b8d522f273e1fd2abea3 [diff] |
selftests: forwarding: lib: Add link_stats_rx_errors_get() Such a function will be useful for counting malformed packets in the ECN decap test. To that end, introduce a common handler for handling stat-fetching, and reuse it in link_stats_tx_packets_get() and link_stats_rx_errors_get(). Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>