]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-card-init'
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 Sep 2017 20:29:13 +0000 (13:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Sep 2017 20:29:13 +0000 (13:29 -0700)
commitec44ad2e0caec25f8d00f6b0c582039bf2345722
tree1db0fcbf574d3374f19777428d5cb5edad1661e0
parent9435b5f63bdbe5db9b77e983317f9e40f8b2b7e8
parentd6e8d961cb6d7bf6c49d17d2f407eab043d35ac4
Merge branch 'nfp-card-init'

Jakub Kicinski says:

====================
nfp: wait more carefully for card init

The first patch is a small fix for flower offload, we need a whitelist
of supported matches, otherwise the unsupported ones will be ignored.

The second and the third patch are adding wait/polling to the probe path.
We had reports of driver failing probe because it couldn't find the
control process (NSP) on the card.  Turns out the NSP will only announce
its existence after it's fully initialized.  Until now we assumed it
will be reachable, just not processing commands (hence we wait for
a NOOP command to execute successfully).

v2:
 - fix a bad merge which resulted in a build warning and retest.
====================

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