]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4505710ffb9dd5f08758606426e0f70b17fb6c7d
tree9ddca0bb5ff2420cdb00f4af763a7ca22a7278aa
parent0a9d193fdb50ba87ba8371fc8058c2ad686451e5
parentad76ed144e2895a255a2584b7cb15df14df37a8a
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>