Merge branch 'nfp-TC-block-fixes-app-fallback-and-dev_alloc'
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2017 11:27:12 +0000 (20:27 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2017 11:27:12 +0000 (20:27 +0900)
commit6e1a2882c6dcb680fb8776062719f51d95a0ec0b
tree8c7c438525d0cb7fa86d56e451b05373e80fe461
parentcdc89c91987bd6efa962b36d4ea86d0c9152eb11
parent18f76191796ad478e42528cfafcae0b11d4c8db4
Merge branch 'nfp-TC-block-fixes-app-fallback-and-dev_alloc'

Jakub Kicinski says:

====================
nfp: TC block fixes, app fallback and dev_alloc()

This series has three parts.  First of all John and I fix some
fallout from the TC block conversion.  John also fixes sleeping
in the neigh notifier.

Secondly I reorganise the nfp_app table to make it easier to
deal with excluding apps which have unmet Kconfig dependencies.

Last but not least after the fixes which went into -net some time
ago I refactor the page allocation, add a ethtool counter for
failed allocations and clean the ethtool stat code while at it.
====================

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