]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit0e4c9f13da28990064c958839e85c565f6adcbf5
treea86f500d3dbedf018e372d85af75265c2c2d99e6
parent31c7ba9eff5d8a9f20057082eb44cc3c6a1fb3d6
parentac0488ef59a54e42ad744ae1a91fafbcb2566a06
Merge branch 'nfp-concurrency'

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>