OSDN Git Service

mlxsw: spectrum_span: Initialize span_entry.id eagerly
authorPetr Machata <petrm@mellanox.com>
Tue, 27 Feb 2018 13:53:42 +0000 (14:53 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Feb 2018 19:46:27 +0000 (14:46 -0500)
commit3546b03ffcdb0a70b0d7302d7e139f096a613e9f
tree911300d9c924dd2352d74fb1be891d0a252f6aea
parent98977089d8eef337608272699f4197c631d447b8
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>
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c