Merge branch 'mlxsw-vrf-offload-prep'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 17:36:07 +0000 (09:36 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 17:36:07 +0000 (09:36 -0800)
Jiri Pirko says:

====================
mlxsw: Preparations for VRF offload

Ido says:

This patchset aims to prepare the mlxsw driver for VRF offload. The
follow-up patchsets that introduce VRF support can be found here:
https://github.com/idosch/linux/tree/idosch-next

The first four patches are mainly concerned with the netdevice
notification block. There are no functional changes, but merely
restructuring to more easily integrate VRF enslavement.

Patches 5-10 remove various assumptions throughout the code about a
single virtual router (VR) and also restructure the internal data
structures to more accurately represent the device's operation.
====================

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

Trivial merge