commit | 6bba7e20da12022efb24b5ed2991c904fde9c8e1 | [log] [tgz] |
---|---|---|
author | Arkadi Sharshevsky <arkadis@mellanox.com> | Thu Aug 24 08:40:07 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 24 09:33:16 2017 -0700 |
tree | ad1b3f4351cb62a25d842ecc114fe80579f18b80 | |
parent | 6aecb36bc01fc9c84f24c4155e8850b6a1962f03 [diff] |
mlxsw: reg: Make flow counter set type enum to be shared This is done as a preparation before introducing support for neighbor counters. The flow counter's type enum is used by many registers, yet, until now it was used only by mgpc and thus it was private. This patch updates the namespace for more generic usage. Signed-off-by: Arkadi Sharshevsky <arkadis@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>