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)
commit71e8727ebee78f7f6711f272d6ba5d78d0852835
tree9ddca0bb5ff2420cdb00f4af763a7ca22a7278aa
parent1015d743fedab72ff2f5bbbc31bcc1a2a291c3c5
parentb5d90e6d6b19477c49ad699c173bbcfa3e4725bd
Merge branch 'mlxsw-vrf-offload-prep'

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>