Merge branch 'mlxsw-Preparations-for-VxLAN-support'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 17:08:24 +0000 (10:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 17:08:24 +0000 (10:08 -0700)
commit7b68b8361452e710f383bef408174309c773e953
treec37046a585be177bfbb7ba8175f79a6da6b2365d
parentdf92062e495a0ffcebe8c14af5309aa5a145bc8a
parentb02597d513a9df5a3e661a74f40ff26e4057ec9c
Merge branch 'mlxsw-Preparations-for-VxLAN-support'

Ido Schimmel says:

====================
mlxsw: Preparations for VxLAN support

This patchset prepares mlxsw for VxLAN support. It contains small and
mostly non-functional changes.

The first eight patches perform small changes in the code to make it
more receptive towards the actual VxLAN changes in the next patchset.

Patches 9-17 add the registers used to configure the device for VxLAN
offload.

Last two patches add the required resources and trap IDs.

The next patchset is available here [1].

1. https://github.com/idosch/linux/tree/vxlan
====================

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