linux-stable/drivers/net/ethernet/netronome/nfp/nfpcore
Jakub Kicinski 7dbd5b7517 nfp: wait for the NSP resource to appear on boot
The control process (NSP) may take some time to complete its
initialization.  This is not a problem on most servers, but
on very fast-booting machines it may not be ready for operation
when driver probes the device.  There is also a version of the
flash in the wild where NSP tries to train the links as part
of init.  To wait for NSP initialization we should make sure
its resource has already been added to the resource table.
NSP adds itself there as last step of init.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-09-13 13:29:13 -07:00
..
nfp6000
crc32.h
nfp.h nfp: wait for the NSP resource to appear on boot 2017-09-13 13:29:13 -07:00
nfp6000_pcie.c nfp: shorten CPP core probe logs 2017-05-30 11:27:05 -04:00
nfp6000_pcie.h
nfp_arm.h
nfp_cpp.h nfp: remove unused nfp_cpp_area_check_range() 2017-06-27 15:48:47 -04:00
nfp_cppcore.c nfp: remove unused nfp_cpp_area_check_range() 2017-06-27 15:48:47 -04:00
nfp_cpplib.c nfp: move area mapping helper into nfpcore 2017-06-27 15:48:47 -04:00
nfp_hwinfo.c nfp: remove automatic caching of HWInfo 2017-06-09 12:52:08 -04:00
nfp_mip.c nfp: report application FW build name in ethtool -i 2017-06-09 12:52:09 -04:00
nfp_mutex.c nfp: don't wait for resources indefinitely 2017-05-30 11:27:06 -04:00
nfp_nffw.c nfp: add support for reading nffw info 2017-02-10 15:52:25 -05:00
nfp_nffw.h nfp: add helper for mapping runtime symbols 2017-06-27 15:48:47 -04:00
nfp_nsp.c nfp: remove automatic caching of RTsym table 2017-06-09 12:52:08 -04:00
nfp_nsp.h nfp: map mac_stats and vf_cfg BARs 2017-06-25 11:42:01 -04:00
nfp_nsp_cmds.c nfp: add hwmon support 2017-05-30 11:27:06 -04:00
nfp_nsp_eth.c nfp: set config bit (ifup/ifdown) on netdev open/close 2017-07-25 12:29:45 -07:00
nfp_resource.c nfp: wait for the NSP resource to appear on boot 2017-09-13 13:29:13 -07:00
nfp_rtsym.c nfp: add helper for mapping runtime symbols 2017-06-27 15:48:47 -04:00
nfp_target.c