Merge branch 'mlxsw-SPAN-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 17:26:26 +0000 (12:26 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 17:26:26 +0000 (12:26 -0500)
commitd520d58124e6c1eaa1e53cd834e53b14af8a7f2d
tree7bb6a17cc2aa01e2529e59fa9d3065bba9b53472
parent439ccd8ce9eeb4c44632404a0ba38f947e97caba
parenta629ef210d890bc279280d5f53ef72e10ad8a523
Merge branch 'mlxsw-SPAN-cleanups'

Jiri Pirko says:

====================
mlxsw: SPAN cleanups

In patch one of this short series, a misplaced pointer star is moved to
the correct place.

In the second patch, we observe that if SPAN entries carry their
reference count anyway, it's redundant to also carry a "used" flag.

In the third patch, SPAN support code is moved to a separate module.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>