Merge branch 'mlxsw-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2016 23:18:34 +0000 (19:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2016 23:18:34 +0000 (19:18 -0400)
commit647f28c7274a776c3babc3893f530513845b3666
treec925e2cd58ce1c426613b7ce967b517b814cfa08
parenta1560dd7a47f983419760aa7f6a481e3b910b54b
parent9ffcc3725f096e9f0d985f738b0e44214cd72d93
Merge branch 'mlxsw-fixes'

Jiri Pirko says:

====================
mlxsw: IPv4 UC router fixes

Ido says:
Patches 1-3 fix a long standing problem in the driver's init sequence,
which manifests itself quite often when routing daemons try to configure
an IP address on registered netdevs that don't yet have an associated
vPort.

Patches 4-9 add missing packet traps for the router to work properly and
also fix ordering issue following the recent changes to the driver's init
sequence.

The last patch isn't related to the router, but fixes a general problem
in which under certain conditions packets aren't trapped to CPU.

v1->v2:
- Change order of patch 7
- Add patch 6 following Ilan's comment
- Add patchset name and cover letter
====================

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