OSDN Git Service

Merge branch 'mlxsw-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 14:56:44 +0000 (10:56 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 14:56:44 +0000 (10:56 -0400)
commit2919ee2d41084aef216331d960b9e338ceff77a6
tree230ba7148718abcfaf4586c4a3eb8ed51e598867
parent06b19fe9a6df7aaa423cd8404ebe5ac9ec4b2960
parent59441fef2b10c651261be08aec558e90fbd594f8
Merge branch 'mlxsw-cleanups'

Ido Schimmel says:

====================
mlxsw: Various cleanups

The first nine patches from Jiri perform small and unrelated cleanups.
The largest being the conversion of the KVD linear partitions from a
list to an array, which simplifies the code.

The last patch from Petr is a bug fix for a recent net-next commit that
prevented the "kvd" resource from being marked as the parent of its
various child resources (e.g., "/kvd/linear").

v2: Dropped devlink patch following David's comment. Will be sent
separately.
====================

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