commit | c4c2dc54293c556b8a05b9da024f92f8225a9eb8 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Feb 07 11:22:50 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 08 15:02:49 2019 -0800 |
tree | b0a73688b5c299a19ce94e868c819815c5f415ee | |
parent | b2d6b4d2beee81e1c30501954dc4ba198bb996c4 [diff] |
mlxsw: spectrum_acl: Split entry struct into entry and ventry Do the split of entry struct so the new entry struct is related to the actual HW entry, whereas ventry struct is a SW abstration of that. This split prepares possibility for ventry to hold 2 HW entries which is needed for region ERP rehash flow. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>