]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'nfp-concurrency'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 19:59:10 +0000 (12:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 19:59:10 +0000 (12:59 -0700)
Jakub Kicinski says:

====================
nfp: allow concurrency in core and minor fixes

The first 10 patches of this series prepare nfpcore for concurrent
accesses.  This will be needed by upcoming hwmon and devlink patches.
Most locking is already in place, the patches in this series iron out
a few bugs.

Last 5 patches are fixes and cleanups to the netdev code, including
removal of doorbell pointers used only on old versions of the chip,
removal of unnecessarily defensive code and flushing xmit_more more
carefully on error paths.
====================

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

Trivial merge