commit | 3546b03ffcdb0a70b0d7302d7e139f096a613e9f | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Tue Feb 27 14:53:42 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 27 14:46:27 2018 -0500 |
tree | 911300d9c924dd2352d74fb1be891d0a252f6aea | |
parent | 98977089d8eef337608272699f4197c631d447b8 [diff] |
mlxsw: spectrum_span: Initialize span_entry.id eagerly It is known statically ahead of time which SPAN entry will have which ID. Just initialize it eagerly in mlxsw_sp_span_init(), don't wait until the entry is actually created. This simplifies some code in mlxsw_sp_span_entry_create() Signed-off-by: Petr Machata <petrm@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>